
body {
    background: #ffffff;
    position: relative;
}

html, body, blockquote {
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.6px;
    color: #565b5b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gill Sans Alt One WGL W01 Rg";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4, h5, h6 {
    color: #414444;
}

h1 {
    font-size: 3.6em;
    color: #00a960;
    font-weight: bold;
}

h2 {
    font-size: 3.2em;
}

h3 {
    font-size: 2.8em;
}

h4 {
    font-size: 2.4em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 2em;
}

p {
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.4;
}

small, .small {
    font-size: 1em;
}

hr { /* set color and bg color to color of page (white) to create dotted effect */
    color: #ffffff;
    background-color: #ffffff;
    border: 1px dotted #00a960;
    border-style: none none dotted;
    clear: both;
}

a {
    color: #11809f;
    border-bottom: 1px dotted #11809f;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:visited {
    color: #765f97;
    border-bottom: 1px dotted #765f97;
}

a:focus,
a:hover {
    outline: none;
    color: #d77b00;
    border-bottom: 1px dotted #d77b00;
    text-decoration: none;
}

a:active {
    color: #11809f;
    border-bottom: 1px dotted #11809f;
}

img {
    border: none;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

#immersive,
#financial,
#non-financial,
#contact {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

/****** Navigation */

.main-nav {
    background-color: rgba(0,0,0,.7);
}

.main-nav > .container {
    width: 92%;
    height: 70px;
    padding: 0;
}

.navbar-collapse {
    font-family: "Gill Sans Alt One WGL W01 Lt", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    float: left;
    width: 200px;
    height: auto;
    line-height: normal;
    padding: 0;
    padding-top: 10px;
}

.navbar-brand > img {
    width: 70%;
}

a.navbar-brand {
    border-bottom: none;
}

.navbar-toggle .icon-bar {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

button.navbar-toggle {
    background-color: transparent;
    padding: 12px;
    margin: 11px 0;
    border-radius: 50px;
    float: right;
    width: auto;
    border: none;
}

button.navbar-toggle:hover {
    background-color: #414444;
    padding: 12px;
    border: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;    
}

.navbar-right {
    height: 70px;
}

.navbar-right li {
    height: 100%;
}

.navbar-right li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: .8px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: none;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
    color: #d77b00;
    border-bottom: none;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.navbar-right .lang-icon {
    background-image: url("../images/language-icon.png");
    background-size: 18%;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    padding: 0;
}

.navbar-right .lang-icon > a {
    padding-left: 44px;
    height: 70px;
}

.navbar-right button.lang-icon:hover a { 
    color: #d77b00 !important;
}

.navbar-right li.hide {
    display: block !important;
}

.navbar-right li.show {
    display: none !important;
}

.open > .dropdown-menu {
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; 
    left: 0;
    top: 70px;
    border: none;       
}

ul.dropdown-menu {
    list-style: none;
    background-color: rgba(0,0,0,.8);
    padding: 10px;    
}

ul.dropdown-menu li a {
    padding: 10px;
}

button.language-toggle {
    background-color: transparent;
    color: white;
    border: none;
    height: 80px;
}

/****** Slider */        
#slider h2,
#slider h3,
#slider p {
    color: #ffffff;
    line-height: normal;
}

#slider .bg-blue p a {
    font-size: 1em;
    color: #ffffff !important;
    border-bottom: 1px dotted #ffffff !important;
}

#slider .bg-blue a {
    padding: 3px;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.3em;
}

#slider .bg-blue a:visited,
#slider .bg-blue a:hover {
    color: #d77b00;
    border-bottom: 1px dotted #d77b00;
}

#slider .col-md-offset-3 {
    width: 40%;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.flexslider .slides {
    padding: 0;
}

.flexslider .slides img {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}

.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}

a.flex-prev:focus,
a.flex-next:focus {
    border-bottom: none !important;
}

.flexslider img {
    position: relative;
    width: 100%;
}

/****** Immersive */
#immersive-texture {
    background-image: url(../images/ARM_Header_BG.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 40%;
}

#immersive-texture > .container {
    padding-top: 150px;
    position: relative;
}

#messaging {
    height: 400px;
}

#messaging h2,
#messaging h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gill Sans Alt One WGL W01 Lt";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

#messaging h2 {
    font-size: 4em;
}

#messaging .col-sm-6 {
    text-align: center;
    position: absolute;
    top: 200px;
    width: 665px;
    margin-left: 13%;
}

#immersive {
    background-color: rgba(0,0,0,.7);
    padding: 0 15px;
}

#immersive-overlap {
    position: relative;
    top: -45px;
}

#immersive-overlap h3, 
#immersive-overlap p {
    color: #ffffff;
}

#immersive-overlap h3 {
    line-height: normal;
}

#immersive-overlap a,
#immersive-overlap a:visited {
    color: #11809f;
    text-decoration: none;
    border-bottom: 1px dotted #11809f;
}

#immersive-overlap a:hover {
    color: #d77b00;
    border-bottom: 1px dotted #d77b00;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;    
}

#immersive-overlap img {
    width: 100%;
}

.pos-btm {
    position: absolute;
    bottom: 0;
}

#immersive .heading {
    padding-bottom: 10px;
    text-align: center;
}

.icon-top {
    display: block;
    vertical-align: top;
    text-align: center;
    background-color: #00789c;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
}

.icon-top > img {
    width: 100%;
}

#top-corner-stone {
    position: absolute;
    top: 0;
    right: -10px;
}

#bottom-corner-stone {
    position: absolute;
    bottom: 0;
    left: -10px
}

/****** Financial */
#financial,
#non-financial {
    padding-top: 50px;
    padding-bottom: 50px;
}

#financial img {
    width: 100%;
}

.underline {
    border-bottom: 1px solid #565b5b;
}


/****** Non-financial */
#non-financial {
    background-color: #dddddd;
}

#non-financial h5 {
    line-height: normal;
}


/****** Contact */
#contact {
    background-image: url('../images/ARM-cambridge-atrium.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center 75%;
    color: #FFFFFF;
    padding-bottom: 56px;
}

.container-contact {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.overlay {
    background-color: rgba(14,103,128,0.7);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
}

.bg-blue {
    background-color: #0e6780;
    opacity: .8;
}

#contact h3 {
    font-weight: bold;
    padding-bottom: 20px;
    color: #ffffff;
}

#contact .fa {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 14px;
}

#contact ul.social-icon li > a {
    border-bottom: none;
    font-size: 30px;
}

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    top: 20px;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 5px;
    padding: 10px;
}

.social-icon li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;    
}

.social-icon li a:hover {
    background: #414444;
}

/****** Footer */
footer {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    width: 100%;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    color: #ffffff;
    font-size: 12px;
    overflow: auto;
    padding: 0 15px;  
    
    position: relative;
    z-index: 999;
    margin-top: -56px;  
}

footer #copyr {
    font-size: 0.7em;
    margin-left: 15px;
    text-align: right;
    display: inline;
    float: right;
    margin-right: 50px;
}

.copyright,
.footerlinks {
    margin: 20px 0;
    line-height: normal;
}

.footerlinks a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
}

.footerlinks a:hover {
    color: #d77b00;
    border-bottom: 1px dotted #d77b00;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;    
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
}

@media only screen and ( max-width: 1199px ) {
    .container-contact {
        width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .navbar-right {
        float: left;
        margin-right: 5px;
    }
}
    
@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-collapse {
        padding: 0 !important;
        float: right;
    }
}

@media only screen and ( max-width: 995px ) {
    #slider .col-md-offset-3 {
        width: 60%;
    }
    
    #messaging .col-sm-6 {
        margin-left: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        padding: 0;
    }
    
    .navbar-right li a {
        padding-right: 8px;
    }
    
    .navbar-nav li.logout {
        margin: 5px 0;
        margin-right: 25px;
        background: none;
    }
    
    .navbar-brand > img.img-responsive {
        float: left;
        display: inline;
    }
    
    .navbar-header {
        width: 125px;
    }
    
    .navbar-right {
        float: right;
        margin-right: 0;
    }
    
}

@media only screen and ( max-width: 768px ) {
    #messaging {
        height: 350px;
    }
    
    #messaging h2 {
        font-size: 3.8em;
        line-height: normal;
    }
    
    #messaging .col-sm-6 {
        position: relative;
        margin: 0 auto;
        top: 150px;
    }
    
    #immersive-texture {
        background-position: 70% 0;
    }
        
    #immersive-overlap {
        padding-top: 25px;
        padding-bottom: 25px;
        top: 0;
    }
    
    .pos-btm {
        position: relative;
    }    
    
    #slider .col-md-offset-3 {
        width: 85%;
        padding-top: 20px;
        padding-left: 48px;
        margin-left: 8%;        
        padding-bottom: 20px;
        margin-top: -20px;
    }
    
    .container-contact {
        width: 500px;
    }
}

@media ( max-width: 720px ) {
    #messaging .col-sm-6 {
        width: 80%;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .main-nav > .container {
        height: auto !important;
    }
    
    .navbar-header {
        width: 100%;
    }
    
    .navbar-right li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-right {
        width: 100%;
        margin-left: 0;
        height: auto !important;
    }
    
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    
    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-right li.lang-icon {
        background-image: none;
    }
    
    .navbar-right li.lang-icon > a {
        padding-left: 15px;
    }
    .navbar-right li.hide {
        display: none !important;
    }
    .navbar-right li.show {
        display: block !important;
    }
    .navbar-right li.show.selected > a {
        color: #d77b00 !important;
    }
}

 @media only screen and (max-width: 594px) {
     footer {
        margin-top: -71px;
     }
     #contact {
        padding-bottom: 71px;
     }
    .copyright,
    .footerlinks {
        margin: 10px 20px;
    }
    
    .copyright.alignright {
        float: left;
    }
 }
 
 @media ( max-width: 490px ) {
    #messaging .col-sm-6 {
        top: 60px;
    }
     .social-icon {
        text-align: left;
        left: -20px;
     }
    .social-icon li {
        padding: 0;
    }
 }
 
 @media only screen and (max-width: 350px) {
    .copyright, .footerlinks {
     margin: 10px 5px;
    }
}

 @media only screen and (max-width: 342px) {
     footer {
        margin-top: -86px;
     }
     #contact {
        padding-bottom: 86px;
     }
 }

 @media only screen and ( max-width: 320px ) {
     .main-nav {
     min-width: 320px;
    }
}

/***** keep colors at bottom for proper cascade */

.bg-primary-mid-green {
    background-color: #00a960;
}

.bg-contextual-mid-blue {
    background-color: #009fc1;
}

.bg-contextual-mid-purple {
    background-color: #765f97;
}

.bg-contextual-mid-orange {
    background-color: #d77b00;
}

.primary-mid-green {
    color: #00a960;
}

.contextual-mid-blue {
    color: #009fc1;
}

.contextual-mid-purple {
    color: #765f97;
}

.contextual-mid-orange {
    color: #d77b00;
}

