body {
    line-height: 1.4;
    padding-bottom: 4em;
}

::-moz-selection {
    background: #B3D4FC;
    text-shadow: none;
}

::selection {
    background: #B3D4FC;
    text-shadow: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #CCC;
    color: #000;
    padding: 0.2em 0;
}

img {
    vertical-align: middle;
    border: none;
}

a {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font: 16px / 24px robotoregular;
}

.wrapper {
    width: 1140px;
    margin: 0 auto;
}

body,
html {
    margin: 0;
    height: 100%;
}

body {
    background: #F3F4F5;
}

button,
html,
input,
select,
textarea {
    color: #656A6F;
}

p a {
    color: #FFF;
    font-family: robotoregular;
    font-weight: 600;
}

p a:hover {
    color: #656A6F;
}

.cta a:hover,
.error[generated=true],
.footable.breakpoint > tbody > tr > td.expand:before,
.h5,
.main ul li:before,
.more:before,
a,
h1 span,
h1:after,
h2 span,
h2:after,
h3 span,
h3:after,
h4 span,
h6,
ol > li:before {
    color: #94C4DB;
}

a.btn,
a.small-btn,
input[type=button],
input[type=submit],
nav a.active {
    background-color: #94C4DB;
    color: #FFF;
}

a.btn:hover,
a.small-btn:hover,
input[type=button]:hover,
input[type=submit]:hover,
nav a:hover {
    background-color: #646D72;
    color: #FFF;
}

#response .failure,
#response .success,
.success:before,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a {
    color: #2D3438;
}

.nav a {
    color: #FFF;
}

.cta a,
.lead,
.main table th,
.more,
b,
blockquote,
strong {
    color: #3C4A52;
}

#masthead {
    background: #A4AEB0 !important;
}

.cta,
.cta h1,
.cta h2,
.cta h4,
.cta h5 {
    color: #FFF;
}

.cta h3 {
    color: #E2E2E2;
}

.logo {
    max-width: 131px;
}

.logo-foot {
    max-width: 95px;
}

.cta h1 {
    font-family: roboto_condensedlight;
    font-weight: 400;
    font-size: 82px;
    margin-bottom: 15px;
}

.cta h2 {
    font-family: roboto_condensedlight_italic;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 15px;
}

.cta h1:after,
.cta h2:after,
.cta h3:after {
    content: none;
}

.cta {
    margin-top: 18%;
    padding-bottom: 30px;
    font-size: 18px;
}

.cta a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.logo {
    display: inline-block;
    float: left;
}

.logo img,
.logo-foot img {
    width: 100%;
}

.header-container nav {
    float: right;
    margin-top: 10px;
}

.header-container .nav li {
    float: left;
    position: relative;
    padding: 0.4em;
}

.nav a {
    font-family: robotoregular;
    font-size: 20px;
    padding: 0.3em 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.tinynav {
    display: none;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
}

.header-container header {
    padding-top: 60px;
    padding-bottom: 45px;
}

.main-container {
    padding: 50px 0;
}

.main-content {
    width: 65%;
    float: left;
}

.main-content.full {
    width: 100%;
    float: none;
}

.main-content img,
.right-aside img {
    max-width: 100%;
    width: 100%;
    margin: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a img {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 1;
    position: relative;
}

a img:hover {
    opacity: 0.6;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.right-aside {
    float: right;
    width: 24%;
    border-left: 1px solid #CAD2D7;
    padding-left: 4%;
}

.right-aside img {
    width: 100%;
}

.half {
    width: 47%;
    margin-right: 6%;
    float: left;
}

.third {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.fourths {
    width: 22%;
    margin-right: 4%;
    float: left;
}

.two-third {
    width: 65%;
    margin-right: 5%;
}

.cta.two-third {
    width: 45%;
    margin-right: 5%;
}

.three-fourths {
    width: 74%;
    margin-right: 4%;
    float: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    margin: 25px 0 0.5em;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 36px;
    margin-top: 15px;
}

h3 {
    font-size: 28px;
}

h4,
h5 {
    font-size: 24px;
}

h6 {
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
}

blockquote h6,
h6.meta {
    top: -1.4em;
}

.cta a,
.more,
b,
h1,
h2,
h3,
h4,
h5,
h6,
ol > li:before {
    font-family: robotoregular;
    font-weight: 400;
}

h1:after,
h2:after,
h3:after {
    content: ".";
    font-size: 56px;
    position: relative;
    padding-left: 3px;
}

em {
    font-style: normal;
    font-family: robotoregular;
}

.lead,
blockquote {
    font-size: 24px;
    line-height: 32px;
    font-family: robotoregular;
}

.lead {
    margin-top: 0;
}

.main-container a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CAD2D7;
    padding: 0;
    margin: 3em 0;
}

hr.dash {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #CAD2D7;
    margin: 3em 0;
    padding: 0;
}

hr.dots {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #CAD2D7;
    margin: 3em 0;
    padding: 0;
}

iframe {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    width: 98%;
}

.fluid-width-video-wrapper {
    margin-bottom: 1em;
    background-color: #FFF;
}

.fluid-width-video-wrapper iframe {
    width: 100%;
    padding: 0;
    margin: 0;
}

blockquote,
blockquote.left,
blockquote.right {
    margin: 0 3% 3%;
}

.main ol,
.main ul {
    margin-bottom: 12px;
}

.main ul li,
.more {
    list-style-type: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 22px;
}

.main ul li:before,
.more:before {
    content: "g";
    font-family: bulletsregular;
    font-size: 16px;
    left: 3px;
    top: 6px;
    position: absolute;
}

.main ol {
    margin-left: 22px;
}

ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol > li {
    position: relative;
    list-style: none;
    / margin: 0 0 0 1em;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 0;
}

ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5em;
    margin-right: 8px;
    padding: 4px;
    text-align: center;
}

li ol,
li ul {
    margin-top: 6px;
}

ol ol li:last-child {
    margin-bottom: 0;
}

a.btn,
input[type=button],
input[type=submit] {
    border: none;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    font-family: robotoregular;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0.6em 1.2em;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

a.btn:hover {
    color: #FFF;
}

a.small-btn {
    border: none;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    font-family: robotoregular;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0.4em 1.1em;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

a.small-btn:hover {
    color: #FFF;
}

a.xsmall-btn {
    font-size: 12px;
    padding: 0.2em 0.7em;
}

.main table {
    border: 1px solid #DDE1E5;
    text-align: left;
    width: 100%;
    background: #FFF;
}

.main table th {
    padding: 0.5em;
    border: 1px solid #DDE1E5;
    background-color: #EBEDEF;
    vertical-align: top;
}

.main table td {
    padding: 0.5em;
    border: 1px solid #DDE1E5;
    vertical-align: top;
}

.main table tr:nth-child(2n+1) {
    background-color: #F8F8F8;
}

form {
    margin-top: 3em;
}

fieldset {
    padding: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D9D6CF;
    margin-bottom: 1em;
}

fieldset fieldset {
    background: #FFF;
}

label {
    font-weight: 400;
    font-family: robotoregular;
    padding-right: 1em;
    /*display: block;*/
}

.rounded {
    /*+border-radius: 12px;*/
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

.error[generated=true] {
    font-size: 14px;
    font-family: robotoitalic;
}

footer .wrapper {
    font-size: 14px;
    color: #9FA6AA;
    padding: 50px 0;
    margin-top: 20px;
}

.logo-foot {
    display: inline-block;
    padding-right: 5px;
}

.social-link {
    width: 31px;
    opacity: 0.4;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.social-link img {
    width: 100%;
}

.social-link:hover {
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    a.btn,
    input[type=button],
    input[type=email],
    input[type=password],
    input[type=submit],
    input[type=text],
    textarea {
        padding: 10px 2%;
        width: 96%;
    }
    
    a.btn,
    input[type=button] {
        text-align: center;
    }
    
    a.small-btn {
        font-size: 14px;
        padding: 0.4em 2%;
    }
    
    a.xsmall-btn {
        font-size: 12px;
        padding: 0.2em 2%;
    }
    
    iframe {
        max-height: 320px;
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        float: none;
        padding-bottom: 20px;
    }
    
    .header-container nav {
        float: none;
    }
    
    .main-content img {
        width: 100%;
    }
    
    .backstretch {
        opacity: 0.6;
    }
    
    .cta.two-third {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .main table {
        border-left: 1px solid #CAD2D7;
        border-right: 1px solid #CAD2D7;
        border-top: none;
        border-bottom: none;
    }
}

@media only screen and (max-width: 768px) {
    #masthead {
        display: block;
        height: 100%;
    }
    
    .cta h1 {
        font-size: 72px;
    }
    
    .header-container header {
        padding: 30px 0 25px;
        text-align: center;
    }
    
    .main-content,
    .right-aside {
        width: 100%;
        float: none;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-container {
        padding: 25px 0 50px;
    }
    
    .right-aside {
        border-top: 1px solid #CAD2D7;
        margin-top: 25px;
    }
    
    .foot.left,
    .foot.right,
    .fourths,
    .half,
    .third,
    .three-fourths,
    .two-third,
    ol.icon-lists li,
    ul.flag-lists li {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .fourths,
    .half,
    .third,
    .three-fourths,
    .two-third {
        margin-bottom: 30px;
    }
    
    blockquote.fourths,
    blockquote.half,
    blockquote.third,
    blockquote.two-third {
        width: 100%;
    }
    
    blockquote,
    blockquote.left,
    blockquote.right {
        margin: 0;
    }
    
    .foot.left,
    .foot.right {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1140px) {
    .wrapper {
        width: 92%;
        margin: 0 4%;
    }
}

@font-face {
    font-family: bulletsregular;
    src: url(../font/bullets-webfont.eot);
    src: url(../font/bullets-webfont.eot?#iefix) format('embedded-opentype'), url(../font/bullets-webfont.woff) format('woff'), url(../font/bullets-webfont.ttf) format('truetype'), url(../font/bullets-webfont.svg#bulletsregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
}

.first {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
}

.tableless,
.tableless td,
.tableless th,
.tableless tr {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !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) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}
