﻿@font-face { 
  font-family: Droid Sans; 
    src: url('../../fonts/new/DroidSans-webfont.eot'); 
    src: local("Droid Sans"), url('../../fonts/new/DroidSans-webfont.woff'); 
} 
/*
@font-face { 
  font-family: News Cycle; 
    src: url('../../fonts/new/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../../fonts/new/NewsCycle-Regular.ttf'); 
} 
*/
/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints1
   ---------------------------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    max-height: 100000px;
    font-size: 100.01%;
}
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
/*
 * set default text color
 * set default font size and font family
 * set default background
*/


input[type=button], input[type=reset], input[type=submit], button {
    min-width: 2em !important;
    padding: 7px 10px;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    margin-left: 10px;
    font-family: Heebo,"Droid Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    color: #b8b8b8;
	color: #fff;
    background-color: #007fae;
    border-color: #016f98;
}

input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]:hover, 
button:hover {
    border-color: #92c0e0;
    background-color: #e6f2fa;
	color:#2d2c2c;
}

input[type=button]:active, 
input[type=reset]:active, 
input[type=submit]:active, 
button:active {
    border-color: #2a8dd4;
    background-color: #92b7d1;
    background-color: #92c0e0;
	color:white;
}

html {
    height: 100%;
	font-size:62.5%;
   /* font-size: 100%; */
}

body {
    font: 1.2em/1.25em Heebo,"Droid Sans", Helvetica, Arial, sans-serif;
    background: #fff;
    height: 100%;
    min-width: 320px;  
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS devices - cl */
}
h1, h2, h3, h4, h5 {
	font-family: "Noto Sans",Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	color: #006A92;
}
img {
    border-style: none;
}
ul , ol {
	line-height:1.6em;
	/*overflow:hidden; */
}
.linkStyle ul, 
.linkStyle ol {
	overflow:hidden;
}
a {
    text-decoration: none;
    outline: none !important;
}

a img {
	/* border: 1px solid transparent; */
	border:none;
}

a:hover {
    text-decoration: underline;
    color: #ffb973 !important;       
    color: #ba5d00 !important;       
}

a:focus {
        border: 1px transparent #000 !important;	
}

a:focus img {
       /* border: 2px solid #006a92 !important; */
        border: none !important;
}

.img-left {
	margin:0px;
	margin-right:15px;
	margin-bottom:15px;
}
.img-right {
	margin:0px;
	margin-left:15px;
	margin-bottom:15px;
}

.linkStyle, 
.ms-srch-group-content 
/*.ms-rtestate-field */ {
	font-size:1.3em;
	line-height:1.35em;
}
.linkStyle a, .ms-srch-group-content a  {
    text-decoration: underline;
    outline: none !important;
}

.linkStyle a:hover, .ms-srch-group-content a:hover  {
        color: #9d4e00 !important;
    /*    color: #ffb973 !important;   */
        text-decoration: underline;
}

.linkStyle a:focus, .ms-srch-group-content a:focus  {
        /*color: #ffb973;*/
        text-decoration: none;
		background-color:#006a92;
        color:#fff
 }

.linkStyle h1, .ms-srch-group-content h1  {
    color: #006A92;
    
}

.linkstyle h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus {
        border: 1px dotted #000 !important;	
        background-color:#006a92;
        color:#fff !important;
}


.linkStyle h2, h3, h4 {
    color: #006a92;
}

.linkStyle p {
    line-height:1.6;
    margin-bottom: 16px;
}

.linkStyle ul li, 
.linkStyle ul li ul li, 
.linkStyle ul li ul li ul li {
    line-height:1.6; 
    margin-bottom: 0;
}

a:active {
    background-color: transparent;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header, footer, article, section, hgroup, nav, figure, main {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

input[type=text], input[type=email], input[type=password], input[type=file], input[type=submit], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display:none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration
{
    -webkit-appearance:none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

/*---Sub navigation---*/
        
#navigation h1 {
            margin: 0;
            display: inline-block;
            color: #006a92;
            vertical-align: middle;
        }


        #navigation .tag-aria ul {
            margin: 0;
            font-size: 12px;
            line-height: 15px;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

            #navigation .tag-aria ul li {
                float: left;
                padding: 0 5px 0 8px;
                background: url(/_catalogs/masterpage/MetroCustomMaster/Artifacts/images/divider2.jpg) no-repeat 0 4px;
            }

                #navigation .tag-aria ul li:first-child {
                    background: none;
                    padding-left: 0;
                }

        #navigation .tag-aria a {
            text-decoration: underline;
            color: #006492;
        }

            #navigation .tag-aria a:hover {
                text-decoration: none;
                color: #9d4e00 !important;
            }
     #navigation .tag-aria a:focus {
     background-color:transparent !important;
                text-decoration: none;
                color: #9d4e00;
            }


/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* wrapper */
#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
/* w1 */
.w1 {
    width: 100%;
    display: table-row;
}
/* w2 */
.w2 {
    overflow: hidden;
}
/* header */
#header {
    position: relative;
    overflow: hidden;
    padding: 20px 0 14px;
    /*z-index:9999;*/
}
/* logo */
.logo {
    background: url(/SiteImage/logo.png) no-repeat;
    float: left;
    width: 245px;
    margin: 4px 0 0 45px;
    height: 58px;
    text-indent: -9999px;
    overflow: hidden;
}

    .logo a, .footer__address a {
        display: block;
        height: 100%;
    }
    .logo a:focus, 
    .footer__address a:focus {
        display: block;
        height: 100%;
        /*border: 1px solid #006a92 !important;	*/
    }
/* navbar */

#header .navbar {
    float: left;
    /*width: 572px;*/
    background: none;
    border: 0;
    margin: 0 -100px 0 -6px;
    box-shadow: none;
    font-size: 12px;
    line-height: 13px;
}

#header .navbar-default .navbar-nav > li {
    margin: 0 1px 0 0;
}

    #header .navbar-default .navbar-nav > li > a {
        padding: 13px 13px 3px;
        height: 73px;
        filter: none;
        line-height: 13px;
        background-color: #006a92 !important;
        border-radius: 17px 17px 0 0;
        text-shadow: none;
        color: #fff;
    }


        #header .navbar-default .navbar-nav > li > a:hover {
            margin-top: -4px;
            height: 77px;
        }

        #header .navbar-default .navbar-nav > li > a strong {
            text-transform: uppercase;
            font-size: 18px;
            line-height: 18px;
        }

   #header .navbar-default .navbar-nav > li > a:focus {
        background-image: none !important;
        border: 1px dotted #fff !important;	
        color: #ffb973 !important;
            margin-top: -4px;
         height: 77px;
  }

    #header .navbar-default .navbar-nav > li > .active,
    #header .navbar-default .navbar-nav > .active > a:hover,
    #header .navbar-default .navbar-nav > .active > a:focus {
        background-image: none !important;
        color: #ffb973 !important;
            margin-top: -4px;
         height: 77px;
        /*color: #fff !important;*/
    }

        color: #fff !important;
    }

    #header .navbar-default .navbar-nav > .active > a:hover,
    #header .navbar-default .navbar-nav > li > a:hover {
        background: #006a92 !important;
        /*color: #ffb973;*/
        color: #fff;
    }

    /*
    #box-link { 
		position: absolute; 
		top: 8px; 
		left: 550px; 
		width: 90px; 
		height: 63px; 
		background-color: transparent; 
		border: 0px solid yellow;
		z-index:10000000 }
		-- Hide the NEW BUS NETWORK URL FROM THE TAB
*/


.navbar-collapse {
    position:relative;
    top:0px;
    height:80px;
}
#header .navbar-collapse {
    padding: 0;
}

#header .navbar .container-fluid {
    padding-right: 0;
}
/* search area */

#header .search-area {
    background: #006a92;
    padding: 4px 9999px 15px 15px;
    margin:0 -9940px 0 -22px;
    -webkit-border-radius: 17px 0 0;
    border-radius: 17px 0 0;
}



    #header .search-area .translate-box {
        overflow: hidden;
        padding: 0 0 4px;
    }

#translate-box {
	float:left;
	color:#fff;
	
}
.search-area .translate-box img {
    display: block;
}
/*  searchbox */
#header .access-box {
    position: absolute;
    float:left;
    width:100px;
    /*background: #fff;*/
}

#header .search-box {
    float:right;
	width:200px;
    height: 25px;
    border: 1px solid #92c0e0;
    color: #d3d5d6;
    font-size: 12px;
    line-height: 15px;
}

.ms-srch-sb
{
/* [ReplaceColor(themeColor:"Lines")] */ border:none;
}


.ms-srch-sb-border
{
/* [ReplaceColor(themeColor:"Lines")] */ border:none;
}


.ms-srch-sb-border:hover
{
/* [ReplaceColor(themeColor:"Lines")] */ border:none;
}

.ms-srch-sbLarge .ms-srch-sb-border {
	[ReplaceColor(themeColor:"Lines")];
}
.ms-srch-sbLarge .ms-srch-sb-border:hover {
	[ReplaceColor(themeColor:"Lines")];
}


    #header .search-box input[type="text"],
    #header .search-box input[type="search"] {
        background: none;
        border: 0;
        /*color: #d3d5d6;*/
        color: #fff;
        font-size: 12px;
        line-height: 17px;
        outline: none;
        padding: 3px 21px 2px 5px;
        width:170px;
        height: 22px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #header .search-box input[type="text"]::-webkit-input-placeholder, #header .search-box input[type="search"]::-webkit-input-placeholder {
            color: #fff;
        }

        #header .search-box input[type="text"]::-moz-placeholder, #header .search-box input[type="search"]::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        #header .search-box input[type="text"]:-ms-input-placeholder, #header .search-box input[type="search"]:-ms-input-placeholder {
            color: #fff;
        }

    #header .search-box input[type="submit"] {
        background: url(../../images/sprite.png) no-repeat;
        width: 17px;
        height: 18px;
        position: absolute;
        top: 1px;
        right: 0;
        z-index: 999;
        border: 0;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
    }
    #header .search-box .ms-srch-sb-searchLink {
        background: url(/SiteImage/search-icon15x15.png) no-repeat;
        width: 17px;
        height: 18px;
        /*position: absolute;*/
        top: 3px;
        right: 0;
        z-index: 999;
        border: 0;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
    }

/* social area */

.social-area {
	position:relative;
    top:-3px;
}

#header .social-area {
    background: #006a92;
   /* padding: 7px 0px 7px 620px; */
   padding:7px 0;
    margin-top:0px;
}

/* networks */
#header .social-networks {
    margin: 0;
    padding: 0 46px 0 100px;
    list-style: none;
}

    #header .social-networks li {
        float: left;
        margin: 0 0 0 6px;
    }

        #header .social-networks li a {
            width: 25px;
            height: 25px;
            text-indent: -9999px;
            overflow: hidden;
            display: block;
            background: url(../../images/sprite.png) no-repeat -31px -1px;
        }

            #header .social-networks li a:hover {
                background-position: -31px -41px;
            }
            #header .social-networks li a:focus {
                background-position: -31px -41px;
        border: 1px dotted #fff;	
        }


        #header .social-networks li.facebook a {
            background-position: -62px -1px;
        }

            #header .social-networks li.facebook a:hover {
                background-position: -62px -41px;
            }

        #header .social-networks li.youtube a {
            background-position: -93px -1px;
        }

            #header .social-networks li.youtube a:hover {
                background-position: -93px -41px;
            }

        #header .social-networks li.blog a {
            background-position: -123px -1px;
        }

            #header .social-networks li.blog a:hover {
                background-position: -123px -41px;
            }

        #header .social-networks li.rss a {
            background-position: -154px -1px;
        }

            #header .social-networks li.rss a:hover {
                background-position: -154px -41px;
            }
/* content */
#main #content {
   /* padding: 0 27px 0 0; */
    
}

.row-main {	
	margin-top:1em;
}

@media (min-width:75em) and (max-width:80em) {
	.row-main {	
		margin-left:1.5em;
	}	
}
div.article, div.welcome {
    padding: 10px;
}

/* carousel */
.carousel {
    overflow: hidden;
    width: 100%;
    margin: 0 0 12px;
}

    .carousel .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .carousel .mask .slideset {
            float: left;
            width: 100%;
            /*width: 9999px;*/
        }

        .carousel .mask .slide {
            float: left;
            width: 100%;
        }

            .carousel .mask .slide.active {
                z-index: 999;
                position: relative;
            }

            .carousel .mask .slide img {
                display: block;
                width: 100% !important;
                height: auto !important;
            }

    .carousel .paging {
        position: absolute;
        bottom: 19px;
        left: 12px;
        margin: 0;
        z-index: 9998;
        padding: 0;
        list-style: none;
    }

        .carousel .paging li {
            float: left;
            margin: 0 3px 0 0;
            padding: 0 3px 0 0;
        }

            .carousel .paging li a {
                width: 23px;
                height: 23px;
                background: #ffb973;
                border: 2px solid #fff;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                display: block;
                text-indent: -9999px;
                overflow: hidden;
            }

                .carousel .paging li.active a,
                .carousel .paging li a:hover {
                    background: #fff;
                    border: 2px solid #ffb973;
                }
/* visual */
#content .visual {
    display: block;
    margin: 0 0 27px;
}

    #content .visual .responsive {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 13px;
    }

    #content .visual .caption {
        overflow: hidden;
        padding: 0 0 0 4px;
    }

.visual .caption .blog {
    margin: 0;
    font-size: 1.75em;
    font-weight:bold;
    line-height: 1em;
    color: #051b79;
}

    .visual .caption .blog a {
        color: #006492;
        text-decoration: underline;
    }

        .visual .caption .blog a:hover {
            text-decoration: none;
        }
       .visual .caption .blog a:focus {
            text-decoration: none;
            background-color:#006492;
            color:#fff;
        }


.visual .caption time {
    display: block;
    font-size: 1.198em;
    padding: 2px 0 0 1px;
}

.block-content h2 {
   margin: 0;
    font-size: 20px;
    font-weight:bold;
    line-height: 1em;
    color: #051b79;
    
}
/* list */
.block-content .list {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.22em;
    color: #181414;
    padding: 0;
    list-style: none;
}

    .block-content .list li {
        background: url(../../images/bullet.jpg) no-repeat 9px 10px;
        padding: 0 0 0 22px;
    }

        .block-content .list li a {
            color: #006592;
            text-decoration: underline;
        }

            .block-content .list li a:hover {
                text-decoration: none;
            }

.block-content .responsive {
    width: 89.8%;
    height: auto;
    margin: 0 0 13px 3px;
}
/* video box */
.block-content .video-box {
    overflow: hidden;
    padding: 0 5px 22px 7px;
}

.video-block img {
    width: 100%;
    height: auto;
    display: block;
}

.block-content .video-paging {
    overflow: hidden;
    padding: 0 10px 0 11px;
}

    .block-content .video-paging .video-left {
        float: left;
        width: 41.4%;
    }

    .block-content .video-paging .video-right {
        float: right;
        width: 41.4%;
    }

    .block-content .video-paging .title {
        display: block;
        padding: 7px 3px 2px 8px;
        font-size: 17px;
        line-height: 20px;
        color: #000;
    }

        .block-content .video-paging .title a {
            color: #006492;
            text-decoration: underline;
        }

            .block-content .video-paging .title a:hover {
                text-decoration: none;
            }
/* sidebar */
#sidebar {
    padding: 0;
}
        
#sidebar .customercare {
    margin: 0 0 14px -12px;
    text-align:center;
}

    
/* plan trip form version 2.0 */
#sidebar .plan-form {
    margin: 0 0 14px -12px;
}

	.form-group {
            margin-bottom: 10px;
        }

        .form-group p {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        .form-group label {
            margin:0;
            padding: 0;
        }

        #group_ttype {
            margin:-5px 0 10px 0;
        }
        
        
       /* GOOGLE PLACE STYLE */
        .pac-item {
            font-size: 14px;
            padding: 10px;
            color: #000;
        }

            .pac-item:hover {
                background: #c3dff7;
                color: #000;
                cursor: pointer;
            }

        .pac-icon {
            display: none;
        }

        /* PLAN YOUR TRIP STYLE */
       /*   #TripPlanner {
          background: #ffb973;
            border-radius: 17px;
            width: 275px; */
        }

         /*
		 #TripPlanner button {
                
                display: block;
    margin: 3px auto;
                cursor: pointer;
    padding: 0;
    background: #fdfdfd url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #c0c0c0));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #c0c0c0 100%);
    border: 1px solid #6a6a6a;
    font-size: 17px;
    line-height: 18px;
    text-transform: capitalize;
    color: #006495;
    height: 25px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 129px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.9);

                
                
            }
			
			*/

            #TripPlanner p {
               /* font-size: 12px;  */
            }

        #TripPlanner-header {
              background: #006a92;  
            padding: .5em .5em;
            border-radius: 1em 1em 0 0;
            text-transform: uppercase;
            text-align: center;
             color: #fff;
       }
		
		#TripPlanner-header h2, #TripPlanner-header h2.header, h2.header {
            color: #fff;	
			background-color:transparent;
		}

            #TripPlanner-header .header {
                margin: 0;
                padding: 0;
                line-height: 22px;
                font-size: 1.125em;
            }

        #TripPlanner-content {
            padding: 5px 10px 10px 10px;
		/*	border: 1px solid #006a92;
			border-radius:0 0 17px 17px;
			background-color: #eaeaea;
            color: #005574;  */
        }

            #TripPlanner-content fieldset {
            }

            #TripPlanner-content legend {
                font-size: 14px;
            }   
            
            #TripPlanner-content p a:hover, #TripPlanner-content p a:hover a:focus {
            text-decoration:underline !important;
            color:#005574 !important;
            }
            
             #TripPlanner-content_alert {
            padding: 5px;
            background: #a13032;
            border: 1px solid #c93337;
            color: #fff;
            margin: 10px 0;
            display: none;
        }
        
        #TripPlanner-content_alert h2 {
            font-size: 20px;
            margin: 0 0 5px 0;
            color: #FFFF99;
        }
        
        #TripPlanner-content_alert ul {
            margin: 5px 0 !important;
            padding-left: 20px !important;
            width:100% !important;
            float:none !important;
            list-style-type: disc !important;
        }
        
        #TripPlanner-content_alert li {
            margin-bottom: 5px;
            display: none;
            background-image:none !important;
            padding-left:0px !important;
        }
        
        #TripPlanner-content_alert a {
            color: #fff;
        }
    
/* tab area */
#sidebar .tab-area {
    margin: 0 0 14px -12px;
}

    #sidebar .tab-area .nav li {
        margin: 0 0 0 2px;
    }

        #sidebar .tab-area .nav li:first-child {
            margin: 0;
        }

       
        #sidebar .tab-area .nav li a {
            padding: 0;
            background: none;
            border: 0;
            font-size: 12px;
            line-height: 15px;
            background: #006a92;
            border-radius: 16px 16px 0 0;
            color: #fff;
            height: 52px;
            width: 100%;
            padding: 14px 16.5px 0 14px;
            margin: 0;
            cursor: pointer;
            display:-moz-inline-stack;
        }

            #sidebar .tab-area .nav li a:hover {
                color: #ffdbb4;
                background: #006a92 !important;
            }
            #sidebar .tab-area .nav li a:focus {
                color: #ffdbb4;
                background: #006a92 !important;
            }

            #sidebar .tab-area .nav li a strong {
                display: block;
                padding: 0 0 3px;
                font-size: 18px;
                text-transform: uppercase;
                color: #fff;
            }

        #sidebar .tab-area .nav li.active a {
            color: #ffdbb4;

        }

            #sidebar .tab-area .nav li.active a:hover {
                margin-top: 0;
                height: 52px;
            }

        #sidebar .tab-area .nav li a:hover {
            margin-top: -4px;
            height: 56px;
        }

            #sidebar .tab-area .nav li.active a strong{
                color: #ffdbb4;
                }
            
            #sidebar .tab-area .nav li a:hover strong,
                        #sidebar .tab-area .nav li a:focus strong {
        color: #ffb973 !important;
            }
    /* tab content */



    #sidebar .tab-area .tab-content {
        border: 0;
        padding: 10px 18px 19px 13px;
        background: #e0e0e0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    
    .nav-tabs { border:0;}

.tab-area .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #006492;
    font-size: 12px;
    line-height: 14px;
}

    .tab-area .tab-content ul li {
        background: url(../../images/bullet2.png) no-repeat 0 5px;
        padding: 0 0 6px 10px;
    }

        .tab-area .tab-content ul li a {
            color: #006492;
            text-decoration: underline;
        }

    .tab-area .tab-content ul a:hover {
        text-decoration: none;
    }

    .tab-area .tab-content ul a:focus {
        text-decoration: none;
        background-color:#006492;
        color:#fff;
    }
    #sidebar .tab-area a:focus {
        text-decoration: none;
        background-color:#006492;
        color:#fff;
    }


ul.halfrow {
}

/* newseletter */
#sidebar .newseletter {
    margin: 10px 10px 11px -12px;
    /*background: #e0e0e0;*/
    -webkit-border-radius: 17px 17px 0 0;
    border-radius: 17px 17px 0 0;
}
    /* header */
    #sidebar .newseletter .header {
        /*background: #006a92;
        -webkit-border-radius: 17px 17px 0 0;
        border-radius: 17px 17px 0 0;
        padding: 6px 26px 2px 16px;*/
    }


        #sidebar .newseletter .header {
        text-align:left;
            margin: 0;
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            font-weight:bolder;
            text-transform: uppercase;
        }
        #sidebar .newseletter .servicealert {
        background-image:url('/SiteImage/ServiceAlert2-bkgnd.jpg');
        margin-bottom:10px;
        
        }

#sidebar .newseletter a {
       font-weight:bolder;
       color:#009ad2;
       text-align:left;
       
        }

#sidebar .newseletter a:focus {
       font-weight:bolder;
       color:#009ad2;
       text-align:left;
       
        }


    /* block */
    #sidebar .newseletter .row-block {
        background-image:url('/SiteImage/ServiceAlert2-bkgnd.jpg');
    	margin:auto;
    	border-radius: 25px;
    	/*border: 2px solid #006a92;*/
    	border: 2px solid #000;
   		padding: 0px; 
    	/*width: 100%;
    	height: 100%; */
    	width: 275px;
    	height: 100%; 
    }

        #sidebar .newseletter .row-block:after {
            display: block;
            content: '';
            clear: both;
        }

    #sidebar .newseletter label {
        display: block;
        color: #006492;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 3px;
    }

    #sidebar .newseletter input[type="text"],
    #sidebar .newseletter input[type="email"] {
        margin: 0 0 17px;
        border: 1px solid #fff;
        color: #2b3680;
        font-size: 14px;
        line-height: 18px;
        padding: 4px 4px 3px 3px;
        width: 100%;
        height: 28px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sidebar .newseletter input[type="submit"] {
        cursor: pointer;
        padding: 0;
        float: right;
        background: #fdfdfd url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
        background: -moz-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #c0c0c0));
        background: -webkit-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
        background: -o-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
        background: -ms-linear-gradient(top, #fdfdfd 0%, #c0c0c0 100%);
        background: linear-gradient(to bottom, #fdfdfd 0%, #c0c0c0 100%);
        border: 1px solid #6a6a6a;
        font-size: 17px;
        line-height: 18px;
        text-transform: capitalize;
        color: #006492;
        height: 25px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        width: 86px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.9);
    }

        #sidebar .newseletter input[type="submit"]:hover {
            background: #228db3 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(top, #228db3 0%, #036698 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#228db3), color-stop(100%,#036698));
            background: -webkit-linear-gradient(top, #228db3 0%,#036698 100%);
            background: -o-linear-gradient(top, #228db3 0%,#036698 100%);
            background: -ms-linear-gradient(top, #228db3 0%,#036698 100%);
            background: linear-gradient(to bottom, #228db3 0%,#036698 100%);
            color: #ffb973;
            border-color: #3a2b1a;
        }
/* partners */
#sidebar .partners {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: right;
}
    #sidebar .partners li {
        margin: 0 5px 18px 4px;
        display: inline-block;
        vertical-align: top;
    }

        #sidebar .partners li img {
            display:  inline-block;
}        }
/* main */
#main {
    padding-bottom: 83px;
}
/* footer */
#footer {
    background: #006a92;
}
    /* open-close */
    #footer .open-close .opener {
        display: block;
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 3px;
        background: url(../../images/bg-open.png) no-repeat 0 5px;
        padding: 0 0 0 20px;
        color: #fff;
    }

    #footer .open-close .active .opener {
        background: url(../../images/bg-active.png) no-repeat -1px 5px;
    }

    #footer .open-close {
        overflow: hidden;
        padding: 14px 0 18px;
        margin: 0 -25px 0 -15px;
    }

        #footer .open-close ul {
            margin: 0 17px 0 0;
            padding: 0;
            border-top: 1px solid #427e9b;
            list-style: none;
            overflow: hidden;
        }

        #footer .open-close .column:first-child {
            border: 0;
            padding-left: 0;
        }
        /* column */
        #footer .open-close .column {
            float: left;
            width: 18%;
            padding: 0 0 0 17px;
            border-left: 1px solid #427e9b;
        }

        #footer .open-close ul li {
            border-bottom: 1px solid #427e9b;
        }

            #footer .open-close ul li a {
                color: #fff;
                display: block;
                padding: 2px 0 2px 3px;
            }

                #footer .open-close ul li a:hover {
                    color: #ffb973;
                    background: #2690b3;
                    text-decoration: none;
                }
                
                #footer .open-close ul li a:focus {
                    color: #ffb973;
                    background: #2690b3;
                    text-decoration: none;
                }

				#footer .column a:focus {
                    color: #ffb973;
                    background: #2690b3;
                    text-decoration: none;
                }


    #footer .footer-bottom {
        background: #5a5a5a;
        border-bottom: 2px solid #fff;
        color: #fff;
        text-align: center;
        padding: 9px 0 10px;
        font-size: 11px;
        line-height: 14px;
        overflow: hidden;
    }
        /* footer nav */
        #footer .footer-bottom .footer-nav {
            display: inline-block;
            vertical-align: top;
        }

.footer-bottom .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .footer-bottom .footer-nav ul li:first-child {
        background: none;
    }

    .footer-bottom .footer-nav ul li {
        float: left;
        background: url(../../images/divider.png) no-repeat 0 2px;
        padding: 0 5px 0 7px;
    }

        .footer-bottom .footer-nav ul li:first-child:hover {
            background: none;
        }

        .footer-bottom .footer-nav ul li a {
            text-decoration: underline;
        }

        .footer-bottom .footer-nav ul li:hover a {
            color: #ffb973;
            text-decoration: none;
        }

.footer-bottom a {
    color: #fff;
}
/* aside */
#content .aside, #sidebar .aside {
    padding: 0;
    /*margin: 2px 0 0 -18px;*/
}

    /* sidenav */
    #content .aside .sidenav, #sidebar .aside .sidenav {
        border: 1px solid #2f85a5;
        /*-webkit-border-radius: 19px 19px 0 0;
        border-radius: 19px 19px 0 0;*/
        -webkit-border-radius: 7px;
        border-radius: 7px;
        padding: 0 0 25px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;

    }

        #content .aside .sidenav:first-child, #sidebar .aside .sidenav:first-child {
            /*margin: 0 0 -39px;
            padding: 0 0 86px;*/
            -webkit-border-radius: 7px;
	        border-radius: 7px;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
        }

.aside .sidenav .nav-heading {
    background: #006991;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font: 16px/22px Heebo,"Droid Sans",Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 3px;
    padding: 7px 2px 9px;
    text-align: center;
    text-transform:uppercase;
}

.aside .sidenav h1 {
    background: #006991;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font: 16px/22px Heebo,"Droid Sans",Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 3px;
    padding: 7px 2px 9px;
    text-align: center;
}

.aside .sidenav h3 {
    background: #006991;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font: 16px/22px Heebo,"Droid Sans",Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 3px;
    padding: 7px 2px 9px;
    text-align: center;
}

.aside .sidenav + .sidenav h3 {
    margin: 0 0 14px;
}

.aside .sidenav ul {
    margin: 0;
    padding: 0;
    font: 12px/16px Heebo,"Droid Sans",Helvetica, Arial, sans-serif;
    list-style: none;
}

    /*.aside .sidenav ul li:hover a,
    .aside .sidenav ul li.active a {
        background: url(../../images/bullet6.png) no-repeat 7px 8px #2690b3;
        color: #ffb973;
        display: block;
    }*/

    .aside .sidenav ul li:hover a{
        background: url(../../images/bullet6.png) no-repeat 7px 8px #2690b3;
        color: #ffb973;
        display: block;
    }


    .aside .sidenav ul li a {
        color: #006a92;
        padding: 5px 35px 5px 24px;
        display: block;
        text-decoration: none;
    }
    
       .aside .sidenav ul li a:focus {
        /*border: 1px dotted #000 !important;	
        color: #bb5e00 !important;*/
        border: 0px dotted #000 !important;	
        background: url(../../images/bullet6.png) no-repeat 7px 8px #2690b3;
        color: #ffb973;
        display: block;
            }





        .aside .sidenav ul li a:hover .aside .sidenav ul li ul li a {
            display: block;
        }
        





/* widget */
.aside .widget {
    padding: 16px 10% 9px;
    color: #000;
    font-size: 12px;
    line-height: 15px;
}

    .aside .widget + .widget {
        border-top: 1px solid #949494;
        color: #006992;
        padding: 16px 10% 11px;
    }

    .aside .widget .aligncenter {
        display: block;
        margin: 0 auto 11px;
    }

    .aside .widget .header {
    text-align:center;
    font-size:small;
    font-weight:bold;
    }

    .aside .widget + .widget .aligncenter {
        margin-bottom: 7px;
    }
/* doownload app */
.aside .download-app {
    background: #77a9d4;
    font-size: 12px;
    line-height: 17px;
    color: #221f20;
    padding: 10px 0 9999px;
    margin: 0 0 -9999px;
}

    .aside .download-app .title {
        display: block;
        text-transform: uppercase;
        color: #221f20;
        font-size: 18px;
        line-height: 26px;
        word-spacing: -1px;
        text-align: center;
        margin: 0 0 13px;
    }

        .aside .download-app .title .txt-download {
            font-size: 26px;
            /*display: inline-block;*/
            vertical-align: top;
        }
        
       
}
 
        .aside .download-app .title a {
            color: #221f20;
        }

        .aside .download-app .title .txt-app {
            text-transform: capitalize;
        }

    .aside .download-app p {
        margin: 0 10px 10px 9px;
    }

    .aside .download-app .aligncenter {
        display: block;
        margin: 0 auto;
    }
/* content */
#content .content {
    padding-left: 4px; 
    margin: -2px 0 0;
}

    #content .content h1 {
        margin: 0 0 4px;
    }

    #content .content .subhead {
        font-size: 1.31em;
        line-height: 1.2em;
        font-style: italic;
        font-weight: normal;
        padding: 0 0 15px 3px;
        display: block;
    }

    #content .content .img {
        /*display: block;
        width: 100%;
        height: auto;
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 20px;*/
    }

    #content .content .btn-link {
        margin: 0 0 16px;
        text-decoration: underline;
        color: #006492;
        display: inline-block;
        vertical-align: top;
    }

        #content .content .btn-link:hover {
            text-decoration: none;
            color: #ffb973;
        }
    /* tag area */
    #content .content .tag-area {
        overflow: hidden;
        padding: 0 0 36px;
    }

        #content .content .tag-area a {
            color: #006492;
            text-decoration: underline;
        }

            #content .content .tag-area a:hover {
                text-decoration: none;
            }

    #content .content .ulg {
        float: left;
        padding: 0;
        width: 99%;
        list-style: none;
        margin: 0;
    }


    #content .content ul {
        float: left;
        padding: 0;
        width: 37%;
        list-style: none;
        margin: 0;
    }

ul.halfraw {
    float: left;
    padding: 0;
    width: 50%;
    list-style: none;
    margin: 0;
}

#content .content ul + ul {
    width: 21%;
}

    #content .content ul + ul + ul {
        width: 41%;
    }



#content .content ul li {
    background: url(../../images/bullet.jpg) no-repeat 3px 5px;
    padding: 0 0 2px 14px;
}


/* content area */
#content .content-area {
    overflow: hidden;
}
    /* post */
    #content .content-area .post {
        overflow: hidden;
    }

.content-area .post .alignleft {
    float: left;
    margin: 0 8px 0 0;
}
/* textbox */
.content-area .post .textbox {
    overflow: hidden;
    padding: 0 0 14px;
}

.content-area .post h2 {
    margin: 0 0 13px;
    font-size: 1.3em;
    line-height: 1em;
}

    .content-area .post h2 a {
        text-decoration: underline;
        color: #006492;
    }

        .content-area .post h2 a:hover {
            text-decoration: none;
            color: #ffb973;
        }

.content-area .post p {
    margin: 0 0 15px;
}
/* main */
.inner-page #main {
    padding-bottom: 0;
}
/* post detail */
#content .post-detail {
    padding-left: 4px;
    padding-top: 5px;
}

.post-detail .head img {
    display: inline-block;
    vertical-align: middle;
}

.post-detail .head h1 {
    margin: 0;
    display: inline-block;
    color: #006a92;
    vertical-align: middle;
}
/* head */
.post-detail .head {
    overflow: hidden;
    padding: 0 0 11px;
}
/* tags */
.post-detail .tags {
    overflow: hidden;
    padding: 0 0 8px;
}

    .post-detail .tags ul {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .post-detail .tags ul li {
            float: left;
            padding: 0 5px 0 8px;
            background: url(../../images/divider2.jpg) no-repeat 0 4px;
        }

            .post-detail .tags ul li:first-child {
                background: none;
                padding-left: 0;
            }

    .post-detail .tags a {
        text-decoration: underline;
        color: #006492;
    }

        .post-detail .tags a:hover {
            text-decoration: none;
            color: #ffb973;
        }

.post-detail .responsive-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
}

#content .img {
    /*display: block;
    width: 100%;*/
    height: auto;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
}

.post-detail a {
    text-decoration: underline;
}

    .post-detail a:hover {
        color: #006592;
        text-decoration: none;
    }

.post-detail p {
    margin: 0 0 12px;
}
/* download list */
.post-detail .download-list {
    margin: 0;
    padding: 0 0 29px;
    list-style: none;
    overflow: hidden;
}

    .post-detail .download-list li {
        color: #222020;
    }

        .post-detail .download-list li a {
            text-decoration: underline;
        }

            .post-detail .download-list li a:hover {
                color: #FFB973;
                text-decoration: none;
            }

.post-detail h2 {
    margin: 0 0 13px;
    color: #006a92;
    font-size: 1.3em;
}
/* header */
.post-detail .header {
    padding: 4px 0px 0px;
}

    .post-detail .header h2 {
        margin: 0 0 13px;
        font-size: 1.54em;
    }

        .post-detail .header h2 span {
            display: block;
            font-size: 1.5em;
            text-transform: uppercase;
        }
/* list */
.post-detail .list {
    margin: 0;
    padding: 0 0 31px 3.2%;
    list-style: none;
    overflow: hidden;
}

    .post-detail .list li {
        background: url(../../images/bullet4.jpg) no-repeat 0 9px;
        padding: 0 0 0 8px;
    }
/* widget plan */
.aside .widget-plan {
    background: #99cccc;
    margin: 14px 0 -9999px;
    padding: 0 0 9999px;
}

    .aside .widget-plan img {
        display: block;
        width: 100%;
        height: auto;
    }
    /* holder */
    .aside .widget-plan .holder {
        padding: 14px 9px 0;
    }

    .aside .widget-plan .title {
        font-size: 18px;
        line-height: 24px;
        display: block;
        margin: 0 0 8px;
        color: #221f20;
    }

        .aside .widget-plan .title span {
            font-size: 26px;
        }

        .aside .widget-plan .title a {
            color: #221f20;
        }

    .aside .widget-plan address {
        margin: 0 0 13px;
        font-size: 12px;
        line-height: 15px;
    }

    .aside .widget-plan .link {
        text-decoration: underline;
        color: #006a92;
    }

        .aside .widget-plan .link:hover {
            text-decoration: none;
        }
/* footer */
#footer {
    width: 100%;
    overflow: hidden;
    display: table-footer-group;
}
    /* footer holder */
    #footer .footer-holder {
        height: 1%;
        display: table-row;
    }
    /* footer frame */
    #footer .footer-frame {
        display: table-cell;
    }
/* accessibility */
.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

.accessibility-ico {
    position: relative;
    /*float: right;*/
    margin: 0px 20px 4px 0;
    padding: 2px 0 0 20px;
    color: #fff;
    text-decoration: none;
}

    .accessibility-ico:before {
        position: absolute;
        left: 0;
        top: 0;
        background: url(../../images/sprite.png) no-repeat -209px -40px;
        width: 16px;
        height: 19px;
        overflow: hidden;
        text-indent: -9999px;
        content: "";
    }

    .accessibility-ico:hover:before {
        background-position: -189px -40px;
    }

    .accessibility-ico:hover {
        text-decoration: none;
    }
/* ---------------------------------------------------------
   3. Styles for responsive breakpoints1
   ---------------------------------------------------------*/
@media only screen and (max-width:1070px) {
    .logo {
        background: url(/SiteImage/logo2.png) no-repeat;
        width: 169px;
        height: 44px;
        margin: 4px 0 0 -17px;
    }

    #footer .open-close {
        margin: 0;
    }
}
/*---------------------------------------------------------
   3. Styles for responsive breakpoints1
   ---------------------------------------------------------*/
@media only screen and (max-width:1022px) {
    .logo {
        margin: 4px 6px 0 -22px;
    }

    .search-area .translate-box img {
        width: 100%;
        height: auto;
    }

    #header .navbar {
        font-size: 9px;
        margin: 0 -100px 0 2px;
       width: 672px;
    }

    #header .navbar-default .navbar-nav > li > a strong {
        font-size: 12px;
    }

    .container-fluid {
        padding: 0;
    }

    #header .navbar-default .navbar-nav > li > a {
        padding: 13px 10px 3px;
        height: 70px;
    }

        #header .navbar-default .navbar-nav > li > a:hover {
            height: 72px;
        }

    .plan-form label {
        font-size: 13px;
    }

    .plan-form input[type="text"] {
        font-size: 14px;
    }

    .block-content h3 {
        font-size: 1.583em;
    }

    .visual .caption h2 {
        font-size: 1.533em;
    }

    .block-content .list {
        font-size: 1.2em;
    }

    .block-content .video-paging .title {
        font-size: 12px;
    }

    #sidebar .tab-area .nav li a {
        font-size: 9px;
    }

        #sidebar .tab-area .nav li a strong {
            font-size: 12px;
        }

    /*#sidebar .tab-area .nav li a {
        min-width: 79px;
        padding: 14px 5px 0 8px;
    }*/
    #sidebar .tab-area .nav li a {
        font-size: 8px !important;
        height: 67px;
        padding: 14px 14px 0 14px !important;
        min-width: 79px !important;
        display: inline-table;
    }

    .plan-form .btn-link {
        font-size: 12px;
    }

    #sidebar .newseletter .header h4 {
        font-size: 16px;
    }

    #sidebar .newseletter .row-block {
        padding: 7px 15px 14px;
    }

    #sidebar .partners li img {
        margin: 0 auto;
    }

    #sidebar .partners li {
        display: block;
    }

    #footer .open-close {
        margin: 0;
    }

        #footer .open-close .opener {
            font-size: 12px;
        }

    #content .aside {
        margin: 2px 0 0 -5px;
    }

    .aside .widget .aligncenter {
        width: 88%;
    }

    .aside .download-app .title {
        font-size: 11px;
    }

        .aside .download-app .title .txt-download {
            font-size: 18px;
        }
}

/* Toolbar will remain in a single line - cl23 @06/02/2015 */
.ui_toolbar_socialmedia {
	/*width:380px;*/
	float:left;
}


/* ---------------------------------------------------------
   3. Styles for responsive breakpoints1
   ---------------------------------------------------------*/
/* Give a fix width for the top menu toolbar - cl23 @06/02/2015 */

.container-non-responsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}


@media (min-width:1023px) and (max-width:1070px) {
    #header .search-area {
        background: #006a92;
        padding: 8px 9999px 15px 15px;
        margin: 0 -9999px 0 -2px;
        -webkit-border-radius: 17px 0 0;
        border-radius: 17px 0 0;
        /*background-color:red;*/
    }
}

@media (min-width:768px) and (max-width:1022px) {
    #header .search-area {
        background: none repeat scroll 0 0 #006a92;
        border-radius: 17px 0 0;
        margin: 0 -9999px 0 5px;
        padding: 8px 9999px 12px 15px;
    }

	#box-link { 
			position: absolute; 
			top: 8px; 
			left: 400px; 
			width: 90px; 
			height: 63px; 
			background-color: transparent; 
			border: 0px solid yellow;
			z-index:10000000 }

	#header .social-area {
		background: #006a92;
		padding: 7px 0px 7px 320px;
		margin-top:0px;
	}

    /*#sidebar .tab-area .nav li a {
        font-size: 8px !important;
        height: 49px;
        padding: 14px 14px 0 14px !important;
        min-width: 79px !important;
    }*/
}


@media only screen and (max-width:1024px) {

    #sidebar .tab-area .nav li a {
        padding: 0;
        background: none;
        border: 0;
        font-size: 12px;
        line-height: 15px;
        background: #006a92;
        border-radius: 16px 16px 0 0;
        color: #fff;
        height: 53px;
        min-width: 68.5px;
        padding: 14px 8px 0 8px;
        margin: 0;
        cursor: pointer;
    }


    /*fix ribbon back to normal*/
    .row1 {
        margin-left: -19px;
        margin-right: -15px;
    }

    #header .navbar {
        margin: 4px -100px 0 -6px; /* Remove !important - cl23 @06/02/2015 */
    }
}




/*@media only screen and (max-width:767px) { */

@media only screen and (max-width:47.94 em) {

    .accessibility-ico {
        margin-right: 3px;
    }

    .carousel .mask {
        width: 100% !important;
    }

    #main #content {
        width: 100%;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .logo {
        margin: 0 auto;
        float: none;
        display: block;
    }

    #header .search-area {
        padding: 8px 19px 7px;
        margin: 0 0 0 3px;
        border-radius: 17px 17px 0 0;
    }

	 #header .social-area {
		background: #006a92;
		padding: 7px 0px 7px 320px;
		margin-top:0px;
		display:none; /* Hides the social media icons - cl23 @06/02/2015 */
	}
   .search-area .translate-box img {
        width: auto;
    }

    #header .navbar {
/*      position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        */
        margin: 0;
        width:100%;
        padding-top:20px;
    }

    #header .navbar-collapse {
        padding: 0 0 45px 0; /* Reformats the drop down menu - cl23 @06/02/2015 */
        border: 0;       
        overflow:hidden; 
    }

    #header .navbar-nav {
        margin: 0;
    }

    #header .navbar-default .navbar-nav > li > a:hover,
    #header .navbar-default .navbar-nav > li > a {
        height: auto;
        font-size: 12px;
        border-radius: 0;
        background: none !important;
        padding: 13px 10px 14px;
        box-shadow: none !important;
        margin-top: 0;
    }

    #header .navbar-default .navbar-nav > li > a:hover {
        text-decoration: underline !important;
    }

    #header {
        overflow: visible;
    }

	#header .navbar-default .navbar-nav > li > a strong {
		font-size: 15px;
	}

	#header .navbar-nav {
		overflow: hidden;
/*            padding: 10px 5px; */
		background: #006A92;
		/* Add a border radius - cl23 @06/02/2015 */
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
	}

	#header .navbar-default .navbar-nav > li {
		margin: 0;
	}

	#header .navbar-toggle {
		margin: 0 auto;
		display:block;
		background: #006A92;
		float:none;
		border: 0;
		color:#fff;
		font-size:10px;
	}
	
	#header .navbar-toggle:hover {
		background:#06526d;
	}

	#header .navbar-default .navbar-toggle .icon-bar {
		background: #fff;
		display:block;
		margin:3px auto;
	}

	#header .search-area {
		margin: 9px 0 0 3px;
	}

    #main #content {
        padding: 0 15px;
    }

    .aside .widget-plan {
        margin: 14px 0 0;
        padding: 0 0 20px;
    }

    #content .aside {
        margin: 2px 0 11px;
    }

    #sidebar {
        padding: 0 15px;
    }

	#sidebar .tab-area,
	#sidebar .newseletter,
	#sidebar .plan-form {
		margin-left: 0;
	}

	.aside .sidenav ul li a {
		padding: 5px 16px 5px 14px;
		display: block;
		text-decoration: none;
	}
		
    #footer .open-close .column {
        height: auto !important;
        border: 0;
        float: none;
        width: 100%;
        padding: 0 0 20px;
        margin: 0;
    }

    #footer .js-slide-hidden {
        display: block !important;
        left: -9999px !important;
        position: absolute !important;
        top: -9999px !important;
    }

    #footer .open-close .opener {
        padding: 0;
    }

    #footer .open-close {
        padding: 14px 15px 18px;
    }

    .aside .widget .aligncenter {
        width: auto;
    }

    #sidebar .tab-area .nav li a {
        font-size: 12px;
    }

        #sidebar .tab-area .nav li a strong {
            font-size: 18px;
        }

    #content .content ul {
        width: 100% !important;
        margin: 0 0 10px;
    }

    .content-area .post .alignleft {
        margin: 0 auto 10px;
        float: none;
        display: block;
    }

    .visual .caption h2 {
        line-height: 1.1em;
    }

    .block-content .column {
        margin: 0 0 20px;
    }

    .block-content .video-paging {
        padding-bottom: 10px;
    }

    .aside .download-app {
        padding: 10px 0 9px;
        margin: 0;
    }

    #footer .footer-bottom .footer-nav {
        padding-bottom: 10px;
    }

    #footer .open-close .opener {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 20px;
    }
}


@media only screen and (min-device-width : 0px) and (max-device-width : 766px) {
	#sidebar {display:none}
}



/* ---------------------------------------------------------
   INTERNATIONAL FLAGS - For translation 
   --------------------------------------------------------- */
   
/* icon image sprite */
[class|=tFlags]
{
	background-image:url('../images/flags@2x.png');
    background-repeat: no-repeat;
    border: 0;
    display:block;
    margin:0 auto;
}

.tFlags-english {
	background-position:no-repeat 0 0;
	width: 25px;
	height: 19px;
}

.tFlags-spanish {
	background-position:0 -22px;
	width: 25px;
	height: 18px;
}

.tFlags-french {
	background-position:0 -87px;
	width: 25px;
	height: 19px;
}

.tFlags-italian {
	background-position:0 -109px;
	width: 25px;
	height: 19px;
}

.tFlags-german {
	background-position:0 -44px;
	width: 25px;
	height: 19px;
}

.tFlags-russian {
	background-position:0 -66px;
	width: 25px;
	height: 18px;
}

/* language table placeholder */
#translate_options {
	display:block;
	margin:5px auto;
	padding:0;	
}

#translate_options li {
	display:inline-block;
	padding:5px;
	list-style:none;
	color:#fff;
	font-size:10px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}

	#translate_options li:hover{
		background:#A6A6A6;
	}

#translate_options_credit {
	display:block;
	text-align:center;
	font-size:10px;
	padding:5px 0;
	color:#fff;
}

/* skip to main content */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000;
    background-color:#fff;
    left: auto;
    top: 0px;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:7px;
    border-radius: 15px;
    border:1px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* div tables */

caption {
	font-weight:bold;
	text-align: left;
}
.table-responsive { 
    border: none; 
}

.table {
    display: table;
	width:100%;
}

.tablerow {
	display: table-row;
}

.tablecolumn {
            display: table-cell;
            vertical-align: top;
            padding:3px
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2,.ms-rtestate-field h3, h3.ms-rteElement-H3
{
	    color: #006A92;
}

/* Search Highlight  */
.ms-srch-item-summary .ms-srch-item-highlightedText {
	color: rgb(0, 105, 145);
	font-weight:bold;
}


/* INDEX: Slideshow */

#metro_carousel {
	width: 100%;
	min-height: 475px;
	/*border: 1px solid #d3f3ff;
	overflow: hidden;
	margin: 0 auto 25px auto;*/
	display: block;
}

 
#metro_slideshow {
	width: 845px;
	height: 415px;
	border: 1px solid #d3f3ff;
	overflow: hidden;
	margin: 0 auto 25px auto;
	display: block;
}
@media screen and (max-width: 1200px) {
	#metro_slideshow {
		width: 694px !important;
		height: 340px !important;
	}
	#metro_carousel {
		min-height: 475px;
	}	

}
@media screen and (max-width: 991px) {
	#metro_slideshow {
		width: 500px !important;
		height: 246px !important;
	}
	#metro_carousel {
		min-height: 470px;
	}
}

@media screen and (max-width: 770px) {
	#metro_slideshow {
		width: 440px !important;
		height: 216px !important;
	}
	#metro_carousel {
		min-height: 366px;
	}	

}

@media screen and (max-width: 500px) {
	#metro_slideshow {
		width: 300px !important;
		height: 147px !important;
	}
	#metro_carousel {
		min-height: 300px;
	}	
}



@media screen and (max-width: 200px) {
	#metro_slideshow, #metro_slideshow_section {
		display: none;
	}
}



/* For printing */
@media print {
#nav, .sidenav, .widget, #Aside1, #header, #footer, #suiteBar, .px-video-container,.pull-left  {display:none;}
.ms-webpart-zone {width:100%;}
#content, #main, #content #main {
	width:100%;
	padding:0;
}
.linkStyle {margin:0 !important;}
.pull-right{float:none !important;}
a[href]:after {content: none !important;}
}

.pageTitle {
	margin-top:0px;
	padding-top:0px
}


.video-responsive, .iframe-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.iframe-responsive {
	border:solid black 1px !important;
	padding-bottom:75%;
}
.video-responsive iframe, .iframe-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

video {
  width: 100%    !important;  
  height: auto   !important;
}


.space {
	padding-left:15px !important;
}


/*************** INTERACTIVE SERVICE MAPS   **************************/

.ism {
		width:600px;
		height:600px;
		border:1px solid #000;
}

@media screen and (max-width: 639px) {
	.ism {
		width:400px;
		height:400px;
	}
}


@media screen and (max-width: 500px) {
	.ism {
		width:300px;
		height:300px;
	}
}

@media screen and (max-width: 200px) {
	.ism {
		width:95%;
		height:95%;
	}
}
/*************** INTERACTIVE SERVICE MAPS   **************************/

@media (max-width: 767px) {
	.table-responsive > .table > thead > tr > th, 
	.table-responsive > .table > tbody > tr > th, 
	.table-responsive > .table > tfoot > tr > th, 
	.table-responsive > .table > thead > tr > td, 
	.table-responsive > .table > tbody > tr > td, 
	.table-responsive > .table > tfoot > tr > td {
		white-space: normal;
	}
}

.table .thead-dark th {
    background-color: #006991;
    background-color: rgb(0, 105, 145);
    color: #fff;
    font-weight: 700;
    font-size: 1em;
}
.table .thead-light th {
    background-color: #ffcc33;
    background-color: rgb(255, 204, 51);
    color: #444;
    font-weight: 700;
    font-size: 1em;
}
/*
.table th:first-child {
    border-top-left-radius: 8px;
}
.table th:last-child  {
    border-top-right-radius: 8px;
}
*/
.table-bordered {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px 4px 4px 4px;
}




.auto-height {	
	height:100%;
}
img.left{
	display:block;
	float:left;
	margin-right:10px !important;
	margin-bottom:10px !important;
}
img.right{
	display:block;
	float:right;
	margin-left:10px !important;
	margin-bottom:10px !important;
}
img.img{
	display:block;
	float:none;
	margin-left:10px !important;
	margin-bottom:10px !important;
}

@media (max-width: 570px) {
	img.left, img.right, img.img{
		float:none;
		margin: 0 auto !important;
	    margin-bottom:5px !important;
	}
}  

#navigation, #navigation1, .olddesign, #nav, .sidenav  {display:none;height:0px}

@media print {
	.header, #metroheader, #hero, #footer, .footer {
		display:none;
		height:0px;
	}
	/*@page, body  {margin:25in}*/
}


.button {
    font-weight: bold;
    width: 100px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #006a92;
    border-color: #005779;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.15), 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button:hover {
    border-color: #92c0e0;
    background-color: #e6f2fa;
    color: #2d2c2c;
}
.button {
    -webkit-appearance: button;
    cursor: pointer;
}






