html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #4A4A4A;
    height: 100%;
    /*min-height: 500px;*/
    overflow-x: hidden;
}

strong {font-weight: 700;}

a {
    color: #488BB4;
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #4A4A4A;
    text-decoration: none;
}

.cols-2 {
       -moz-column-count: 2;
    -webkit-column-count: 2;
             column-count:2;
}

.cols-3 {
       -moz-column-count: 3;
    -webkit-column-count: 3;
             column-count:3;
}

.cols-4 {
       -moz-column-count: 4;
    -webkit-column-count: 4;
             column-count:4;
}

.smaller {
    font-size: 75%;
    line-height: 1.3em;
}


@media only screen and (max-width : 640px) {

    .cols-2 {
           -moz-column-count: 1;
        -webkit-column-count: 1;
                 column-count:1;
    }

}




/*FLEXROWS (USED FOR SERVICES ACCORDION)
* --------------------------------------- */

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:0 0 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}





/*NAVBAR
* --------------------------------------- */

.navbar-wrapper {
    background-image: url(../img/bg-inner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 318px;
    /*overflow-x: hidden;*/
}

#homepage .navbar-wrapper {
    background-image: none !important;
}

#services-list .navbar-wrapper,
#services-map .navbar-wrapper,
#contact .navbar-wrapper,
#contact-drydock .navbar-wrapper {
    background-image: url(../img/bg-inner-2.jpg);
}

/* TEMPLATE IDs

#about
#services
#services-map
#news
#text-page
#contact-drydock

 */

/*#homepage .navbar-wrapper {
    position: absolute;
    background: none;
    width: 100%;
    z-index: 999;
}*/

/*.navbar-wrapper:before {
    background: url(../img/overlay.svg) no-repeat left top;
    width: 1698px;
    height: 340px;
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    top: 0px;
}*/

/*.navbar-wrapper:after {
    background: url(../img/mask-bottom.svg) no-repeat right bottom;
    background-size: cover;
    width: 100%;
    height: 340px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
}*/

.navbar {
    background: none;
    border: none;
    margin: 0;
}

.navbar.navbar-fixed-top {
    position: absolute;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: rgba(34, 95, 141, 0.8);
    border: none;
    color: #fff;
}

.dropdown-menu {
    background: rgba(34, 95, 141, 0.8);
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    text-align: right;
    width: 250px;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
	white-space: normal;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(34, 95, 141, 1);
}

.navbar .navbar-header {
	padding-top: 60px;
	position: relative;
}

.navbar .navbar-brand {
    width: 200px;
    margin-top: 0px
}

.navbar .navbar-nav {
    z-index: 20;
/*     position: relative; */
    position: absolute;
    right: 0;
}


/*.navbar .navbar-brand:after {
    background: url(../img/mask-header.svg) no-repeat left -500px;
    width: 5120px;
    height: 318px;
    content: '';
    display: block;
    position: relative;
    left: -1000px;
    top: -263px;
}*/

.navbar .navbar-brand:after {
    background: url(../img/mask-header-grey.svg) no-repeat left;
    width: 5120px;
    height: 318px;
    content: '';
    display: block;
    position: relative;
    left: -1800px;
    top: -263px;
}


.navbar .navbar-brand a>img {
    display: block;
    position: relative;
    z-index: 5;
    margin-top: 120px;
    margin-left: 100px;
}

#homepage .navbar .navbar-brand:after {
    background: url(../img/mask-header-homepage.svg) no-repeat left;
    width: 5120px;
    height: 348px;
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    left: -1800px;
    top: -100px;
}


#homepage .navbar .navbar-brand a>img {
    display: block;
    position: absolute;
    z-index: 5;
    margin-top: -40px;
    margin-left: 100px;
    width: 174px;
}

.navbar .collapse {
    padding-top: 110px;
    position: relative;
}

.navbar .collapse.in {
    padding-top: 0;
}

.navbar-nav>li>a {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}

.navbar-toggle {
  z-index: 9;
  margin-top: 60px;
  position: absolute;
  right: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px;
    background-color: rgba(194, 217, 232, 0.8);
    transition: all ease-in-out 0.3s;
}
.navbar-toggle:hover .icon-bar {
    background-color: rgba(194, 217, 232, 1);
}






/*PUSH IN MENU
* --------------------------------------- */


.navmenu-nav {
    margin-top: 70px;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #223652;
    border-color: #51add6;
}

.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition: all 0.0s ease-in-out 0s;
            transition: all 0.0s ease-in-out 0s;
}

.navmenu-default .dropdown-menu.navmenu-nav>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.navmenu-default .navmenu-nav>.dropdown>a .caret, .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navmenu-default .navmenu-nav>li>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, .navmenu-default .navmenu-nav>li>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
    color: #b9f1ff;
    background-color: transparent;
}

.navmenu-default .navmenu-nav>.active>a, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a, .navmenu-default .navmenu-nav>.active>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, .navmenu-default .navmenu-nav>.active>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
    color: #fff;
    background-color: #45bad6;
}

.navmenu-default .navmenu-nav>.open>a, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a, .navmenu-default .navmenu-nav>.open>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover, .navmenu-default .navmenu-nav>.open>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
    background-color: #45bad6;
    color: #fff;
}

.navmenu-default .navmenu-nav>.dropdown>a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret, .navmenu-default .navmenu-nav>.dropdown>a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
    border-top-color: #b9f1ff;
    border-bottom-color: #b9f1ff;
}

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background-color: #45bad6;
    text-align: left;
}

.navmenu-default .navmenu-nav.dropdown-menu>.divider, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
    background-color: #3aa0b9;
}

.navmenu-nav .dropdown-backdrop {
	display: none;
}











/*HOMEPAGE CAROUSEL BACKGROUNDS
* --------------------------------------- */



.slide-1 {
	/*background-color: #22c8ff;*/
	background: url(../img/bg-home-1.jpg) no-repeat center;
	background-size: cover;
}
.slide-2 {
	/*background-color: #00bfff;*/
    background: url(../img/bg-home-2.jpg) no-repeat center;
	background-size: cover;
}
.slide-3 {
    /*background-color: #00a6dd;*/
    background: url(../img/bg-home-3.jpg) no-repeat center;
    background-size: cover;
}

.slide-4 {
    /*background-color: #00a6dd;*/
    background: url(../img/bg-home-4.jpg) no-repeat center;
    background-size: cover;
}

.slide-5 {
    /*background-color: #00a6dd;*/
    background: url(../img/bg-home-5.jpg) no-repeat center;
    background-size: cover;
}






/*HOMEPAGE CAROUSEL
* --------------------------------------- */

.main-container {
    padding: 0;
	margin-top: -180px;
	height: calc(100% - 222px);
	min-height: 500px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel .item {
	height: 100%;
	width:100%;
}
.carousel-caption-wrapper {
	width: 100%;
	height: 100%;
    position: absolute;
    overflow: hidden;
}
.carousel-caption {
	position: relative;
	top: 45%;
	left: 0;
	right: 0;
	text-align: left;
}

.carousel-caption h1 {
    font-size: 38px;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: -1px;
    padding: .5em;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    padding: 0;
    margin: 0;
}

.carousel-indicators {
	bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}









/*PAGE STYLES
* --------------------------------------- */


h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    /*color: #155D8A;*/
    margin-top: 50px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    /*color: #155D8A;*/
    margin-top: 50px;
    margin-bottom: 20px;
}

h6 {
    font-size: 13px;
    /*line-height: 18px;*/
    font-weight: 400;
    /*text-transform: uppercase;*/
    color: #488BB4;
    margin-top: 30px;
}

p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}


.large-text p,
#about p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background:none;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.lowercase {
    text-transform: none;
}


a.btn {
    display: inline-block;
    background-color: #488BB4;
    font-size: 22px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    padding: 15px 0px;
    margin-top: -10px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}

a.btn span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

a.btn:hover {
    background-color: #264B64;
    color: #fff;
}

.page-content {
    margin-bottom: 60px;
}

.page-content ul li {
    margin-bottom: 20px;
}


@media only screen and (max-width : 992px) and (min-width : 768px) {

    a.btn.btn-contact {
        margin-top: 0px;
    }

}





/* FEATURES/SERVICE LIST
* --------------------------------------- */

ul.features li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

#about ul.features li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}



/* PROMOTED
* --------------------------------------- */


.promoted {
    background: #264B64;
    /*min-height: 420px;*/
    position: relative;
    padding: 0px 0 0 0;
    margin: 0px 0 0;
    color: #fff;
}

.promoted:before {
    background: url(../img/mask-top-reverse.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 150px;
    content: '';
    display: block;
    /*position: absolute;*/
    top: 0;
}

.promoted:after {
    background: url(../img/mask-bottom-reverse.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 150px;
    content: '';
    display: block;
    /*position: relative;*/
    top: 0;
}


.promoted h3 {
    color: #fff;
    margin-top: 0px;
}

.promoted img {
    margin-top: 0px;
}

.promoted p {
    font-size: 18px;
    line-height: 26px;
    /*font-weight: 400;*/
}


#csr.promoted {
    background: url(../img/bg-about-csr.jpg) no-repeat center;
    background-size: cover;
    background-attachment: scroll;
}

#mission.promoted {
    background: url(../img/bg-about-mission.jpg) no-repeat center;
    background-size: cover;
    color: #264B64;
    background-attachment: scroll;
}

#mission.promoted h3 {
    color: #264B64;
}

#mission.promoted:before {
    background: url(../img/mask-top.svg) no-repeat center;
    background-size: cover;
}

#mission.promoted:after {
    background: url(../img/mask-bottom.svg) no-repeat center;
    background-size: cover;
}



/*  SERVICE ACCORDIONS
* --------------------------------------- */

#service-list {
    margin-top: 80px;
	flex-wrap: wrap;
}

.service-list-item {
    position: relative;
    border: 1px solid #CDCDCD;
    padding: 15px 20px;
    margin-bottom: 35px;
}

.service-list-item a.service-title:link {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4A4A4A;
}

.service-list-item a.service-title:hover,
.service-list-item a.service-title:active,
.service-list-item a.service-title:visited,
.service-list-item a.service-title[aria-expanded="true"] {
    text-decoration: none;
    color: #488BB4;
}

.service-list-item a.service-title i {
    position: absolute;
    background: url(../img/plus_minus.svg) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px 15px;
    right: 0;
}

.service-list-item a.service-title[aria-expanded="true"] i {
    background: url(../img/plus_minus.svg) 0px 0px no-repeat;
}

.service-list-item .service-info {
    position: relative;
    top: 20px;
}

.service-list-item .service-info p {
    font-size: 14px;
    line-height: 20px;
}


/*  SERVICE MAP
* --------------------------------------- */

.service-map {
    margin-top: 80px;
}

.service-map .map-container {
  height: 450px;
  width: 100%;
  display: block;
  visibility: visible;
 }

/*.tab-content>.tab-pane {
    display: block;
    visibility: visible;
}*/

a.tab {
    display: block;
    position: relative;
    padding: 15px 20px;
    margin: 35px auto;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #a3a3a3;
    border: 1px solid #CDCDCD;
}

a.tab:hover {
    color: #4A4A4A;
}

#map-tabs li.active a.tab {
    color: #488BB4;
}

.marker-list {
    margin: 60px 0;
       -moz-column-count: 4;
    -webkit-column-count: 4;
             column-count:4;
}

@media only screen and (max-width : 640px) {

    .marker-list {
        margin: 60px 0;
           -moz-column-count: 2;
        -webkit-column-count: 2;
                 column-count:2;
    }

}

.marker-region {
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}

.marker-region .list-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #488BB4;
}

.marker-region a {
    font-size: 14px;
}

#drydock .marker-region a i {
    color: #CE3439;
    margin-right: 5px;
    padding-left: 1px;
}

#afloat .marker-region a i {
    color: #3481ce;
    margin-right: 5px;
    padding-left: 1px;
}

#other .marker-region a i {
    color: #09b54c;
    margin-right: 5px;
    padding-left: 1px;
}








/*  BIOGRAPHY
* --------------------------------------- */


.biography {
    margin-bottom: 80px;
}

.biography h3 {
    font-weight: 400;
    color: #4A4A4A;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0;
}

.biography h4 {
    font-size: 13px;
    font-weight: 400;
    color: #4A4A4A;
    /*text-transform: capitalize;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.biography .underline {
    display: inline-block;
    border-bottom: 2px solid #DEE6EF;
    margin-bottom: 15px;
}





/*  NEWS/DOWNLOADS LIST
* --------------------------------------- */

.news-list {
    margin-top: 80px;
}

.news-item {
    margin-bottom: 50px;
}

.news-date {
    /*color: #488BB4;*/
    text-align: right;
}

.download-icon {
    font-size: 32px;
    line-height: 44px;
    color: #488BB4;
}

.news-item h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-item p {
    font-size: 14px;
    line-height: 18px;
}

.news-item p > a {
    display: block;
    font-size: 14px;
    color: #488BB4;
    margin-top: 5px;
}

.news-item p > a:hover {
    color: #264B64;
}

.news-item p > a i {
    font-size: 11px;
}





/*  FOOTER
* --------------------------------------- */

.footer {
    background: url(../img/bg-footer.svg) no-repeat center 40px;
    position: relative;
    padding: 30px 0 20px 0;
    margin-top: 100px;
    color: #fff;
}

#homepage .footer {
	background: url(../img/bg-footer.svg) no-repeat center 10px;
	/* position: absolute; */
	width: 100%;
	height: 234px;
	padding-top: 155px;
	/* z-index: 999; */
	bottom: 0;
	margin: -150px 0 0 0;
}

#homepage div.company-logos {
    display: none;
}


.footer .company-logos {
    text-align: center;
}

.footer ul.company-logos {
    display: inline-block;
    margin: -140px auto 140px;
    font-size: 11px;
    color: #9F9F9F;
    /*max-width: 980px;*/
}

.footer ul.company-logos li {
    padding: 10px 10px 0 10px;
}

.footer ul.company-logos li.list-title {
    position: relative;
    top: 15px;
}

.footer a {
    color: #fff;
}

.footer-bottom {
    font-size: 13px;
    color: #fff;
    padding: 0px 0;
}

#homepage .footer-bottom {
    padding: 20px 0;
}




@media only screen and (max-width : 992px) {

    .footer {
        /*margin-top: 100px;*/
        background-position-y: 92px;
    }

    .footer ul.company-logos {
        /*margin: 0 auto 100px;*/
    }

    .footer ul.company-logos li.list-title {
        position: relative;
        width: 100%;
        top: 0px;
        margin-bottom: 20px;
    }

}


@media only screen and (max-width : 768px) {

    .footer .text-left {
        text-align:right;
        margin-right: 5px;
     }

}

@media only screen and (max-width : 480px) {

    #homepage .footer-bottom {
        padding: 0px 0;
    }

    .footer {
        margin-top: 130px;
    }

    .footer ul.company-logos {
        margin: -230px auto 100px;
    }

    .carousel-caption {
        position: relative;
        top: 35%;
        left: 0;
        right: 0;
        text-align: left;
    }

    .carousel-caption h1 {
        font-size: 32px;
        line-height: 34px;
        font-weight: 500;
        letter-spacing: -1px;
        padding: .5em;
        color: #fff;
        text-shadow: 0px 1px 1px #000;
        padding: 0;
        margin: 0;
    }

	a.tab {
		margin: 15px auto;
	}

}


@media only screen and (max-width : 320px) {

    #homepage .navbar .navbar-brand>img {
        display: block;
        position: relative;
        z-index: 5;
        margin-top: -40px;
        margin-left: 80px;
        width: 135px;
    }

    .carousel-caption {
        position: relative;
        top: 30%;
        left: 0;
        right: 0;
        text-align: left;
    }

    .carousel-caption h1 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: -1px;
        padding: .5em;
        color: #fff;
        text-shadow: 0px 1px 1px #000;
        padding: 0;
        margin: 0;
    }

}


@media only screen and (max-height : 414px) {

    .footer {display: none;}

}








/*  NEWS CAROUSEL
* --------------------------------------- */



.slider-container{
   position: relative;
   display: block;
  }
  .slider-container .slider .content img{
   /*width: 100%;*/
   /*height: 400px;*/
  }
  .slider-container .slider-controls a{
   position: absolute;
   top: 45%;
   z-index: 100;
   color: #333333;
  }
  .slider-container .slider-controls a.slider-left{
   left: 25px;
   text-shadow: 2px 0px #fff;
  }
  .slider-container .slider-controls a.slider-right{
   right: 25px;
   text-shadow: -2px 0px #fff;
  }
  .thumbnail-slider-container{
   margin-top: 5px;
  }
  .thumbnail-slider .content{
   padding:5px;
  }
  .thumbnail-slider .owl-item.active.center {
      border-bottom: 3px solid #488bb4;
  }








  /*  CONTACT FORM
  * --------------------------------------- */


    #contact-drydock .contact,
    #contact .contact{
        max-width: 970px;
        margin:50px auto 0;
    }

    input,textarea,button{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #contact-drydock .contact form .form,
    #contact .contact form .form{
        width:100%;
        height: auto;
        padding:15px 15px 12px;
        font-size:18px;
        margin-bottom:18px;
        /* color:#7f7f7f; */
        letter-spacing: 0.5px;
    }

    .light-form{
        background:#fafafa;
        border:1px solid #eeeeee;
    }

    .dark-form{
        background-color:transparent;
        border:1px solid #2e2e2e;
    }

    #contact-drydock .contact form .textarea,
    #contact .contact form .textarea    {
        height: 201px;
        max-width: 100%;
        max-height: 201px;
    }

    #contact-drydock .contact form button.contact-form-button,
    #contact .contact form button.contact-form-button    {
        margin-bottom:0;
    }

    #subscribe form .subscribe-form{
        width:100%;
        height: auto;
        padding:15px 15px 12px;
        font-size:18px;
        margin-bottom:18px;
        color:#7f7f7f;
        letter-spacing: 0.5px;
    }

  /* Actives, Focuses and Rollovers */

    #contact-drydock .contact form .form:active,
    #contact-drydock .contact form .form:focus,
    #contact .contact form .form:active,
    #contact .contact form .form:focus
    {
        outline: none;
    }

    #contact-drydock .contact form button.contact-form-button:hover,
    #contact .contact form button.contact-form-button:hover    {
        color:white;
        background-color: #041E42;
    }

    #contact-drydock .contact form .light-form:hover,
    #contact .contact form .light-form:hover    {
        border-color:#dadada;
    }

  /* Message For Mail */

  	.mail-message-area{
  		width:100%;
  		padding:0 15px;
  	}

  	.mail-message{
  		width: 100%;
  		-webkit-transition: all 0.7s;
  		-moz-transition: all 0.7s;
  		transition: all 0.7s;
  		margin:0 auto;
  		border-radius: 0;
  	}

  	.not-visible-message{
  		height:0px;
  		opacity: 0;
  	}

  	.visible-message{
  		height:auto;
  		opacity: 1;
  		margin:25px auto 0;
  	}

  	.contact span {
  		display:none;
  		font-size:12px;
  		line-height:30px;
  		color:red;
  	}




  /*  TEAM
  * --------------------------------------- */

    .contact-emergency {
        background-color: #488BB4;
        border-radius: 4px;
        padding: 10px 25px;
        /*font-size: 16px;*/
        color: #fff;
    }

    .contact-emergency div ~ div {
        border-top: 1px solid #66a4ca;
    }

    .contact-emergency div {
        padding: 15px 0;
    }

    .contact-emergency div span {
        display: block;
        font-size: 18px;
    }

    .team-list h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .team-list h4 ~ h4 {
        margin-top: 50px;
    }

    .team-list hr {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .team-list .team-member {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 50px;
    }

    .team-list .team-member i {
        font-size: 13px;
        color: #488BB4;
    }

    .team-list .team-member i.fa-mobile {
        font-size: 18px;
        padding-left: 2px;
    }

    .team-list .team-member h5 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
    }

    .team-list .team-member h5 span {
        display: block;
        font-size: 13px;
        color: #488BB4;
    }

    .team-list .team-member:nth-child(2n+1){
        clear:left
    }