﻿@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyrepagellaregular';
    src: url('fonts/texgyrepagella-regular-webfont.eot');
    src: url('fonts/texgyrepagella-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyrepagella-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyrepagella-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wk3oyx');
  src:  url('fonts/icomoon.eot?wk3oyx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.svg?wk3oyx#icomoon') format('svg'),
    url('fonts/icomoon.ttf?wk3oyx') format('truetype'),
    url('fonts/icomoon.woff?wk3oyx') format('woff');    
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'socialicomoon';
  src:  url('fonts/social-icomoon.eot?8vinfs');
  src:  url('fonts/social-icomoon.eot?8vinfs#iefix') format('embedded-opentype'),
    url('fonts/social-icomoon.ttf?8vinfs') format('truetype'),
    url('fonts/social-icomoon.woff?8vinfs') format('woff'),
    url('fonts/social-icomoon.svg?8vinfs#socical-icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


body
{
    background:#fff;
    padding:0;
    margin:0;
    font-family:robotolight, Arial, sans-serif;
    padding-top:150px;
}

header
{
    width:100%;    
    margin:0 auto;
    position:relative;
    background:#fff;    
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:25;
    height:150px;
    border-bottom:1px solid #1D64B2;
}      
    header > div#innerHeader
    {
        width:100%;
        max-width:1300px;
        display:block;
        margin:0 auto;   
        position:relative;         
    } 
    header > div#innerHeader > a span
    {
        color:#125D3F;
        font-size:22em;
        position:absolute;
        top:0;
        left:0;        
    }

    header > div#innerHeader > a span.icon-logo
    {
        line-height:0;
        height: 150px;
        overflow: hidden;
        transition:all 0.5s;
    }

    header .icon-logo:before {
      line-height:150px;
    }

    header.shorter > div#innerHeader > a span.icon-logo
    {
    }

a#NewsLink {
    position: absolute;
    right: 85px;
    top: 45px;
    background: #1d64b2;
    color: #fff;
    padding: 18px;
    font-size: 1.4em;
    border-radius: 10px;
}

.bx-wrapper
{
    margin:0 auto;
    position:relative;
}

#searchContainer
{
    width:100%;
    background:#2064B2;
    padding:5px 0;
    height:45px;
    position:fixed;
    top:0;
    left:0;
    z-index: 30;
    display:none;
}
    #searchContainer > form
    {
        max-width:1340px;
        margin:0 auto;text-align:right;
    }
    input#q {
        border: 5px solid #758d94;
        height: 34px;
        padding: 0 10px;
        border-radius: 2px;
    }
    #searchContainer > form button {
        background: none;
        border: none;
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 2em;
        display: inline-block;
        vertical-align: top;
        margin-top: 6px;
        margin-right: 10px;
        cursor:pointer;
    }
        #searchContainer > form button:hover
        {
            text-shadow:0 0 10px #fff;
            color:#091C37;
        }
   

    header > div#innerHeader > span.icon-menu, header > div#innerHeader > span.icon-search
    {
        position: absolute;
        right: 0;
        top: 45px;
        color: #2064B2;
        font-size: 3.2em;
        cursor:pointer;
    }
    header > div#innerHeader > span.icon-menu:hover, header > div#innerHeader > span.icon-search:hover, header > div#innerHeader > span.icon-search.selected
    {
        color:#fff;
        background:#2064B2;
    }
    header > div#innerHeader > span.icon-menu:hover
    {
        border:4px solid #2065B2;
    }
        span.icon-menu
        {
            color:#2065B2;
            border:4px solid #2065B2;
            border-radius:15px;
            transition:all 0.3s;
        }

       header > div#innerHeader > span.icon-menu.icon-close {
        padding: 17px 8px;
        font-size: 3em;
        padding-bottom: 80px;
        bottom: 0;
        color: #00CBD8;
        background: #001E51;
        border-radius:0;
        border:4px solid #001E51;
    }

    header > div#innerHeader > span.icon-search
    {
        right: 195px;
        font-size: 3em;
        padding:5px 5px 6px 5px;
    }

     header nav a#contactLink
     {
        text-align: center;
        font-size: 1.1em;
        text-transform: uppercase;
        margin-bottom: -30px;
     }
        header nav a#contactLink span.icon-contact1
        {
            font-size: 7em;
            color: #2065b3;
            margin-bottom: 10px;
        }
        header nav a#contactLink:hover span.icon-contact1
        {
            color:#00CBD8;
        }
ul#mainMenu
{
    background:#1D64B2;
    width:100%;
    display:block;
    text-align:center;    
    position:relative;
    z-index: 5;
}
ul#mainMenu ul
{
    position: absolute;
    width: 300px;
    box-shadow: 2px 5px 5px #444;    
    max-height: 0;
    transition: max-height 0s ease-out;
    overflow: hidden;    
    text-align:left;
}
ul#mainMenu li:first-child a, ul#mainMenu li:first-child span
{
    border-left:0;
}
    ul#mainMenu > li
    {
        display:inline-block;
        vertical-align:top;           
        position:relative; 
        padding:10px 0;
    }
        ul#mainMenu > li > a, ul#mainMenu > li > span {
            color:#fff;
            padding:10px 20px;
            display:block;
            font-size:1.2em;
            border-left:2px solid #768FCA;    
        }
        header > div#innerHeader > ul > li a, header > div#innerHeader > ul > li span
        {
            color:#2A2D6E;
            padding:23px;
            font-size:1.2em;
            display:block;
        }

        ul#mainMenu > li:hover > ul
        {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            background: #E7E9E9;
            max-height: 900px;
            transition: max-height 0.25s ease-in;
            padding:30px 20px 20px 20px;            
        }  
        ul#mainMenu > li:hover:before
        {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 13px solid #E7E9E9;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            border-top:0;
            position: absolute;
            bottom: 0;
            left:50%;
            margin-left:-5px;
            padding:0px;
        }
            ul#mainMenu > li > a:hover
            {
                color:#00CBD8;
            }
            ul#mainMenu > li > ul li
            {
                display:block;
                position:relative;  
                margin-bottom:10px; 
                padding-left:             
            }
                ul#mainMenu > li > ul li a, ul#mainMenu > li > ul li span
                {
                    padding:10px 10px 10px 45px;
                    position:relative;
                    display:block;
                    font-size:1.2em;
                    color:#2065B2;
                }
                    ul#mainMenu > li > ul li a:hover
                    {
                        color:#00CBD8;
                    }
                    
                ul#mainMenu > li > ul li a:before, ul#mainMenu > li > ul li span:before
                {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background:#2065B2;
                    border-radius:10px;                
                    position: absolute;
                    top: 12px;
                    left: 20px;
                    padding: 0px;
                }
                ul#mainMenu > li > ul li:last-child
                {
                    margin-bottom:20px;
                }

ul.bxslider {
    margin: 0 auto;
    display: block;
    width: 1250px;
    height: 100%;
}
.bxslider li
{
    position:relative;
    overflow: hidden;
    max-height: 800px;
    float:left;
    list-style:none;
}

#slideshow
{
    position:relative;
    background:#00CBD8;
    border-top:2px solid #fff;
}

a.bx-prev, a.bx-next {
    position: absolute;
    top: 50%;
    left: 0%;
    color: #00cbd8;
    height: 64px;    
    margin-top: -52px;
    font-size: 5em;
    line-height: 0.7em;
    background: rgba(255,255,255,0.5);
    /* vertical-align: middle; */
}
 a.bx-next
 {
    right: 0%;
    left: auto;
    /* box-sizing: border-box; */
    border-radius: 40px 0 0 40px;
    padding: 20px 5px 20px 15px;
 }
 a.bx-prev
 {
     border-radius:0 40px 40px 0;
     padding: 20px 15px 20px 5px;
 }

 .bx-pager.bx-default-pager
 {
    position: absolute;
    bottom: 35px;
    right: 50%;
    width: 240px;
    padding: 0 40px;
    margin-right:-160px;
    text-align: center;
}
 
    .bx-pager-item
    {
        display:inline-block;
        vertical-align:top;        
        margin:0 5px;
    }
        .bx-pager-item a {        
        background: none;
        color: #333;
        border: 2px solid #fff;
        border-radius: 16px;
        padding: 4px 10px;        
    }
        .bx-pager-item a:hover, .bx-pager-link.active
        {
            background:#fff;
            color:#fff;
        }

nav {
    background: #001E51;
    position: absolute;
    padding:35px;
    right: 0;
    top: 150px;
    z-index:10;
    display:none;
    max-height:600px;
    overflow-y:auto;
}
    nav a{
        color:#fff;
        padding: 4px 0;
        display: block;
    }
        nav a:hover
        {
            color:#00CBD8;
        }
    nav span {
    color: #758d94;
    padding:4px 0;
    display:block;
    }
    nav > ul
    {
        width: 263px;
    }
    nav > ul > li
    {
        display:block;
        border-bottom:1px solid #283AA6;
        position:relative;
        padding: 23px 0 23px 30px;
    }     
    nav > ul > li:last-child
    {
        border-bottom:0px;        
    } 
        nav > ul > li > ul > li 
        {
            padding-left:30px;
            position:relative;
            line-height:1.4em;
        }
            nav > ul > li > ul > li > ul
            {
                padding-left:30px;
            }
        nav > ul > li > ul, nav > ul > li > ul > li > ul
        {
            display:none;
        }
        span.triangle
        {
            content: '';
            width: 0;
            height: 0;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 13px solid #2065B3;
            position: absolute;
            top: 27px;
            left: 7px;
            padding:0px;
            cursor:pointer;
        }
            nav > ul > li > ul > li > span.triangle
            {
                top:0;left:0;
                cursor:pointer;
            }
        span.triangle:hover
        {
            border-left: 13px solid #00D3D8;
        }
        span.triangle.open
        {
            border-top: none;
            border-bottom: 13px solid #00D3D8;
            border-left: 9px solid transparent;
            border-right:9px solid transparent;
        }

        nav span.icon-logo2 {
            text-align: center;
            font-size: 5em;
            color: #fff;
        }
        ul#mainMenu > li > span.mobileExpander
        {
            display:none;
        }

#slideshow img
{
    width:100%;
    display:block;
}

section
{
    padding:70px 0;
    position:relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
    section > ul > li
    {
        height:350px;        
        overflow:hidden;
        margin-bottom:15px;
    }

    section h1, section h2
    {
        color:#125D3F;
        font-size:1.4em;
        font-weight:normal;
        font-family:robotobold;
    }

    section > h2
    {
        margin-bottom:10px;
        font-family:robotobold;
    }

section#resources
{
    background:#F0F0F1;
    text-align:center;
    max-width:100%;
}            
    section#resources a
    {
        display:inline-block;
        vertical-align:top;
        color:#125D3F;
        font-size: 1.5em;
        margin: 0 90px;
        font-family: 'robotolight' !important;
    }
    section#resources a:before
    {
        display:block;
        color: #6C6C6C;
        font-size: 4em;
        font-family: 'icomoon' !important;
        transition:all 0.3s;
        margin-bottom:25px;
    }    
    section#resources a:hover:before
    {
        color:#001E51;
    }

div#backgroundContainer
{
    background:url(../images/background.png);
}

section#welcome
{
    width:100%;
    max-width:1050px;
    box-sizing:border-box;
    margin:0 auto;
    padding:70px 0;
}
section#welcome h1
{
    margin-bottom:50px;
}
    section#welcome h1,section#resources h2, section#location h2
    {
        text-align:center;
        color:#125D3F;
        font-size:2.6em;
    }
    section#welcome ul
    {
        list-style:disc;
    }
        section#welcome ul li
        {
            overflow:visible;
            height:auto;
        }
section#location
{
    text-align:center;
    padding-bottom:50px;
}
section#location > div
{
    margin-bottom:30px;    
}
section#location > div
{
    display:inline-block;
    vertical-align:top;
    width:33%;
}
    section#location div img
    {
        width:100%;
    }
section#location > div#LocationMap {
    height: 417px;
max-height: 417px;
    width: 64%;
max-width:67%;
    border-left: 3px solid #fff;
    box-sizing: border-box;
}

@media(max-width: 1150px){
section#location > div#LocationMap
{
width:100%;
max-width:100%;
}
}

section#location > img
{
    display:block;
    margin:0 auto;
}
section#location > h2
{
    margin-bottom:10px;
    margin-top:20px;
    font-family:robotobold;
    font-size:1.7em;
    text-align:left;
    padding:0 8%;
}
section#location > p
{
    text-align:left;
    padding:0 8%;
}
section#location p#address
{
    color:#292C6E;
}
section#location span.icon-logo2
{
    font-size:8em;
    color:#BDBDBD;
}

p, section > div#content > ul, section > div#content > ol, section#welcome > ul, section#welcome > ol
{
    line-height:1.2em;
    font-size:1.3em;
    margin-bottom:35px;
    color:#555;
}
    p:last-child, section > div#content > ul:last-child, section > div#content > ol:last-child, section#welcome > ul:last-child, section#welcome > ol:last-child
    {
        margin-bottom:0;
    }
    section > div#content > ul, section > div#content > ol, section#welcome > ul, section#welcome > ol
    {        
        margin-bottom:35px;
    }
        section > div#content ul, section#welcome > ul
        {
            list-style:disc;
            padding-left:20px;
            margin-left:20px;
            line-height:1.2em;
        }
            section > div#content ul li {
                margin-bottom: 20px;
            }
                section > div#content ul li p
                {
                    font-size:1em;
                }
        section > div#content ol, section#welcome > ol
        {
            list-style:decimal;
            padding-left:20px;
            margin-left:20px;
        }
        section > div#content a, section#welcome a
        {
            color:#125D3F;
            text-decoration:underline;
        }
            section > div#content a:hover, section#welcome a:hover
            {
                text-decoration:underline;
            }

p span.positionleft
{
    margin: 25px 40px 25px 0;
    float: left;
}
p span.positionright
{
    margin: 25px 0 25px 40px;
    float:right;
}

p img.positionleft, p img.positionright {
    border: 5px solid #719093;    
    height: auto;
    padding: 0;
    margin:0;
}

footer{
    text-align:center;
    width:100%;    
    background:#fff;
    padding:0px 0 70px 0;
    position:relative;
    clear:both;
}
    footer > div
    {
        background:#2E4A8B;
        background-image:url(../images/footer-background.png);
        padding:20px 30px;
        margin-bottom:25px;
        position:relative;
        min-height:26px;   
        box-sizing: border-box;
        max-height: 155px;     
    }
        
    footer > div > div
    {
        width:100%;
        max-width:1200px;
        margin:0 auto;    
        padding:40px 0;
    }
        footer > div > div > span.icon-logo
        {
            color: #fff;
            font-size: 21em;
            float: right;
            line-height: 35px;
        }
    
        footer > div > div > img
        {
            width:107px;
            height:54px;
            display:inline-block;
            vertical-align:top;
            position:absolute;
            top:20px;
            left:30px;
        }
        footer > div > div > p
        {
            display:inline-block;
            vertical-align:top;
            color:#fff;
            float:left;            
            text-align: left;
            font-size: 0.9em;
            width:33%;
            padding: 10px;
            box-sizing: border-box;
            margin-top:-45px;
        }
        footer > div > div > p a
        {
            color:#fff;
        }
        footer > div > div > a
        {
            color:#fff;
            display:inline-block;
            vertical-align:top;
            font-size:2em;
            width:33%;
            text-align:right;
        }
            footer > div > div > a > span
            {
            }

        footer > div.lowerFooter
        {
            width:100%;
            max-width:1300px;
            margin:0 auto;
            display:block;
            background:none;
        }

        a#sublink
        {
            color: #1d6bc5;
            /* float: right; */
            position: absolute;
            right: 20px;
            top: 5px;
        }

    footer > div.lowerFooter > span.icon-environment
    {
        float:left;
        color:#81B971;
        font-size:4em;
    }

    footer > div.lowerFooter > img
    {
        margin-bottom:25px;
        float:right;
    }
    footer > div.lowerFooter > p
    {
        font-size:1.1em;
        text-align: center;
        width: 85%;
    }
    footer > div > div > ul
    {
        display:inline-block;
        vertical-align:top;
        width:33%;
        padding: 10px;
        margin-top: -30px;
        box-sizing: border-box;
    }
    footer > div > div > ul > li
    {
        display:inline-block;vertical-align:top;
        border-right:1px solid #fff;
        padding: 0px 10px;
    }
    footer > div > div > ul > li:first-child
    {
        color:#fff;
        border-right:0;
        margin-bottom:15px;
        line-height:1.2em;
        display:block;
    }
        footer > div > div > ul > li:last-child
        {
            border-right:0px;            
        }
            footer > div > div > ul > li a, footer > div > ul > li span
            {
                color:#fff;
            }
                 footer > div > div > ul > li a:hover
                 {
                     text-decoration:underline;
                 }
    footer a#sublink:hover
    {
    }

    footer span.icon-Submarine_logo2016 {
        font-size: 4em;
        line-height: 0.6em;
        display: block;
    }


    #envPara
    {
        float: left;
        width: 250px;
        margin-left: 20px;
        text-align: left;
    }

 #TopLink {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 100;
    background-color: #ccc;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    line-height: 1.6em;
    border-radius: 50%;
    padding: 25px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 2px #aaa;
    border: 1px solid #bbb;
}
    #TopLink:before
    {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        transform: rotate(90deg);
        display: block;
        font-size: 4.2em;
        position: absolute;
        width: 50px;
        height: 30px;
        left: 50%;
        margin-left: -25px;
        top: 13px;
    }
    #TopLink span
    {
        margin-top: 23px;
        display: block;
        margin-left: 2px;
        text-transform:uppercase;
    }
#TopLink:hover
{
    background:#2065B2;
}
span.icon-Submarine_logo20162 {
    font-size: 4em;
    line-height: 0.7em;
    height: 57px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:1320px)
{
    header > div#innerHeader
    {
        width:94%;
    }    
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e928";
}
.icon-back:before {
  content: "\e929";
}
.icon-backward2:before {
  content: "\e92a";
}
.icon-backward_a2:before {
  content: "\e92b";
}
.icon-button2:before {
  content: "\e92c";
}
.icon-calendar:before {
  content: "\e92d";
}
.icon-clock:before {
  content: "\e92e";
}
.icon-close2:before {
  content: "\e92f";
}
.icon-close12:before {
  content: "\e930";
}
.icon-contact2:before {
  content: "\e931";
}
.icon-diamond-horizontal:before {
  content: "\e932";
}
.icon-diamond_horizontal:before {
  content: "\e933";
}
.icon-document2:before {
  content: "\e934";
}
.icon-download:before {
  content: "\e935";
}
.icon-forward2:before {
  content: "\e936";
}
.icon-forward_a2:before {
  content: "\e937";
}
.icon-menu3:before {
  content: "\e938";
}
.icon-news:before {
  content: "\e939";
}
.icon-print .path1:before {
  content: "\e93a";
  color: rgb(0, 0, 0);
}
.icon-print .path2:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-print .path3:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-print .path4:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-search:before {
  content: "\e93e";
}
.icon-share2:before {
  content: "\e93f";
}
.icon-share_square:before {
  content: "\e940";
}
.icon-star:before {
  content: "\e941";
}
.icon-Submarine_logo20162:before {
  content: "\e942";
}
.icon-Up_button:before {
  content: "\e943";
}
.icon-menu:before {
  content: "\e927";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-filter:before {
  content: "\ea5b";
}
.icon-logo2:before {
  content: "\e900";
}
.icon-environment:before {
  content: "\e90f";
}
.icon-whoweare:before {
  content: "\e903";
}
.icon-whatwedo:before {
  content: "\e902";
}
.icon-mission:before {
  content: "\e901";
}