@import url(normalize.css);

/* viewport */

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

@-o-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

@viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.woff2') format('woff2'),
        url('raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold_italic';
    src: url('raleway-bolditalic-webfont.woff2') format('woff2'),
        url('raleway-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('raleway-extrabold-webfont.woff2') format('woff2'),
        url('raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.woff2') format('woff2'),
        url('raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.woff2') format('woff2'),
        url('raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.woff2') format('woff2'),
        url('raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'igardregular';
    src: url('igard-regular-webfont.woff2') format('woff2'),
        url('igard-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* The basics */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

html, body {
	background-color: #FFF;
    color: #39434C;
    font: normal 1em/1.6em 'ralewayregular';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input {
    color: #4E6C7A;
}


/* typography */


ul,
ol {
    padding: 0;
    margin: 0;
}


/* topbar */

#topbar {
    width: 100%;
    min-height: 550px;
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}

.logo-container {
    position: relative;
    width: 100%;
}

#logo {
    position: absolute;
    max-width: 300px;
    height: auto;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.topbar-header {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 200px 0 0 0;
    color: #FFF;
}

.topbar-header h2 {
    font-size: 2.6em;
    line-height: 1em;
    margin: 10px 0;
}

.topbar-header p {
    font-size: 1.7em;
}

.topbar-header strong {
    font-family: 'ralewaybold';
    text-transform: uppercase;
}

.metres-container {
    max-width: 600px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.metre-image {
    position: relative;
}

.metre-caption {
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    white-space: nowrap;
}

.arrow-image {
    width: 200px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

/* navigation */


nav {
    width: 100%;
    height: 40px;
    background-color: #2482D0;
}

#navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    height: 40px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navigation li {
    list-style: none;
    margin: 0 10px 0 0;
}

#navigation li:after {
    content: '•';
    color: #FAC501;
    padding-left: 10px;
}

#navigation li:last-child {
    list-style: none;
    margin: 0 0 0 0;
}

#navigation li:last-child:after {
    content: '';
}

#navigation a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.1em;
}

#navigation a:hover {
    color: #FAC501;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}

.hidden-from-nav {
    display: none;
    visibility: hidden;
}
.burger-button {
    display: none;
}
.closer {
    display: none;
}
.flow {
	position: static;
}
.stickem {
	position: fixed;
	top: 0;
	z-index: 1000;
}

/* Section 1 Ungrounded to HRG */

.section-1-wrapper {
    background-color: #FFF;
    width: 100%;
}
.show {
	display: block; 
	height: 40px !important;
	margin-bottom: 40px !important;
}
.hide {
	display: none;
}
.section-1-wrapper h1 {
    color: #2E75CC;
    text-transform: uppercase;
    font: normal 3em/1em 'ralewaysemibold';
    text-align: center;
}
.uth-container {
    width: 100%;
    min-height: 545px;
    border-top: 1px solid #79B2DA;
    border-bottom: 1px solid #79B2DA;
    background-color: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.uth-left {
    background: #F8F8F8 url(images/uth-left-bkgd.png) repeat-y top right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 335px;
    padding-right: 35px;
}

.uth-left h3 {
    font: normal 1.5em 'ralewayextrabold';
    color: #BE1A21;
}

.uth-left h3 span {
    font-family: 'ralewayregular';
}

.uth-left ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.uth-left li {
    padding: 0 15px 15px 15px;
    list-style: none;
    position: relative;
}

.uth-left li::before {
    content: 'X';
    color: #BE1A21;
    font: normal 1em 'igardregular';
    position: absolute;
    left: -10px;
    top: 6px;
}

.uth-left li strong,
.uth-right li strong {
    color: #2064A3;
    font-weight: normal;
    font-family: 'ralewaybold';
}

.uth-center {
    background-color: #FFF;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 500px;
    position: relative;
}

.uth-center img {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uth-right {
    background: #F8F8F8 url(images/uth-right-bkgd.png) repeat-y top left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 335px;
    padding-left: 35px;
    padding-right: 15px;
}

.uth-right h3 {
    font: normal 1.5em 'ralewayextrabold';
    color: #2482D0;
}

.uth-right h3 span {
    font-family: 'ralewayregular';
}

.uth-right ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.uth-right li {
    padding: 0 15px 15px 15px;
    list-style: none;
    position: relative;
}

.uth-right li::before {
    content: 'Y';
    color: #2CBE00;
    font: normal 1em 'igardregular';
    position: absolute;
    left: -10px;
    top: 6px;
}

.uth-text {
    padding: 0 25px;
}

.uth-text p {
    max-width: 750px;
    color: #2482D0;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 45px auto;
}

.uth-text strong {
    font-family: 'ralewaysemibold';
    color: #18599D;
}

/* contact */

.contact-wrapper {
    background-color: #2482D0;
    position: relative;
    width: 100%;
    padding: 35px 25px;
}

.contact-container {
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-wrapper .bkgd-container {
    width: 200px;
    height: 175px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: 30%;
    background-position: 200% -20%;
    background-repeat: no-repeat;
    background-size: 180px auto;
}

.contact-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    font: normal 1em/1.4em 'ralewaysemibold';
    color: #FFF;
}

.contact-tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    ;
    color: #FFF;
    text-align: center;
}

.contact-callout {
    margin: 0 0 15px 0;
}

.phone-num {
    font-size: 150%;
    margin: 5px 0;
    text-align: center;
}

.contact-tel span,
.contact-email span {
    display: inline;
    margin-right: 6px;
}

.contact-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    color: #FFF;
    text-align: center;
}

.email-field {
    padding: 5px 12px;
    background-color: #FFF;
    max-width: 225px;
    height: 36px;
    border-radius: 18px;
    color: #18599D;
    text-align: center;
    margin: auto;
}

.email-field a {
    font-family: 'ralewaysemibold';
    color: #18599D;
}

.email-field a:hover {
    color: #FF6F00;
}


/* Section 2 */

.section-icon {
    padding: 75px 0 25px 0;
}

.section-icon img {
    display: block;
    margin: auto;
}

.section-2-wrapper {
    background-position: 112% 25%;
    background-size: 358px;
    background-repeat: no-repeat;
    padding: 0 25px;
}

.section-2-wrapper h2,
.section-3-wrapper h2,
.section-4-wrapper h2 {
    text-align: center;
    color: #2482D0;
    font: normal 1.7em 'ralewayregular';
}

.section-2-wrapper h2 span,
.section-3-wrapper h2 span,
.section-4-wrapper h2 span {
    text-transform: uppercase;
    color: #18599D;
    font-family: 'ralewaybold';
}

.two-col {
    max-width: 1100px;
    margin: 50px auto;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    column-gap: 35px;
}

.two-col p:first-child {
    margin-top: 0;
}

.two-col strong {
    font-family: 'ralewaysemibold';
    color: #18599D;
}

.figures {
    max-width: 1100px;
    margin: auto;
    padding: 20px 0;
    border-top: 1px solid #D1DAE0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.figure {
    text-align: center;
    color: #18599D;
}


/* Section 3 */

.section-3-wrapper {
    background-color: #F8F8F8;
    padding: 20px 25px;
}

.content-wrapper {}

.section-3-wrapper h3 {
    font: normal 1.3em 'ralewayregular';
    color: #2482D0;
}

.section-3-wrapper ul {
    padding: 0 0 0 15px;
}

.section-3-wrapper li {
    padding: 5px 0;
    list-style: url(images/chevron.svg);
}


/* Section 4 */

.section-4-wrapper {
    padding-top: 30px;
}

.chart-wrapper {
    max-width: 1000px;
    margin: 35px auto;
}

.chart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #E4EBEF;
}

.chart-row:nth-child(odd) {
    background: #F7F7F7;
}

.chart-row:last-child {
    border-bottom: none;
}

.chart-header-cell {
    background: #2482D0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    border-right: 1px solid #E4EBEF;
}

.chart-header-cell:last-child {
    border-right: none;
}

.chart-cell {
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #E4EBEF;
}

.chart-cell p {
    display: none;
}

.chart-cell:last-child {
    border-right: none;
}

.align-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    font: normal 1.1em 'ralewaysemibold';
	padding-left: 10px;
}

.double-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 34%;
    flex: 1 1 34%;
}

.single-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 16%;
    flex: 1 1 16%;
}

.checked {
    font: normal 1.3em 'igardregular';
    color: #2CBE00;
}

.unchecked {
    font: normal 1.2em 'igardregular';
    color: #ED510F;
}

.smart-wrapper {
    position: relative;
    background-color: #2482D0;
    background-position: right 50%;
    padding: 30px 20px;
}

.smart-container {
    position: relative;
    max-width: 1100px;
    margin: auto;
    z-index: 10;
}

.head-text {}

.head-text h3 {
    color: #FFF;
    font-size: 1.6em;
    line-height: 1.4em;
}

.head-text p {
    color: #FFF;
    font-size: 1.2em;
}

.smart-container p strong {
    font-weight: 'ralewaysemibold';
}

.smart-wrapper .bkgd-container {
    width: 204px;
    height: 257px;
    position: absolute;
    z-index: 1;
    top: 20%;
    right: 0;
    opacity: 30%;
    background-position: right -15px top;
    background-repeat: no-repeat;
    background-size: 204px auto;
}

.smart-animation-container {
    background: url(images/cursor.png) no-repeat right 15px;
    max-width: 750px;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.smart-step a {
    position: relative;
    font: normal 4.5em 'ralewaybold';
    color: #CDD3D4;
    -webkit-transition: color .6s linear;
    transition: color .6s linear;
    margin: 25px 40px;
}

.smart-step a::after {
    content: 'A';
    font-family: 'igardregular';
    display: inline-block;
    font-size: 50px;
    color: #2482D0;
    position: absolute;
    width: 50px;
    height: 22px;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
}

.smart-step a:hover {
    color: #9FDFFA;
}

#smart-description-container {
    position: relative;
    width: 750px;
    height: 95px;
    margin: 25px auto 0 auto;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.smart-item {
    opacity: 0;
    -webkit-transition: opacity .6s linear;
    transition: opacity .6s linear;
    position: absolute;
    padding: 0 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 15px;
    color: #000;
    font-family: 'ralewaysemibold';
    font-size: 110%;
    color: #18599D;
}

.smart-item span {
    font-family: 'ralewaybold';
    font-size: 120%;
    color: #ED510F;
}

.current {
    position: relative;
    color: #ED510F !important;
    -webkit-transition: color .6s linear;
    transition: color .6s linear;
}

.current::after {
    content: 'A';
    font-family: 'igardregular';
    display: inline-block;
    font-size: 50px;
    color: #FFF !important;
    position: absolute;
    width: 50px;
    height: 22px;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
}

.show-text {
    opacity: 1;
}


/* Section 5 */

.section-5-wrapper {
    margin: 0;
    padding: 30px 25px;
    background-size: 358px;
    background-repeat: no-repeat;
    background-position: right -100px top 25%;
}

.resource-video-container {
    max-width: 800px;
    height: auto;
    margin: 25px auto 10px auto;
    border: 10px solid #222332;
}

.TextformatterVideoEmbed {
    margin: 0 !important;
}

.video-caption {
    color: #18599D;
    font-family: 'ralewaysemibold';
    text-align: center;
    margin: 0;
}

.section-5-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    color: #18599D;
    font: normal 1.7em 'ralewaybold';
}

.resource-dl-container {
    max-width: 1100px;
    margin: 20px auto;
}

.resource-dl-container ul {
    margin: 50px 0 0 0;
    padding: 0;
}

.resource-dl-container ul li {
    position: relative;
    font: normal 1.1em 'ralewaysemibold';
    list-style: none;
    color: #18599D;
    padding: 20px 0;
    border-bottom: 1px solid #CDD9E1;
}

.resource-dl-container ul li span {
    position: absolute;
    right: 0;
}

.dl-web,
.dl-file,
.dl-web-file {
    color: #ED510F;
    font-size: 90%
}

.dl-web:hover,
.dl-file:hover,
.dl-web-file:hover {
    color: #9FDFFA;
}

.dl-file:before,
.dl-web-file:before {
    content: '';
    display: inline-block;
    margin: -5px 5px;
    width: 22px;
    height: 22px;
    background: url(images/pdfdl.png) no-repeat center;
}


/* fluff and design elements */

.two-tone-rule {
    position: relative;
    max-width: 330px;
    height: 3px;
    margin: 0 auto;
    border: none;
    background: #BEC8CC;
}

.two-tone-rule::after {
    content: " ";
    width: 30px;
    height: 3px;
    background: #FF5208;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}

.arrow {}


/* Footer */

#footer {
    background: #4E5F70;
    width: 100%;
    padding: 20px;
    overflow: hidden;
}

.logo-placement {
    position: relative;
    height: 62px;
    margin: 0 0 30px 0;
}

.footer-logo {
    position: absolute;
    left: 20px;
    top: 0;
}

.footer-social-buttons {
    position: absolute;
    left: 252px;
    top: 16px;
}

.footer-social-buttons {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.footer-social-buttons li {
    list-style-type: none;
    display: inline;
    float: left;
    margin: 0 5px;
}

.footer-social-buttons li img {
    width: 29px !important;
    height: 29px !important;
}

.foot-nav-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    font-size: 14px;
}

.foot-nav-flex div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 2%;
}

.last-footer-div {
    margin-right: 0 !important;
    white-space: nowrap;
}

.footer-triple-column {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -ms-flex-preferred-size: 42% !important;
    flex-basis: 42% !important;
    margin-right: 0 !important;
}

.main-foot-item {
    text-transform: uppercase;
    display: block;
    color: #B4DFFA !important;
}

.triple {
    display: inline;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    width: 31%;
}

.triple li {
    text-transform: initial;
}

.footer-nav {
    width: 100%;
}

.footer-nav li {
    list-style: none;
    display: block;
}

.foot-nav-subitem {
    text-transform: initial !important;
    margin: 4px 0 4px 15px;
    color: #CCCCCC;
    line-height: 18px;
}

.sub-nav-list-item {
    margin: 0 0 4px 15px;
}

.sub-nav-list-item a,
.sub-nav-list-item {
    color: #B4DFFA !important;
}

.sub-nav-list-item:before {
    content: '> ';
    color: #B4DFFA;
    margin-left: -14px;
}

.sub-sub-item {
    margin: 0 0 0 15px;
}

.foot-nav-item a,
.foot-nav-subitem a {
    color: #CCCCCC;
}

.foot-nav-subitem:before {
    content: '> ';
    color: #CCCCCC;
    margin-left: -14px;
}

.foot-nav-flex a:hover {
    color: #FF5208 !important;
}

.legal {
    color: #FFF;
    font: normal 14px/1.4em 'ralewayregular';
    text-align: center;
}


/* CMS styles and styles needed for CKEditor positioning */

#editpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 5px 6px;
    background: #db1174;
    color: #fff;
    display: block;
    font-weight: bold;
}

#editpage:hover {
    background: #ffffcc;
    color: #000;
}

.align_left {
    float: left;
    margin: 0 1em 0.25em 0;
}

.align_right {
    float: right;
    margin: 0 0 5px 20px;
}

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

/* Media Queries */

@media only screen and (max-width: 1080px) {
	nav {
		position: -webkit-sticky;
    	position: sticky;
    	top: 0;
    	align-self: flex-start;
    	background-color: #18599D;
	}
    .burger-button {
        display: block;
        text-align: center;
        cursor: pointer;
        color: #FFF;
        font-size: 40px;
        line-height: 40px;
    }

    #navigation {
        height: 100%;
        max-width: 270px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 300px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: -270px;
        background-color: #2482D0;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding-top: 60px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .open {
        left: 0 !important;
    }

    .closer {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #EEE;
        width: 20px;
        height: 20px;
        font-size: 3em;
        cursor: pointer;
    }

    .closer:hover {
        color: #FF5208;
    }

    #navigation li {
        margin: 0;
        padding: 7px 0 7px 10px;
    }

    #navigation li::after {
        content: '';
        color: #FAC501;
        padding-left: 10px;
    }

    .uth-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uth-left,
    .uth-right {
        background: #F8F8F8;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 35px;
    }

    .uth-center {
        background-color: #FFF;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        height: 400px;
    }

    .uth-center img {
        margin: auto;
        width: auto;
        height: 100%;
        position: static;
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 1000px) {
    .chart-header-cell {
        display: none;
    }

    .chart-row {
        margin-bottom: 5px;
        border-bottom: 1px solid #E4EBEF;
    }

    .chart-cell {
        height: auto;
        min-height: 61px;
    }

    .chart-cell p {
        display: block;
        text-align: center;
        line-height: 1em;
        width: 100%;
        margin: 0;
        font-size: 70%;
    }

    .double-width {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-bottom: 1px solid #E4EBEF;
    }

    .align-left {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
        font: normal 1em 'ralewaysemibold';
    }

    .resource-dl-container ul li span {
        position: static;
        margin-left: 5px;
        white-space: nowrap;
    }

    .foot-nav-flex {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .uth-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .two-col {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .figures {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .figure img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    #logo {
        top: 20px;
    }

    .topbar-header {
        padding: 150px 0 0 0;
    }

    .topbar-header h2 {
        font-size: 2em;
        padding: 0 20px;
    }

    .topbar-header p {
        font-size: 1.4em;
        padding: 0 20px;
    }

    .contact-container {
        display: block;
    }

    .contact-copy,
    .contact-tel,
    .contact-email {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }

    .smart-animation-container {
        background: none;
    }

    .smart-step a {
        font: normal 3em 'ralewaybold';
        margin: 25px 20px;
    }
}

@media only screen and (max-width: 640px) {
    .single-width {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        border-bottom: 1px dotted #E4EBEF;
    }
}

@media only screen and (max-width: 575px) {
    .metres-wrapper {
        display: block;
        padding: 0 0 60px 0;
    }

    .metres-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }

    .metre-image img {
        display: block;
        margin: auto;
        width: 150px;
        height: auto;
    }

    .arrow-image {
        width: 50px;
        -webkit-transform: rotate(90deg); 
        transform: rotate(90deg);
        background-size: 100% 50px;
        margin-top: 30px;
    }

    .smart-wrapper .bkgd-container {
        top: 0;
        right: 0;
    }

    #smart-description-container {
        width: 100%;
        height: 150px;
    }

    .footer-logo {
        position: static;
        margin-bottom: 15px;
    }

    .footer-social-buttons {
        position: static;
        height: 29px;
        padding-bottom: 25px;
    }
    .section-1-wrapper h1 {
    	font: normal 2.3em/1em 'ralewaysemibold';
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.uth-center img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 420px) {
    .smart-step a {
        font: normal 2.5em 'ralewaybold';
        margin: 25px 15px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Print styles */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
