/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
	overflow-x: hidden!important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
    width: 750px;
}
}@media (min-width: 992px) {
    .container {
    width: 970px;
}
}@media (min-width: 1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%}
.col-xs-2 {
    width: 16.66667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.33333%}
.col-xs-5 {
    width: 41.66667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.33333%}
.col-xs-8 {
    width: 66.66667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.33333%}
.col-xs-11 {
    width: 91.66667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%}
.col-xs-pull-2 {
    right: 16.66667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.33333%}
.col-xs-pull-5 {
    right: 41.66667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.33333%}
.col-xs-pull-8 {
    right: 66.66667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.33333%}
.col-xs-pull-11 {
    right: 91.66667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%}
.col-xs-push-2 {
    left: 16.66667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.33333%}
.col-xs-push-5 {
    left: 41.66667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.33333%}
.col-xs-push-8 {
    left: 66.66667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.33333%}
.col-xs-push-11 {
    left: 91.66667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0%}
.col-xs-offset-1 {
    margin-left: 8.33333%}
.col-xs-offset-2 {
    margin-left: 16.66667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.33333%}
.col-xs-offset-5 {
    margin-left: 41.66667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.33333%}
.col-xs-offset-8 {
    margin-left: 66.66667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.33333%}
.col-xs-offset-11 {
    margin-left: 91.66667%}
.col-xs-offset-12 {
    margin-left: 100%}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%}
.col-sm-2 {
    width: 16.66667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.33333%}
.col-sm-5 {
    width: 41.66667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.33333%}
.col-sm-8 {
    width: 66.66667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.33333%}
.col-sm-11 {
    width: 91.66667%}
.col-sm-12 {
    width: 100%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.33333%}
.col-sm-pull-2 {
    right: 16.66667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.33333%}
.col-sm-pull-5 {
    right: 41.66667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.33333%}
.col-sm-pull-8 {
    right: 66.66667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.33333%}
.col-sm-pull-11 {
    right: 91.66667%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.33333%}
.col-sm-push-2 {
    left: 16.66667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.33333%}
.col-sm-push-5 {
    left: 41.66667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.33333%}
.col-sm-push-8 {
    left: 66.66667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.33333%}
.col-sm-push-11 {
    left: 91.66667%}
.col-sm-push-12 {
    left: 100%}
.col-sm-offset-0 {
    margin-left: 0%}
.col-sm-offset-1 {
    margin-left: 8.33333%}
.col-sm-offset-2 {
    margin-left: 16.66667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.33333%}
.col-sm-offset-5 {
    margin-left: 41.66667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.33333%}
.col-sm-offset-8 {
    margin-left: 66.66667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.33333%}
.col-sm-offset-11 {
    margin-left: 91.66667%}
.col-sm-offset-12 {
    margin-left: 100%}
}@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.33333%}
.col-md-2 {
    width: 16.66667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333%}
.col-md-5 {
    width: 41.66667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333%}
.col-md-8 {
    width: 66.66667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333%}
.col-md-11 {
    width: 91.66667%}
.col-md-12 {
    width: 100%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%}
.col-md-pull-2 {
    right: 16.66667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.33333%}
.col-md-pull-5 {
    right: 41.66667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.33333%}
.col-md-pull-8 {
    right: 66.66667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.33333%}
.col-md-pull-11 {
    right: 91.66667%}
.col-md-pull-12 {
    right: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%}
.col-md-push-2 {
    left: 16.66667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.33333%}
.col-md-push-5 {
    left: 41.66667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.33333%}
.col-md-push-8 {
    left: 66.66667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.33333%}
.col-md-push-11 {
    left: 91.66667%}
.col-md-push-12 {
    left: 100%}
.col-md-offset-0 {
    margin-left: 0%}
.col-md-offset-1 {
    margin-left: 8.33333%}
.col-md-offset-2 {
    margin-left: 16.66667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.33333%}
.col-md-offset-5 {
    margin-left: 41.66667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.33333%}
.col-md-offset-8 {
    margin-left: 66.66667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.33333%}
.col-md-offset-11 {
    margin-left: 91.66667%}
.col-md-offset-12 {
    margin-left: 100%}
}@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%}
.col-lg-2 {
    width: 16.66667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.33333%}
.col-lg-5 {
    width: 41.66667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.33333%}
.col-lg-8 {
    width: 66.66667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.33333%}
.col-lg-11 {
    width: 91.66667%}
.col-lg-12 {
    width: 100%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%}
.col-lg-pull-2 {
    right: 16.66667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.33333%}
.col-lg-pull-5 {
    right: 41.66667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.33333%}
.col-lg-pull-8 {
    right: 66.66667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.33333%}
.col-lg-pull-11 {
    right: 91.66667%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%}
.col-lg-push-2 {
    left: 16.66667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.33333%}
.col-lg-push-5 {
    left: 41.66667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.33333%}
.col-lg-push-8 {
    left: 66.66667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.33333%}
.col-lg-push-11 {
    left: 91.66667%}
.col-lg-push-12 {
    left: 100%}
.col-lg-offset-0 {
    margin-left: 0%}
.col-lg-offset-1 {
    margin-left: 8.33333%}
.col-lg-offset-2 {
    margin-left: 16.66667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.33333%}
.col-lg-offset-5 {
    margin-left: 41.66667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.33333%}
.col-lg-offset-8 {
    margin-left: 66.66667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.33333%}
.col-lg-offset-11 {
    margin-left: 91.66667%}
.col-lg-offset-12 {
    margin-left: 100%}
}@font-face {
    font-family: 'CordaLight';
    src: url("../fonts/CordaLig-webfont.eot");
    src: url("../fonts/CordaLig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CordaLig-webfont.woff") format("woff"), url("../fonts/CordaLig-webfont.ttf") format("truetype"), url("../fonts/CordaLig-webfont.svg#CordaLight") format("svg");
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
}
body {
    color: #647584;
    font-family: 'Lato',  Arial,  sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
p, ul, ol {
    margin-bottom: 0;
    margin-top: 1em;
}
p:first-child, ul:first-child, ol:first-child {
    margin-top: 0;
}
p.p-detached {
    margin-bottom: 2em;
    margin-top: 2em;
}
h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}
h1, h2 {
    font-family: 'CordaLight',  serif;
}
h2, h3 {
    color: #226877;
    margin-bottom: 0;
}
h2 {
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: normal;
}
h3 {
    font-family: 'CordaLight',  serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
    padding-top: 1em;
}
.page-home h3, .footer-content h3, .nav-pages h3, .web-social-media-section h3 {
    font-family: 'Montserrat',  sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 0;
    text-transform: uppercase;
}
a {
    color: #a27429;
}
.list, .anchor-list {
    list-style: none;
    padding: 0;
}
.list li, .anchor-list li {
    padding-bottom: 5px;
}
.list-abc {
    list-style: upper-alpha;
}
.list-numeric>li {
    margin-top: 1em;
}
.answer-correct {
    color: #00333d;
    font-weight: bold;
}
.alert-info {
    background: #226877;
    color: #fff;
    display: inline-block;
    padding: 1em;
}
.panel {
    padding: 25px;
}
.panel-highlighted {
    background: #eef0f6;
}
.page-header {
    background: #647584;
    color: #fff;
    padding: 20px 0;
}
.site-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    word-spacing: 4px;
}
.site-title .site-title-number, .site-title .site-title-preposition {
    text-transform: lowercase;
}
.site-title .site-title-preposition {
    font-style: italic;
}
@media (max-width: 768px) {
    .site-title {
    font-size: 20px;
    font-size: 1.25rem;
}
}footer {
    background: #f2f4f8;
    padding-top: 2px;
    position: relative;
}
.footer-content {
   /* background: transparent url("../img/bg-footer.png") no-repeat -260px bottom;*/
    /*padding-bottom: 100px;*/
    position: relative;
    z-index: 20;
}
.footer-about {
    background: rgba(238, 240, 246, 0.8);
}
.footer-credits {
    background: #fff;
    bottom: 0;
    color: #c7ac77;
    font-family: 'CordaLight',  serif;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.home-header {
    left: 0;
    right: 0;
    top: 35px;
    z-index: 10;
}
.home-header-video {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
@media (max-width: 992px) {
    .home-header-video {
    height: auto;
}
}.home-header-video .home-header-video-bg {
    /*min-height: 900px;*/
    min-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 0;
    top:-126px;
}
@media (max-width: 992px) {
    .home-header-video .home-header-video-bg {
    min-height: 1200px;
}
}.home-header-video .home-header-video-bg.bg-hidden {
    opacity: 0;
}
.home-header-video .js-video-section-toggle {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.home-header-video .js-video-section-toggle.js-video-section-hidden {
    opacity: 0;
	display: none;
}
.home-header-video .player-container {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.home-header-video .btn-play {
    background-image: url("../img/btn-play.png");
    background-repeat: no-repeat;
    color: #c8ac78;
    display: inline-block;
    margin-bottom: 80px;
    margin-top: 80px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    text-align: center;
    width: 160px;
}
.home-header-video .btn-play:active, .home-header-video .btn-play:focus, .home-header-video .btn-play:hover {
    opacity: 0.8;
    text-decoration: none;
}
.home-header-video .btn-play span {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    letter-spacing: 4px;
    margin-top: 165px;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.home-header-video .youtube-player {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%}
.home-header-video .youtube-player-hidden {
    left: -9999px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.home-section-header {
    background: #267080;
    color: #fff;
    overflow: hidden;
}
@media (min-width: 992px) {
    .home-section-header {
    background-image: -webkit-gradient(linear,  0% 50%,  100% 50%,  color-stop(50%,  #267080),  color-stop(50%,  #236877));
    background-image: -webkit-linear-gradient(left,  #267080 50%, #236877 50%);
    background-image: -moz-linear-gradient(left,  #267080 50%, #236877 50%);
    background-image: -o-linear-gradient(left,  #267080 50%, #236877 50%);
    background-image: linear-gradient(left,  #267080 50%, #236877 50%);
}
}.home-section-header h2 {
    color: #fff;
}
.home-section-header .btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    padding: 6px 25px;
}
.home-section-header .home-section-header-description.panel {
    background: #236877;
}
@media (min-width: 992px) {
    .home-section-header.home-intro .home-section-header-description {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
}.home-intro {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #283948;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}
@media (min-width: 992px) {
    .home-intro {
    background-color: transparent;
}
}.home-intro .panel {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: -9914px;
    padding-bottom: 9999px;
}
.home-intro h2 {
    margin-bottom: 0;
}
.home-intro .p-detached {
    margin-bottom: 3em;
    margin-top: 3em;
}
.home-intro .intro-quote {
    font-family: 'CordaLight',  serif;
    font-size: 20px;
    font-size: 1.25rem;
}
.home-intro .intro-quote p {
    margin-top: 0;
}
.home-intro .intro-signature {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
    margin-bottom: 20px;
	font-style: italic;
	color: #283948;
}
.gcs-components {
    overflow: hidden;
}
.gcs-components .panel {
    margin-bottom: -9974px;
    padding-bottom: 9999px;
}
.home-gcs-way .panel {
    padding-bottom: 85px;
    padding-top: 85px;
}
.home-gcs-way p {
    font-size: 18px;
    font-size: 1.125rem;
}
.assessment-steps .panel {
    min-height: 120px;
}
.assessment-steps .assessment-step-icon-panel {
    height: 220px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.assessment-step-icon-panel h3 {
    margin-bottom: 10px;
}
.assessment-steps .assessment-step-icon-panel:before {
    border-color: transparent transparent transparent #eef0f6;
    border-style: solid;
    border-width: 14px 20px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 44%;
    width: 0;
}
.assessment-steps .assessment-step-icon-panel.panel-highlighted:before {
    border-left-color: #fff;
}
@media (max-width: 768px) {
    .assessment-steps .assessment-step-icon-panel: before {
    border-style: solid;
    border-width: 20px 14px;
    left: 47%;
    top: 0;
}
.assessment-steps .assessment-step:nth-child(1) .assessment-step-icon-panel {
    margin-top: 15px;
}
.assessment-steps .assessment-step:nth-child(1) .panel, .assessment-steps .assessment-step:nth-child(3) .panel {
    background-color: #eef0f6;
}
.assessment-steps .assessment-step:nth-child(1) .assessment-step-icon-panel:before, .assessment-steps .assessment-step:nth-child(3) .assessment-step-icon-panel:before {
    border-color: #fff transparent transparent transparent;
}
.assessment-steps .assessment-step:nth-child(2) .panel, .assessment-steps .assessment-step:nth-child(4) .panel {
    background-color: #fff;
}
.assessment-steps .assessment-step:nth-child(2) .assessment-step-icon-panel:before, .assessment-steps .assessment-step:nth-child(4) .assessment-step-icon-panel:before {
    border-color: #eef0f6 transparent transparent transparent;
}
}.assessment-steps .assessment-steps-title {
    font-family: 'CordaLight',  serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
    text-transform: none;
}
.home-social-media-section {
    background: #206877;
    color: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
}
.home-social-media-section .panel {
    padding-bottom: 0;
    padding-top: 0;
}
.home-social-media-section h3 {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0;
}
.home-social-media-section .btn-social {
    margin-right: 4rem;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .home-social-media-section .btn-social {
    margin-right: 2rem;
}
}.home-banner-self-test {
    padding-top: 25px;
    text-align: center;
}
.home-banner-self-test .panel {
    background: #eef0f6 url("../img/bg-banner.png") no-repeat center center;
    color: #206877;
}
.home-banner-self-test .panel .panel {
    background-image: none;
}
.home-banner-self-test .panel h3 {
    color: #206877;
}
.home-banner-self-test h3 {
    font-weight: bold;
}
.home-banner-self-test p {
    font-family: 'Montserrat',  sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.home-banner-self-test p strong {
    color: #206877;
    font-family: 'CordaLight',  serif;
    font-size: 28px;
    font-size: 1.75rem;
    display: block;
    letter-spacing: normal;
    padding: 0.4em 0;
    text-transform: none;
}
.quiz h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
.quiz .list-abc {
    padding-left: 3em;
}
.quiz .list-abc input {
    margin-left: -2.5em;
    margin-right: 1.5em;
}
nav {
    background: #283948;
    color: #fff;
    font-family: 'Montserrat',  sans-serif;
    position: relative;
    z-index: 20;
}
nav .nav {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    list-style: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}
nav .nav li {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
}
nav .nav a {
    color: #fff;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
nav .nav a:active, nav .nav a:focus, nav .nav a:hover {
    color: #c7ac77;
    text-decoration: none;
}
@media (max-width: 480px) {
    nav .nav {
    text-align: left;
}
nav .nav li {
    display: list-item;
}
}.nav-container-fixed, .nav-container-fixed nav {
    width: 100%;
    z-index: 100;
}
.nav-side {
    background: #647584;
    border: 4px solid #eef0f6;
    list-style: none;
    padding: 0;
}
.nav-side li {
    margin: 10px;
}
.nav-side a {
    color: #fff;
    font-family: 'CordaLight',  serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
}
.nav-pages {
    margin-top: 120px;
}
.nav-pages .panel {
    height: 240px;
}
.nav-pages h3 a {
    color: inherit;
}
.btn {
    background: transparent;
    border-radius: 2px;
    border: 1px solid #283948;
    color: #283948;
    font-family: 'Lato',  sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    padding: 6px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color, border, color;
    transition-property: background-color, border, color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.btn:active, .btn:focus, .btn:hover {
    background: #c7ac77;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
.btn+.btn {
    margin-left: 1em;
}
.btn-social {
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.btn-social:active, .btn-social:focus, .btn-social:hover {
    opacity: 0.7;
}
.btn-share-facebook {
    background: #3b5998;
    color: #fff;
}
.btn-share-facebook:active, .btn-share-facebook:focus, .btn-share-facebook:hover {
    background: #1e3c7b;
}
.btn-share-twitter {
    background: #55acee;
    color: #fff;
}
.btn-share-twitter:active, .btn-share-twitter:focus, .btn-share-twitter:hover {
    background: #368dcf;
}
.table {
    margin-top: 1em;
}
.table:first-child {
    margin-top: 0;
}
.table th, .table td {
    padding: 8px 14px;
    text-align: left;
}
.table thead th {
    border-bottom: 1px solid;
}
.table th {
    font-weight: bold;
}
.table-fluid {
    width: 100%}
.icon-facebook {
    background-image: url("../img/icon-facebook.png");
}
.icon-googleplus {
    background-image: url("../img/icon-googleplus.png");
}
.icon-linkedin {
    background-image: url("../img/icon-linkedin.png");
}
.icon-twitter {
    background-image: url("../img/icon-twitter.png");
}

.nav-side-faq{
  width:100%
}

#downloads {
  margin:0;
  padding:0;
  list-style:none;
  margin-left:20px;
  margin-top:20px;
}

#downloads li{
  margin-top:10px;
}

/* CUSTOM CSS */

/* Mobile Navbar - Hamburger Menu */

.mobile-nav {
	display: none;
	height: 107px;
	padding: 2%;
}

.desktop-nav {
	display: block;
}

@media (max-width:768px) {
	
	.mobile-nav{
	display: block;
	}
	
	.desktop-nav{
	display: none;
	}
	
	.mobile-hide {
		display:none;
	}
	
	.site-title {
		text-align: center;	
		font-size: 1.45rem;
	}
	
	.mobile-centre {
		text-align: center;
	}
	
	.mobile-h2 {
		font-size: 3em;
	}
	
	
	
	.img-center {
		margin: 0 auto!important;
	}
	
}


@media (max-width:991px) {
.mobile-background {
		background-image:url(../img/img2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
		
	}
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 43px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cdcdcd;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 300px;
  margin: -70px 0 0 0;
  padding: 55px;
  padding-top: 65px;
  right: -100px;
  background: #283948;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  height: 100vh;
}

#menu li
{
  padding: 5px 0;
  font-size: 18px;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

/* FIXES */

.fix-margin-bottom-small {
	margin-bottom: 15px;
	
}

.fix-margin-bottom-medium {
	margin-bottom: 30px;
	
}

.fix-margin-bottom-large {
	margin-bottom: 45px;
	
}

.fix-margin-top-small {
	margin-top: 15px;
	
}

.fix-margin-top-medium {
	margin-top: 30px;
	
}

.fix-margin-top-large {
	margin-top: 45px;
	
}

/* HOME PAGE CSS RULES */

.download-ul {
	list-style: none;
	padding: 0px;
}

.download-ul li:not(:last-child) {
	margin-bottom: 10px;
}

.texts-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60);
}

#video-container h2 {
    color: #c8ac78;
}

.h2-home {
	line-height: 1.0!important;
	font-size: 39px;
	
}

.h3-home {
	padding-top:0px!important;
	font-size: 39px;
	line-height: 1.0;
}

.img-aids {
      width: 89%;
    margin-top: 20px;
    margin-bottom: -32px;
    margin-left: 12px!important;
    transition: opacity ease-in-out 0.3s;
}

.img-aids:hover {
    opacity:0.9;
}

@media (min-width:300px) and (max-width:991px) {
    .img-aids {
      width: 45%;
      margin: 0 auto!important;
    }
}

@media (min-width:300px) and (max-width:1200px) {
	.home-btn {
		display:block;
		margin-bottom:15px;
		text-align: center;
		
	}
	
}

@media (max-width:767px) {
    .fix-check {
        margin-top:-60px;
    }
    
}

/* WHO WE ARE CSS RULES */

.who-we-are-container {
	padding:2%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

/* FORM CONTACT US CSS RULES */

.form-contact .text-input, .form-contact .textarea, .form-contact .label, .form-contact .button {
  padding: 1em 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
}

.form-contact .text-input, .form-contact .textarea {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background: transparent;
  outline: none;
  color: black;
}
.form-contact .text-input:placeholder, .form-contact .textarea:placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form-contact .text-input:-webkit-autofill, .form-contact .textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  border-top-color: white;
  border-left-color: white;
  border-right-color: white;
}
.form-contact .error.text-input, .form-contact .error.textarea, .error .form-contact .text-input, .form-contact .error .text-input, .error .form-contact .textarea, .form-contact .error .textarea {
  border-color: transparent transparent red transparent;
}
.form-contact:not(.has-floated-label) .text-input:active, .form-contact:not(.has-floated-label) .textarea:active, .form-contact:not(.has-floated-label) .text-input:focus, .form-contact:not(.has-floated-label) .textarea:focus {
  border-color: transparent transparent black transparent;
}

.form-contact .label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  padding-left: 0;
}

.form-contact .label {
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.3s;
}
.active .form-contact .label, .form-contact .active .label {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  background: white;
}
.focus .form-contact .label, .form-contact .focus .label {
  color: black;
}

.form-contact.has-floated-label .field:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid black;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form-contact.has-floated-label .field.focus:after {
  width: 100%;
}

.form-contact .button {
  font: inherit;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: thin solid black;
  color: black;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1428571429em;
}
.form-contact .button:hover {
    background: #c7ac77;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}

.form-contact .button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.form-contact {
  max-width: 50em;
  margin: 0 auto;
  padding: 1em 2em;
  box-sizing: border-box;
  overflow: hidden;
}
.form-contact .field {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  float: left;
}
@media screen and (min-width: 40em) {
  .form-contact .field.half {
    width: calc(50% - 2em);
    margin-right: 2em;
  }
  .form-contact .field.half + .half {
    margin-left: 2em;
    margin-right: 0;
  }
}
.form-contact .field:last-child {
  float: right;
  width: auto;
}
.form-contact .textarea {
  max-width: 100%;
}

.text-success {
	color:#3c763d;
}

.error-email {
	font-weight: bold;
	color: #6B2020;
}

input[type="submit"]:disabled {
	cursor: not-allowed;
	border-color: #CCC;
	color: #CCC;
}

input[type="submit"]:disabled:hover {
	background: #FFF;
	color:#CCC;
	border-color: #CCC;
}

/* DOWNLOAD AID CSS RULES */

.download-aid li {
	display:inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* 404 CSS RULES */

.page-title {
	font-size: 3.5em;
}

.container-pages {
	border: thin solid #647584;
	margin-left: 20px;
	margin-bottom: 20px;
}

.container-pages h3 {
	margin-top: -25px;
}

.container-pages img {
	margin: 10px 0px;
}

.container-pages p {
	margin-bottom: 25px;
}

@media (max-width:991px) {
	
	.container-pages {
		margin-left: 25%;
	}
	
}

/* FAQ CSS RULES */

@keyframes expand {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 30em;
  }
}

details > div {
  position: relative;
  z-index: 20;
  padding: 1.25em 1.5em;
  margin-bottom: .6em;
  border-radius: 0.3em;
  box-shadow: 0 15px 14px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  background-color: white;
}

summary h3 {
	font-size: 1.5rem;
}

summary {
  position: relative;
  z-index: 10;
  display: block;
  padding-left: 3em;
  margin-bottom: .5em;
  font-size: 1.2em;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  border-radius: 0.3em;
}

summary:hover,
summary:focus {
  background: #64758420;
  color: white;
  outline: 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: '+';
  position: absolute;
  top: 63%;
  left: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background: #a27429;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}


details[open] summary::before {
  content: '-';
  line-height: .9;
}

details[open] summary:hover::before,
details[open] summary:focus::before {
  background: white;
  color: #a27429;
}

.is-sticky {
	position: fixed;
	z-index: 100000000;
	top:0px;
	width: 100%!important;
}

.fix-height {
	min-height: 1000px!important;
}

/* FOOTER */

.footer-paragraph {
  margin:10px 0px;
  color:#647584;
}

.footer-paragraph a {
  color:#647584!important;
}

.footer-logo {
  margin-top: 10px;
}

.margin-rcpsg-small {
	margin-bottom:15px;
	
}

.footer-margin span {
    font-size:0.8em;
}

@media (max-width:768px) {

		.footer-content {
    background: none!important;
    /*padding-bottom: 40px;*/
    position: relative;
    z-index: 20;
	text-align: center;
}
	.footer-center {
		text-align: center;
	}
	
}

@media (min-width:769px) {

	.footer-margin {
		margin-top:8%!important;
	}
	.footer-content p {
	float:right;
}
	.margin-rcpsg {
	margin-left:14%;
	margin-top: 5px!important;
}

.margin-rcpsg-small {
	margin-left:0%;
	
}
	
}

@media (min-width:425px) {
.captcha-div {
    width:30%;
    text-align:center;
    /*margin-top:-20px;*/
}
}