/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Hero */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/***********************/
/*** QuickBase Forms ***/
/***********************/
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************************/
/*** Dynamic Button: Profile ***/
/*******************************/
/*******************/
/*** News Module ***/
/*******************/
/* Un-comment if the News Sidebar is enabled for News Categories/Archives Styling

.news-content {
  .cell(9);
  
  @media handheld, only screen and (max-width: @cellStackWidth) {     
    .cell(12);
  }
}

.news-sidebar {
  .cell(3);
  padding-top: 0.75em;
  
  @media handheld, only screen and (max-width: @cellStackWidth) {      
    .cell(12);
  }
}
*/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/* Shared Content Panel/Hero Module Styling */
/* Specific Panel/Hero Styling */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 750px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 750px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
}
.text-shadow {
  text-shadow: 1px 1px 0px #ef582c;
  filter: dropshadow(color=#ef582c,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #f69c44;
  width: auto !important;
  border: 0;
  border-radius: 3px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #ef582c;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #707070;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #3d3d3d;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.9em;
  border-radius: 6px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #ef582c;
  background-color: transparent;
  border-radius: 6px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #ef582c;
  background-color: transparent;
  text-decoration: none;
  border-radius: 6px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ef582c;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 1em 0;
}
a {
  color: #ef582c;
  text-decoration: none;
}
a:hover {
  color: #d83d10;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 750px) {
  a:hover {
    color: #ef582c;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
  font-weight: normal;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1em;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #4a4a4a;
  font-size: 3.25em;
  font-weight: bold;
  line-height: 1.0em;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  h1 {
    font-size: 1.7em;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 1.8em;
  font-family: 'Architects Daughter', cursive;
  line-height: 1.2em;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  h2 {
    font-size: 1.7em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  h2 {
    font-size: 1.6em;
  }
}
h3 {
  font-size: 1.4em;
}
@media handheld,only screen and (max-width: 750px) {
  h3 {
    font-size: 1.4em;
  }
}
h4 {
  font-size: 1.3em;
}
@media handheld,only screen and (max-width: 750px) {
  h4 {
    font-size: 1.3em;
  }
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #2babe4;
  border-collapse: collapse;
  border-radius: 3px;
  margin: 1em 0em;
}
table tr {
  border-bottom: 1px solid #2babe4;
}
@media handheld,only screen and (max-width: 750px) {
  table tr {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #2babe4;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #4a4a4a;
  background-color: #ffffff;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 750px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 750px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 750px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 750px) {
  table thead tr {
    background-color: #2babe4;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #2babe4;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #2babe4;
}
@media handheld,only screen and (max-width: 750px) {
  table tfoot tr {
    background-color: #f2f2f2;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #4a4a4a;
  background-color: #f2f2f2;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 750px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #4a4a4a;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #4a4a4a;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #d7effa;
  background: #d7effa;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  -webkit-box-shadow: 0px 2px 0px 0px #f69c44;
  box-shadow: 0px 2px 0px 0px #f69c44;
  color: #ffffff;
  background: #f6c144;
  font-size: 0.9em;
  line-height: 1.35em;
  text-align: center;
  border-radius: 0px;
  margin: 1.25em auto;
  padding: 0.25em 1.5em;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  font-family: 'Architects Daughter', cursive;
}
.button,
.button-alt,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ffffff;
  background-color: #f6c144;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #f6c144;
  border-radius: 6px;
  min-width: 8em;
  margin: 0.4em 0em;
  padding: 1.0em 0.75em;
  cursor: pointer;
}
.button .button-arrow,
.button-alt .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.button-alt img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.button-alt:hover,
.submit:hover {
  color: #ffffff;
  background-color: #f5b92c;
  border-color: #f6c144;
  text-decoration: none;
}
.button-small {
  padding: 0.5em 0.75em;
}
.button-alt {
  -webkit-box-shadow: 0px 2px 0px 0px #d83d10;
  box-shadow: 0px 2px 0px 0px #d83d10;
  color: #ffffff;
  background-color: #f69c44;
}
.button-alt:hover {
  color: #ffffff;
  background-color: #f58f2c;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 750px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.readmore-style-box {
  padding: 0em;
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 750px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.panel-title {
  font-size: 3.25em;
  font-weight: bold;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.0em;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .panel-title {
    font-size: 2.5em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .panel-title {
    font-size: 1.7em;
  }
}
.panel-tagline {
  font-size: 1.8em;
  font-family: 'Architects Daughter', cursive;
  line-height: 1em;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .panel-tagline {
    font-size: 1.7em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .panel-tagline {
    font-size: 1.6em;
  }
}
.number-hilite {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ef582c;
  background-color: #f6c144;
  font-size: 1.85em;
  font-family: 'Architects Daughter', cursive;
  line-height: 1em;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  padding: 0.25em 0.3em;
  margin: 0em 0.25em 0em 0em;
  border-radius: 50%;
  margin-top: 0.25em;
}
@media handheld,only screen and (max-width: 750px) {
  .number-hilite {
    display: block;
    margin: 0em 0em 0.25em 0em;
  }
}
.text-blue {
  color: #2babe4;
}
.text-vermillion {
  color: #ef582c;
}
.text-orange {
  color: #f69c44;
}
.text-amber {
  color: #f6c144;
}
.text-black {
  color: #000000;
}
.text-grey {
  color: #4a4a4a;
}
.text-white {
  color: #ffffff;
}
.credit {
  color: #8a8a8a;
  font-size: 0.8em;
  margin-top: 2.5em;
}
.box-tip {
  color: #ffffff;
  background-color: #2babe4;
  font-size: 1.8em;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.2em;
  border-radius: 15px;
  padding: 0.4em 1.75em 0.4em 5.25em;
  margin: 0.25em 0em 0.25em 1.5em;
  min-height: 180px;
  position: relative;
}
@media handheld,only screen and (max-width: 750px) {
  .box-tip {
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.25em 0.75em 0.4em 3.5em;
    margin: 0.25em 0em 0.25em 0.75em;
    min-height: 80px;
  }
}
.box-tip:before {
  content: "";
  background-image: url('../../include/resources/endcyberbullying/images/i-lightbulb-boy.png');
  background-size: 175px 175px;
  width: 175px;
  height: 175px;
  position: absolute;
  left: -1.65em;
  bottom: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .box-tip:before {
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    left: -1.2em;
  }
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 750px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #f6c144;
  border-radius: 0px;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #4a4a4a;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 750px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 750px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .media-gallery {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 750px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #f6c144;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #4a4a4a;
  background: transparent;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  border: 0px solid #2babe4;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 12em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #4a4a4a;
  background: transparent;
  font-family: 'Open Sans', Verdana, sans-serif;
  border-bottom: 0px solid #2babe4;
  padding: 0.3em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row {
    padding: 0.8em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #4a4a4a;
  background-color: transparent;
  width: 11em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 12em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #4a4a4a;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 2px solid #f69c44;
  border-radius: 3px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 90%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ffffff;
  background-color: #f6c144;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #f6c144;
  border-radius: 6px;
  min-width: 8em;
  margin: 0.4em 0em;
  padding: 1.0em 0.75em;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #f5b92c;
  border-color: #f6c144;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #f5b92c;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
.page-region form.large-label .field {
  margin-left: 12em;
}
#enquiry_form {
  max-width: 792px;
}
.quickbase table {
  border: none;
  padding: 0em;
}
.quickbase table tr {
  border: none;
}
@media handheld,only screen and (max-width: 750px) {
  .quickbase table tr {
    padding: 0.2em 0em;
  }
}
.quickbase table tr td {
  display: block;
  padding: 0.2em 0em;
}
.quickbase table tr td:first-child {
  margin-top: 1em;
}
.quickbase table tr td input[type=text],
.quickbase table tr td input[type=password],
.quickbase table tr td select,
.quickbase table tr td textarea {
  color: #4a4a4a;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  max-width: 100%;
  border: 2px solid #f69c44;
  border-radius: 3px;
  padding: 0.3em;
  margin: 0.2em 0;
}
.quickbase table tr td input[type=text],
.quickbase table tr td input[type=password],
.quickbase table tr td select {
  width: 50%;
}
@media handheld,only screen and (max-width: 750px) {
  .quickbase table tr td input[type=text],
  .quickbase table tr td input[type=password],
  .quickbase table tr td select {
    width: 100%;
  }
}
.quickbase table tr td textarea {
  width: 90%;
}
@media handheld,only screen and (max-width: 750px) {
  .quickbase table tr td textarea {
    width: 100%;
  }
}
.quickbase table tr td input[type=radio],
.quickbase table tr td input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 750px) {
  .quickbase table tr td select,
  .quickbase table tr td option {
    width: 100%;
    overflow: hidden;
  }
}
.quickbase input[type="button"],
.quickbase input[type="submit"] {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ffffff;
  background-color: #f6c144;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #f6c144;
  border-radius: 6px;
  min-width: 8em;
  margin: 0.4em 0em;
  padding: 1.0em 0.75em;
  cursor: pointer;
  cursor: pointer;
}
.quickbase input[type="button"] .button-arrow,
.quickbase input[type="submit"] .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.quickbase input[type="button"] img,
.quickbase input[type="submit"] img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.quickbase input[type="button"]:hover,
.quickbase input[type="submit"]:hover {
  color: #ffffff;
  background-color: #f5b92c;
  border-color: #f6c144;
  text-decoration: none;
}
.quickbase input[type="button"]:hover,
.quickbase input[type="submit"]:hover {
  color: #ffffff;
  background-color: #f5b92c;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 750px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .cta-block .cta {
    max-width: 290px;
    margin: 0em auto 3em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a:hover {
  text-decoration: none;
}
.cta-block .cta .cta-inner a:hover .cta-title {
  color: #f69c44;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: 0px solid #f69c44;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  color: #4a4a4a;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0.75em 0.25em;
}
.profile {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 18.2%;
}
@media handheld,only screen and (max-width: 750px) {
  .profile {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .profile {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    width: 31%;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .profile {
    width: 100%;
  }
}
.profile .profile-inner {
  max-width: 189px;
}
@media handheld,only screen and (max-width: 480px) {
  .profile .profile-inner {
    text-align: center;
    margin: 10px auto;
  }
}
.profile .profile-inner .profile-image-wrapper .profile-image {
  display: block;
  max-width: 100%;
  margin: 0px;
}
.profile .profile-inner .text-wrapper {
  padding: 10px 0px;
}
.profile .profile-inner .text-wrapper .profile-organisation,
.profile .profile-inner .text-wrapper .profile-name,
.profile .profile-inner .text-wrapper .profile-position {
  display: block;
  margin-bottom: 10px;
}
.profile .profile-inner .text-wrapper .profile-name {
  font-size: 1.1em;
  font-family: 'Montserrat', Verdana, sans-serif;
}
.profile .profile-inner .text-wrapper .profile-organisation {
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.2em;
}
.profile .profile-inner .text-wrapper .profile-position {
  font-size: 0.8em;
  line-height: 1.2em;
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #8a8a8a;
}
@media handheld,only screen and (max-width: 750px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #8a8a8a;
}
@media handheld,only screen and (max-width: 750px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #8a8a8a;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Montserrat', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #4a4a4a;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 90%;
}
.search-wrapper .search input.search-button {
  background-color: #f6c144;
}
.search-wrapper .search input.search-button:hover {
  background-color: #f5b92c;
}
@media handheld,only screen and (max-width: 750px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #4a4a4a;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.35em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 750px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  position: relative;
}
.header-wrapper .header-constrain {
  color: #4a4a4a;
  background: #2babe4;
  border-radius: 0px;
  padding: 55px 20px;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .header-wrapper .header-constrain {
    padding: 20px 20px 55px 20px;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .header-wrapper .header-constrain {
    padding: 0px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  /* This is only for positional styling. The main nav styling is below */
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 750px),only screen and (min-width: 750px) and (max-width: 1024px) and handheld,only screen and (min-width: 750px) and (max-width: 1024px) and only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
    padding: 15px 10px;
  }
}
@media handheld,only screen and (min-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell img {
    margin-top: -5px;
  }
}
.header-wrapper .header-constrain .header-block .nav-wrapper {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block .nav-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .nav-wrapper {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 750px),only screen and (min-width: 750px) and (max-width: 1024px) and handheld,only screen and (min-width: 750px) and (max-width: 1024px) and only screen and (max-width: 750px) {
  .header-wrapper .header-constrain .header-block .nav-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #ffffff;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #4a4a4a;
}
.nav-wrapper .nav-constrain {
  color: #4a4a4a;
  background: transparent;
  border-radius: 0px;
}
.nav-wrapper .nav-constrain .nav-block {
  text-align: right;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .nav-wrapper .nav-constrain .nav-block > * {
    font-size: 18px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 750px),only screen and (max-width: 750px) and handheld,only screen and (max-width: 750px) and only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 0em;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
    padding: 12px 10px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background: transparent url('../../include/resources/endcyberbullying/images/g-menu.svg') 50% 50% no-repeat;
  width: 1.8em;
  height: 2.5em;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 10px;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    background-color: #6bd174;
    width: 100%;
    margin: 0px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 750px),only screen and (max-width: 750px) and handheld,only screen and (max-width: 750px) and only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding: 10px 10px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  border-right: 0px solid #4a4a4a;
  padding: 0em 0em 0.95em 0em;
  margin: 0em;
  /* 1st Dropdown Level */
  /*
          &:hover {
            &.has_children {
              background-position: 50% 100%;
            }

            ul {
              height: 56px;
              bottom: 0px;
              padding: 10px 20px;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                top:auto;
                height: auto;
                bottom: auto;
                padding: 0em 0em 0.2em 1.5em;
              }
            }
          }
          */
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    padding: 0em 0em 0.65em 0em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 0px solid #4a4a4a;
    padding: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #4a4a4a;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 0.45em 0em;
  margin: 0em 0.8em;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (min-width: 1024px) and (max-width: 1190px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 0.9em;
    margin: 0em 0.4em;
  }
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 0.85em;
    margin: 0em 0.5em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    color: #ffffff;
    white-space: normal;
    padding: 0.2em 0em;
    margin: 0.5em 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li a:hover {
    color: #4a4a4a;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a.hilite {
  -webkit-box-shadow: 0px 2px 0px 0px #f69c44;
  box-shadow: 0px 2px 0px 0px #f69c44;
  color: #ffffff;
  background-color: #f6c144;
  padding: 0.45em 0.8em;
  border-radius: 3px;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.hilite {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a.hilite:hover {
  background-color: #f69c44;
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 0px solid #4a4a4a;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 0px solid #4a4a4a;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li.has_children {
  background-image: url('../../include/resources/endcyberbullying/images/i-nav-dropdown-arrow.png');
  background-position: 50% 150%;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li.has_children {
    background-position: 50% 180%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li.has_children {
    background-image: none;
  }
}
@media handheld,only screen and (min-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li.current.has_children {
    background-position: 50% 100%;
  }
}
@media handheld,only screen and (min-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li.current ul {
    height: 56px;
    bottom: 0px;
    padding: 10px 20px;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li.current ul {
    top: auto;
    height: auto;
    bottom: auto;
    padding: 0em 0em 0.2em 1.5em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #6bd174;
  text-align: right;
  width: 100%;
  border-radius: 0px;
  margin: 0em auto;
  padding: 0 20px;
  position: absolute;
  right: 0px;
  bottom: 56px;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 20;
  transition: padding 0.25s, height 0.25s, bottom 0.25s;
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background-color: #6bd174;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0px;
    padding: 0em 0em 0.2em 1.5em;
    margin: 0em;
    position: static;
    top: auto;
    left: auto;
    visibility: visible;
    white-space: wrap;
    overflow: hidden;
    transition: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  line-height: 1.5em;
  width: auto;
  text-align: center;
  border: none;
  padding: 0em;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    display: block;
    background-color: none;
    text-align: left;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-radius: 0px;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-radius: 0px;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #ffffff;
  font-size: 0.85em;
  text-transform: none;
  padding: 0.3em 0.25em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    font-size: 0.65em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 0em;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #4a4a4a;
  background-color: #6bd174;
  background-image: none;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 2.5em;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                      padding-right: 0;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #4a4a4a;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background-color: transparent;
  background-image: url('../../include/resources/endcyberbullying/images/g-disabled.png');
  background-image: url('../../include/resources/endcyberbullying/images/g-disabled.svg'), none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: default;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 750px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.taipan-contentpanel-panel {
  position: relative;
}
.feature-wrapper {
  position: relative;
}
.hero-wrapper {
  width: 100%;
  position: relative;
}
.hero-wrapper .hero-container {
  width: 100vw;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container {
    height: 525px;
  }
}
.hero-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 100vw;
  max-width: 100vw;
  height: 400px;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    height: 525px;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .content-wrapper {
  height: 400px;
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .content-wrapper {
    height: 525px;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .content-wrapper .content-constrain {
  width: 100%;
  padding: 0px;
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail {
  margin: 0em;
  padding: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail {
    margin: 0em;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail img {
  margin: 0em;
  padding: 0em;
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail.media-size-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media handheld,only screen and (min-width: 1900px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail.media-size-hero {
    width: 100%;
    height: 100%;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail.media-size-hero img {
  max-width: none;
  height: 400px;
}
@media handheld,only screen and (min-width: 1900px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail.media-size-hero img {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail.media-size-hero img {
    height: 525px;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .slide-text {
  font-size: 18px;
  width: 1200px;
  margin: 0px auto;
  padding: 35px 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1244.81327801px) {
  .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .slide-text {
    width: 96.4%;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .panel-bottom-divider {
  background-image: url('../../include/resources/endcyberbullying/images/i-arrow-cut-out-white.png');
  bottom: 0px;
}
.taipan-contentpanel-nav {
  text-align: center;
  width: 100vw;
  padding: 0em;
  margin: 0em;
  position: absolute;
  bottom: 3.5em;
  z-index: 10;
}
@media handheld,only screen and (max-width: 750px) {
  .taipan-contentpanel-nav {
    bottom: 3.0em;
  }
}
.taipan-contentpanel-nav li {
  display: inline-block;
  text-align: center;
  margin: 0.25em 0.25em;
}
.taipan-contentpanel-nav li a {
  display: block;
  color: #bbdded;
  background: #bbdded;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: ) {
  .taipan-contentpanel-nav li a {
    width: 1.8em;
    height: 0.4em;
  }
}
.taipan-contentpanel-nav li a:hover {
  color: #ffffff;
  background: #ffffff;
}
.taipan-contentpanel-nav li a.currentslide {
  color: #ffffff;
  background: #ffffff;
}
.slide-text {
  color: #ffffff;
  text-align: center;
}
.slide-text p {
  font-size: 14px;
  line-height: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  margin: 0.2em 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text p {
    font-size: 14px;
    margin: 0.6em 0em;
  }
}
.slide-text .panel-title {
  font-size: 3.4em;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 0.8em;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text .panel-title {
    font-size: 1.6em;
  }
}
.slide-text .panel-tagline {
  font-size: 1.3em;
  font-family: 'Architects Daughter', cursive;
  line-height: 1.1em;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text .panel-tagline {
    font-size: 1.05em;
  }
}
.slide-text .button,
.slide-text .button-alt {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #ffffff;
  background: transparent;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid #ffffff;
  padding: 0.6em 0.6em;
  margin: 0.5em 0.25em;
  box-shadow: none;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text .button,
  .slide-text .button-alt {
    display: block;
    width: 95%;
    margin: 0.75em auto;
  }
}
.slide-text .button:hover,
.slide-text .button-alt:hover {
  background: #136e96;
}
.slide-text table.table-invisible {
  margin: 0.25em auto;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text table.table-invisible tr {
    margin-bottom: 1.5em;
  }
}
.slide-text table.table-invisible tr th,
.slide-text table.table-invisible tr td {
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text table.table-invisible tr th,
  .slide-text table.table-invisible tr td {
    text-align: center;
  }
}
.slide-text table.table-invisible tr th .button,
.slide-text table.table-invisible tr th .button-alt,
.slide-text table.table-invisible tr td .button,
.slide-text table.table-invisible tr td .button-alt {
  margin: 0em;
}
@media handheld,only screen and (max-width: 750px) {
  .slide-text table.table-invisible tr th .button,
  .slide-text table.table-invisible tr th .button-alt,
  .slide-text table.table-invisible tr td .button,
  .slide-text table.table-invisible tr td .button-alt {
    margin: 0.5em 0em;
  }
}
.taipan-contentpanel-panel .content-wrapper {
  position: relative;
}
.taipan-contentpanel-panel .content-wrapper .content-wrapper-image {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.taipan-contentpanel-panel .content-wrapper .content-constrain {
  position: relative;
  z-index: 5;
}
.taipan-contentpanel-panel .content-wrapper .content-constrain .content-block {
  /* Reset styling for hero panels inside content panels */
}
.taipan-contentpanel-panel .content-wrapper .content-constrain .content-block .content-cell .hero-wrapper .content-wrapper {
  background-color: transparent;
}
@media handheld,only screen and (max-width: 750px) {
  .taipan-contentpanel-panel .content-wrapper .content-constrain .content-block .content-cell .hero-wrapper .content-wrapper .content-constrain {
    padding: 0px 10px;
    margin: 0px;
  }
}
.taipan-contentpanel-panel .content-wrapper .content-constrain .content-block .content-cell .hero-wrapper .panel-top-divider,
.taipan-contentpanel-panel .content-wrapper .content-constrain .content-block .content-cell .hero-wrapper .content-wrapper-image,
.taipan-contentpanel-panel .content-wrapper .content-constrain .content-block .content-cell .hero-wrapper .panel-bottom-divider {
  display: none;
}
.taipan-contentpanel-panel .content-wrapper .panel-top-divider,
.taipan-contentpanel-panel .content-wrapper .panel-bottom-divider {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  width: 100%;
  height: 31px;
  position: absolute;
  z-index: 5;
}
.taipan-contentpanel-panel .content-wrapper .panel-top-divider {
  top: 0;
}
.taipan-contentpanel-panel .content-wrapper .panel-bottom-divider {
  bottom: 0;
}
.taipan-contentpanel-panel.you-can-help .content-wrapper {
  background: #f6c144 url('../../include/resources/endcyberbullying/images/i-bg-triangle.png') 50% 50% no-repeat;
  background-size: cover;
}
.taipan-contentpanel-panel.you-can-help .content-wrapper .content-block .content-cell .panel-title,
.taipan-contentpanel-panel.you-can-help .content-wrapper .content-block .content-cell .panel-tagline {
  text-align: center;
}
.taipan-contentpanel-panel.you-can-help .content-wrapper .content-block .content-cell .panel-title {
  color: #ffffff;
  margin-bottom: 0.75em;
}
.taipan-contentpanel-panel.you-can-help .content-wrapper .content-block .content-cell .panel-tagline {
  line-height: 1em;
}
.taipan-contentpanel-panel.you-can-help .panel-bottom-divider {
  background-image: url('../../include/resources/endcyberbullying/images/i-arrow-overlay-amber.png');
  bottom: -30px;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain {
  font-size: 18px;
  width: 1200px;
  margin: 0px auto;
  color: #4a4a4a;
  border-radius: 0px;
  padding: 50px 0px;
}
@media screen and (max-width: 1244.81327801px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain {
    padding: 40px 10px;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ffffff;
  background-color: #f6c144;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #f6c144;
  border-radius: 6px;
  min-width: 8em;
  margin: 0.4em 0em;
  padding: 1.0em 0.75em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #ffffff;
  background-color: #f5b92c;
  border-color: #f6c144;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.content-wrapper .content-constrain .content-block.with-sidebar .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block.with-sidebar .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  background-color: #f6c144;
  background-image: url('../../include/resources/endcyberbullying/images/i-bg-triangle.png');
  background-position: -19em 0%;
  background-repeat: no-repeat;
  line-height: 1em;
  border-radius: 6px;
  padding: 15px 15px;
  margin-top: 0.9em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell {
    margin-top: 3em;
  }
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell h3 {
  -webkit-box-shadow: 0px 2px 0px 0px #f48213;
  box-shadow: 0px 2px 0px 0px #f48213;
  color: #ffffff;
  background-color: #ef582c;
  text-transform: uppercase;
  padding: 15px 10px;
  margin: -15px -15px 15px -15px;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul {
  list-style-type: none;
  margin: 0em;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li {
  border-bottom: 1px solid #f69c44;
  padding: 0.85em 0em;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li:last-child {
  border-bottom: 0em;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li a {
  color: #4a4a4a;
  font-weight: 600;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li ul {
  margin: 0.75em 0em;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li ul li {
  padding: 0.25em 0em 0.25em 1em;
  border: none;
  position: relative;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li ul li::before {
  content: "»";
  position: absolute;
  left: 0em;
  top: 0.2em;
}
.content-wrapper .content-constrain .content-block.with-sidebar .sidebar-cell ul li ul li a {
  font-size: 0.85em;
  font-weight: normal;
}
.footer-wrapper {
  background: #2babe4;
  position: relative;
}
.footer-wrapper .footer-wrapper-image {
  display: block;
  background-image: url('../../include/resources/endcyberbullying/images/i-bg-panel-2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.footer-wrapper .footer-constrain {
  font-size: 18px;
  width: 1200px;
  margin: 0px auto;
  color: #4a4a4a;
  padding: 80px 0px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1244.81327801px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 70px 10px;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    margin-bottom: 2.5em;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-report-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block .footer-report-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block .footer-report-cell {
    margin-bottom: 2.5em;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-logos-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.5333333333%;
}
@media handheld,only screen and (max-width: 750px) {
  .footer-wrapper .footer-constrain .footer-block .footer-logos-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #6fc6ed;
  padding-bottom: 0.75em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.footer-wrapper .footer-constrain .footer-block p {
  margin: 0.5em 0em;
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #4a4a4a;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a.button,
.footer-wrapper .footer-constrain .footer-block a.button-alt {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .media-thumbnail img {
  border: none;
}
.author-wrapper {
  background-color: #4a4a4a;
}
.author-wrapper .author-constrain {
  font-size: 18px;
  width: 1200px;
  margin: 0px auto;
  color: #4a4a4a;
  padding: 30px 0px;
}
@media screen and (max-width: 1244.81327801px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .author-wrapper .author-constrain {
    text-align: center;
    padding: 40px 10px;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 750px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 750px) {
  .author-wrapper .author-constrain .author-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 750px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 750px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block .author-cell a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #4a4a4a;
  font-weight: bold;
  text-decoration: none;
  margin: 0.65em 0em;
}
.author-wrapper .author-constrain .author-block .author-cell a:hover {
  color: #ffffff;
}
.author-wrapper .author-constrain .author-block .author-cell a.author {
  color: #7d7d7d;
}
.author-wrapper .author-constrain .author-block .author-cell a.author:hover {
  color: #ffffff;
}
