/* ==========================================================================
   Author's custom styles
========================================================================== */
body{
	/*background:#f0f0f0;*/
	font-family:"Helvetica",Helvetica,Arial,sans-serif;
	line-height:1.6;
}
p{
	margin-bottom:25px;
}
.container{
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
header.header{
	padding:10px 0;
	background:#000;
	position:relative;
    min-height:60px;
}
.btn{
	border-radius:0;
	border:none;
}
.btn-green{
	background:#5dbb46;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:15px 25px;
	font-size:18px;
}
.btn-green:hover{
	background:#78d561;
}
.center{
	text-align:center;
}
.center img{
	max-width:100%;
	margin:0 auto;
}
/*Right content h1, h2, h3 tags*/
.right-content h1{
	margin:0;
	margin-bottom:25px;
	color:#5183ce;
	font-weight:bold;
	font-size:32px;
    font-family: 'Raleway', sans-serif;
}
.right-content h2{
	margin:0;
	margin-bottom:25px;
	color:#5183ce;
	font-weight:bold;
}
.right-content h3{	
	color:#5183ce;
}
.right-content{
    padding-top: 50px;
	/*padding:50px 10px 50px 80px;*/ 
	background:#fff;
	/*border-left:2px dashed #f0f0f0;*/
	position:relative;
    height: 100%; /* Anthony */
}
.right-content:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:100%;
	top:0;
}
.padding_30  {
	padding:30px 0;
}
.padding_50  {
	padding:50px 0;
}
.space_50{
	height:50px;
}
.border-bottom .container{
	border-bottom:1px solid #cccccc;
}
.section-heading{
	font-size:30px;
	color:#333333;
	margin:0 0 30px;
}
/* Left Sidebar */
.left-side-bar{
	padding:50px 0px; 
	background: #f0f0f0;
}
/*Sidebar Menu*/
.sidebar-menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
.sidebar-menu ul li{
	margin-bottom:20px;
}
.sidebar-menu ul li a{
	color:#7d7d7d;
}
.sidebar-menu ul li.active a{
	font-weight:bold;
	color:#000;
}
.home-title-heading{
	margin:0;
	margin-bottom:25px;
	color:#424242;
	font-weight:bold;
	font-size:42px;
}
.title-heading{
	margin:0;
	margin-bottom:25px;
	color:#2b7ea6;
	font-weight:bold;
	font-size:32px;
}
.sidebar-title{
	margin:0;
	margin-bottom:25px;
	color:#2b7ea6;
	font-size:28px;
}
.sub-heading{
	margin: 25px 0 !important;
	color:#000000;
	font-weight:light;
	font-size:25px;
}
.site-main{
	overflow-x:hidden;
    height: auto !important;
    -webkit-overflow-scrolling: touch;
}
/* Top Navigation */
.navbar-nav{
	float:none;
}
.navbar{
	min-height:0;
}
.navbar-toggle{
	margin:0 5px 0 0;
}
.navbar-default{
	background:transparent;
	border:none;
	box-shadow:none;
	margin:0;
}
.navbar-default .navbar-nav > li{
	float:none;
	display:inline-block;	
	vertical-align:middle;
}
.navbar-default .navbar-nav li>a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	text-shadow:none;
	padding:25px 28px;
	/*overflow:visibile;*/
}
.collapse.navbar-collapse{
	padding:0;
}
.navbar-default .navbar-nav>li.logo_li>a{
	padding:10px 0 0 0 ;
	position:relative;
	z-index:999;

}
.navbar-default .navbar-nav>li:last-child > a{
	padding-right:0;
}
.navbar-default .navbar-nav li>a:hover, .navbar-default .navbar-nav li>a:focus{
	color:#5183ce;
	text-decoration:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:#5183ce;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
	filter: none; /* Fixes for IE8 and IE9 */
}
.navbar-default .navbar-nav  li:hover > .sub-menu{
	display:block;
}
.navbar-default .navbar-nav > li .sub-menu{
	position:absolute;
	width:300px;
	top:99%;
	left:0;
	z-index:999;
	list-style:none;
	background:#4c4c4c;
	padding:0;
	margin:0;
	display:none;
}
.navbar-default .navbar-nav > li .sub-menu .sub-menu{
	top:0;
	left:-100%;
}
.navbar-default .navbar-nav > li .sub-menu li{
	position:relative;
}
.navbar-default .navbar-nav li .sub-menu li a{
	padding:8px 0px 8px 15px; 
	display:block;
}
.header-links{
	position:relative;
	margin-top:5px;
	z-index:99
}
.header-links a{
	color:#fff;
	font-size:20px;
	margin-right:2%;
}
/* Banner Section */ 
.banner-section{	
	background-size:cover;
	position:relative;
}
.banner-section1{
	background-size:cover;
	position:relative;
}
.home.banner-section1{
	/*height:800px;*/
}
.home-overlay-content{
	background-color: #fff;	
	width:100%;	
	padding-top: 15px !important;
}
.banner-section .container{
	position:relative;
}
.banner-text-outer{
	margin:0 auto;
	padding:20px 0px;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.banner-text-outer h1{
	font-size:42px;
	margin:0 0 0px;
    font-family: 'Raleway', sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 0 rgba(0,0,0,0.6);
}
.banner-text-outer .btn-green{
	margin:0 0 25px;
}
.banner-text-outer .hr{
	outline:none;
	border-bottom:1px solid #ffffff;
	margin:0 0 25px;
}
.banner-text-outer a{
	color:#fff;
}
.team-position{
	margin-top:10px;
}
.award-row{
	padding:20px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.award-row:after{
	content: "\f054";
	position:absolute;
	right:15px;
	top:50%;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:20px;
}
.award-row .award-title{
	margin:0 0 10px;
}
/* Social Icons */
.social-outer{
	position:absolute;
	top: 10px;
	right: 50px;
    z-index: 100;
    display: none;
}
.social-outer ul li{
	display:inline-block;
}
.social-outer ul li a{
	width:30px;
	height:30px;
	border-radius:50%;
	background:#fff;
	color:#909090;
	display:block;
	line-height:30px;
	text-align:center;
}
.social-outer ul{
	padding:0;
	margin:0;
	list-style:none;
}
.border-content{
	padding-left:1px;
	background:#fff;
    height: 100%; /* Anthony */
}
.download-link ul{
	list-style:none;
	padding:0px;
}
.download-link ul li{
	display:block;
	padding-bottom:10px;
}
.download-link ul li a img{
	display:inline;
	width:30px;
}
.download-link ul li a p{
	display:inline;
	margin:0px;
	color:red;
	padding-left:15px;
	font-weight:bold;
}
.opening-position {
	color:#2b7ea6;
}
h4.opening-heading{
	color:#2b7ea6;
}
.corporate-heading{
	background:#F0F0F0;
}
.corporate-text1{
	border-bottom:2px solid gray;
	padding:10px 0 0 0; 
}
.corporate-text1 p, .corporate-text2 p{
	margin:0px;
}
.corporate-text2{
	padding:10px 0;
}
ul.pilot-position{
	list-style:none;
	padding:0px;
}
ul.pilot-position li{
	text-decoration:underline;
	padding:0 0 10px 0; 
}
.mesa-angels-img img, .opening-img img{
	margin:0px auto;
}
.opening-img{
	padding-top:50px;
}
.pdf-download a img{
	display:inline;
}
.pdf-download a p{
	display:inline;
	padding-left:10px;
	color:#000000;
}
.social-outer1{
	position: absolute;
    right: 50px;
    top: 15px;
}
.social-outer1 ul li{
	display:inline-block;
}
.social-outer1 ul li a{
	width:30px;
	height:30px;
	border-radius:50%;
	background:#fff;
	color:#909090;
	display:block;
	line-height:30px;
	text-align:center;
}
.social-outer1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
/* For Mobile Menu */
.desktopmenu{
	display: block;
}
.mobilemenu{
	display: none;
}
.controls ul{
   padding:0;
   margin:0;
   list-style:none;
}
.controls ul li{
   display:inline-block;
}
.controls ul li a{
   padding:10px;
   display:block;
}
.controls ul li a.on{
   border:1px solid #ccc;
}
.banner-item{
   display:none;
}
.banner-item.active{
   display:block;
}
.header-links .social-outer1{
    position: relative;
    right: 0;
    top: 0;
	display:none;
}
x.banner-section img{
	max-height: 440px !important; 
	height: 440px !important;
}
.dropdown-menu{
	display: none !important;
}
.dropdown-menu a{
	color: #fff !important;
}
.open .dropdown-menu{
	display: block !important;
}
.dropdown a:focus{
    background: none !important;
    border-bottom: 5px solid #5183ce !important;
    color: #5183ce !important;
    font-weight: bold !important;
}
@media (max-width: 1920px){
.social-outer1{  
	right: 360px;
}
}
@media (max-width:1280px){
.navbar-default .navbar-nav > li > a{
	padding-left:10px; 
	padding-right:10px;
}
.social-outer1{  
	right: 40px;
}
}
@media (max-width:980px){
.navbar-default .navbar-nav li a{
	padding:10px 4px;
	font-size:12px;
}
}
@media (max-width: 900px){
.social-outer1{  
	right: 60px;
}
}
@media (max-width:767px){
.main-navigation{
	float:none !important;
	margin-top: -33px;
}
.banner-section{
	max-height:440px;
	height: auto;
}
.banner-section1{
	max-height:440px;
	height: auto;
}
header.header{
	padding:10px 0; 
}
.navbar-default .navbar-nav > li{
	display:block;
}
.navbar-default .navbar-nav > li .sub-menu{
	display:block;
	padding-left:15px;
	position:static;
}
.navbar-default .navbar-nav>li>a{
	height:auto;
}
.navbar-collapse{
	/*padding-top:70px;*/
	border:none;
}
.logo{
	position:absolute;
	left:40%;
	top:5px;
	z-index:999;
	width: 13%;
}
.navbar-default .navbar-nav>li>a{
	padding:10px 20px;
}
.right-content,.left-side-bar{
	padding:20px;
}
.team-position{
	font-size:12px;
}
.navbar-nav{
	margin-left:0;
	margin-right:0;
}	

.social-outer{
	display: none;
}
.left-side-bar{ 
	display:none;
}
.banner-text-outer{
	position:relative;
}
.right-content{
	border-left: 0 dashed #f0f0f0;
}
.col-md-10, .col-sm-9{
	padding-left: 0px; 
	padding-right: 0px;
}	
.mobilemenu{
	display: block;
}
.desktopmenu{
	display: none;
}
.navbar-default .navbar-nav > li .sub-menu{
	width: 100%;
}
.navbar-default .navbar-nav > li .sub-menu{
	background: #4c4c4c; 
	padding-left: 0px;
}
.navbar-default .navbar-nav li .sub-menu li a{
	padding: 10px 20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	 /*border-bottom: 5px solid #b1dbf3;*/
}
.banner-section img{
	height: auto !important;
}
}
@media (max-width: 640px){
.logo{
	width: 16%;
	/*left: 55%;*/
}
/*.social-outer1{  right: 11px;}*/
.banner-text-outer h1{ 
	font-size:32px;
    font-family: 'Raleway', sans-serif;
}
.right-content h1{ 
	font-size: 32px; 
    font-family: 'Raleway', sans-serif;
}
}
@media (max-width: 480px){
.logo { 
	width: 19%; 
	/*left: 55%;*/
}
/*.social-outer1{  right: 11px;}*/
.banner-text-outer h1{ 
	font-size:24px;
    font-family: 'Raleway', sans-serif;
}
.right-content h1 { 
	font-size: 24px; 
    font-family: 'Raleway', sans-serif;
} 
.banner-section1{
    max-height: 100%;
}
}


@media (max-width: 360px){
.logo { 
	width: 23%; 
	/*left: 59%;*/
}
/*.social-outer1{  right: 11px;}*/
.banner-text-outer h1{ 
	font-size:16px;
    font-family: 'Raleway', sans-serif;
}
.right-content h1 { 
	font-size: 16px; 
    font-family: 'Raleway', sans-serif;
}
.divSocialMedia > img{
	width: 25px !important;
}
.banner-section1{
    max-height: 100%;
}
}
@media (max-width: 320px) {
.logo { 
	width: 25%; 
	/*left: 59%;*/
}
.banner-text-outer h1{
	font-size:16px;
    font-family: 'Raleway', sans-serif;
}
.right-content h1{ 
	font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
}
/* images responsiveness for Right side content area */
.right-content img{
	display: block;
	max-width: 100%;
	height: auto;
}

/* Home Page Title font change based on screen resolution */
.home-title{
	font-size: 42px; 
	color: #424242;
}
@media (max-width: 980px) {
.home-title{
	font-size: 32px; 
}
}
@media (max-width: 640px) {
.home-title{
	font-size: 24px; 
}
}
@media (max-width: 480px) {
.home-title{
	font-size: 20px; 
}
}
@media (max-width: 360px) {
.home-title{
	font-size: 18px; 
}
}
/* Home Page 3 logos based on screen resolution */
/*@media (min-width: 1280px) {
.sub-heading img{
	margin: 50px;
	width: 280px;
	height: 38px;
}
}
@media (max-width: 1024px) {
.sub-heading img{
	margin: 20px;
	width: 250px;
	height: 30px;
}
}
@media (max-width: 980px) {
.sub-heading img{
	margin: 10px;
	width: 200px;
}
}
@media (max-width: 640px) {
.sub-heading img{
	display: block;	
	height: 40px !important;
	margin: 15px auto;
}
}*/
/*CSS for Revised home page*/
.home-overlay-content a img{ width: 100%;}
.footerWraper{
	max-height: 20px !importannt;
}
.footerWraper p{
	font-size: 12px; 
	text-align: center; 
	font-family: arial, helvetica, sans-serif; 
	color: #547c9f;
}
.carousel-control.right, .carousel-control.left{
	background: none;
	display: none;
}
.home-overlay-content p{
	font-weight: bold;
	color: #262626;
	font-size: 16px;
}
@media (min-width: 1281px) {
.carousel{
	width: auto;
	margin: 0px auto;
}
.carousel-inner{
	height: auto;
}
.carousel-inner img{
	width: 100%;
}
.sub-heading img{
	margin: 0px 20px;
	width: 150px;
	height: 50px;
}
.carousel-indicators li{
	margin: 0 3px;
	background: #000;
	border: 0px solid #999;
	height: 12px;
	width: 12px;
}
}
@media (max-width: 1280px) {
.carousel{
	width: 1280px;
	margin: 0px auto;
}
.carousel-inner{
	height: auto;
}
.carousel-inner img{
	width: 100%;
}
.sub-heading img{
	margin: 0px 20px;
	width: 150px;
	height: 50px;
}
.carousel-indicators li{
	margin: 0 3px;
	background: #000;
	border: 0px solid #999;
	height: 12px;
	width: 12px;
}
}
@media (max-width: 1279px) {
.carousel{
	width: auto;
	margin: 0px auto;
}
.carousel-inner{
	height: auto;
}
.carousel-inner img{
	width: 100%;
}
.sub-heading img{
	margin: 0px 15px;
	width: 120px;
	height: 35px;
}
.carousel-indicators li{
	margin: 0 3px;
	background: #000;
	border: 0px solid #999;
	height: 12px;
	width: 12px;
}
}
@media (max-width: 1024px) {
.sub-heading img{
	margin: 0px 15px;
	width: 120px;
	height: 35px;
}
.carousel-indicators li{
	margin: 0 3px;
	background: #000;
	border: 0px solid #999;
	height: 12px;
	width: 12px;
}
}
@media (max-width: 640px) {
    .sub-heading img{
	    display: block;
	    margin: 10px auto;
	    width: 200px;
	    height: 50px;
    }
    .home-overlay-content a img{ 
	    display: block;
	    margin: 0 auto;
	    /*width: 300px; 
	    height: 130px;*/
    }
    .share{
    margin-left: 0px;
    }
    .carousel-indicators li{
	    margin: 0 3px;
	    background: #000;
	    border: 0px solid #999;
	    height: 8px;
	    width: 8px;
    }
.carousel-indicators .active
{
	    height: 8px;
	    width: 8px;
}
}
.carousel-indicators{
	bottom: 0px;
}
.carousel-indicators .active
{
    margin: 0 3px;
    background: #FFFFFF;
}



.global-footer
{
    width: 100%;
    color: black;
    background:  url(/images/bg-footer.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 1.125em;
    z-index: 100;
}

    .global-footer .social-media-icons
    {
        margin: .9375em 0 1.875em;
        padding: 0;
        text-align: center;
    }
@media only screen and (min-width:1025px)
{
    .global-footer .social-media-icons
    {
        margin: 0;
        text-align: center;
    }
}

.global-footer .footer-column-1
{
    width: auto;
}
.global-footer .footer-column-2
{
    width: 90%;
    padding-bottom: 1.5em;
    margin: 0 auto;
}
.column-2
{
    width: 30%;
    margin-left: 2%;
    float: left;
}
@media  (min-width:600px) {

    .AlignMiddle {
         display:table-cell; vertical-align:middle;
        float: none;
    }
}
@media only screen and (min-width:1025px)
{
    .global-footer .footer-column-1
    {
        width: 25%;
        float: left;
    }
    .global-footer .footer-column-2
    {
        width: 74%;
        float: left;
    }
    .column-2
    {
        width: 18%;
        margin-left: 2%;
    }
}


.global-footer-wrapper
{
    text-align: center;
}

.global-footer-container
{
    padding: 2.875em 0;
    max-width: 960px;
    text-align: left;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:1025px)
{
    .global-footer-container
    {
        padding: 2em 0 0;
    }
}

.ma-address
{
    font-size: 1em;
    margin: 0 0 .625em;
    text-align: center;
}

    .ma-address p
    {
        margin: 0;
        padding: 0;
        font-size: 1em;
        font-weight: 400;
        color: black;
        line-height: 1.5em;
    }

    .ma-address span
    {
        display: block;
    }

@media only screen and (min-width:1025px)
{
    .ma-address
    {
        text-align: center;
    }

        .ma-address p
        {
            text-align: center;
        }

        .ma-address a.link-phone
        {
            color: #bcbcbc;
            cursor: default;
        }

            .ma-address a.link-phone:hover
            {
                color: #bcbcbc;
                cursor: default;
                text-decoration: none;
            }
}

.footer-header
{
    color: #5183ce;
    font-size: 1.1em;
    font-weight: bold;
}
.footer-links
{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.column-2 hr
{
    width: 96%; border: 2px solid #fff; margin-top: 5px; margin-bottom: 5px; float: left;
}
    .footer-links > li
    {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 .625em;
    }

    .footer-links a:link, .footer-links a:visited
    {
        /*display: block;*/
        color: black;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-links a:link:hover, .footer-links a:link:active, .footer-links a:visited:hover, .footer-links a:visited:active
        {
            color: #4298cc;
        }

@media only screen and (min-width:480px)
{
    .footer-links
    {
        float: left;
        position: relative;
        width: 100%;
    }

        .footer-links.column-1, .footer-links.column-2
        {
            margin-right: 2%;
        }

        .footer-links.column-3
        {
            margin-right: 0;
        }

        .footer-links > li
        {
            text-align: left;
            margin: 0 0 .9375em;
        }
}

.footer-logo
{
    margin: 0 0 .625em;
}

@media only screen and (min-width:1025px)
{
    .column-2 hr
    {
        margin-left: 0px; 
        float: left;
    }
    .footer-logo
    {
        margin: 0 0 .3125em;
    }
}
.table
{
    display: table;
}

.table-row
{
    display: table-row;
}

.table-column
{
    display: table-cell;
    vertical-align: top;
}

.footerWrapper
{
    margin-top: 20px;
   border-top:2px solid #5183ce;
    border-bottom:2px solid #000;
    /*background: url(/images/bg-footer.jpg) no-repeat center top;*/
}

@media only screen and (min-width:240px) and (max-width:768px)
{
    .column-2
    {
        width: 100%;
    }
    .global-footer-container
    {
        padding: 2.875em 0;
        text-align: left;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-column
    {
        display: block;
    }
.footer-header
{
    color: #5183ce;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
        .footer-links > li
        {
            text-align: center;
            margin: 0 0 .9375em;
        }
        
}
.social-media-links
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    width: auto;
}

    .social-media-links > li
    {
        display: inline-block;
        position: relative;
    }

    .social-media-links .icon-social:link, .social-media-links .icon-social:visited
    {
        background-color: #4298cc;
        text-align: center;
        text-decoration: none;
        line-height: 1.75em;
        color: #000;
        width: 35px;
        height: 35px;
        display: block;
        font-size: 1.25em;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        border-radius: 35px;
    }

.lt-ie9 .social-media-links .icon-social:link, .lt-ie9 .social-media-links .icon-social:visited
{
    background-color: transparent;
    background-image: url(i/social-media-bg-ie.png);
}

.social-media-links .icon-social:link span, .social-media-links .icon-social:visited span
{
    display: none;
}

.social-media-links .icon-social:link:before, .social-media-links .icon-social:visited:before
{
    line-height: 1.5em;
    text-align: center;
    float: none;
}

.social-media-links .icon-social:link:hover, .social-media-links .icon-social:visited:hover
{
    text-decoration: none;
    background-color: #6fb946;
}

.lt-ie9 .social-media-links .icon-social:link:hover, .lt-ie9 .social-media-links .icon-social:visited:hover
{
    background-color: transparent;
    background-image: url(i/social-media-bg-hover-ie.png);
}

@media only screen and (min-width:767px)
{
    .column-2 hr
    {
        margin-left: 0px;
        float: left;
    }
    .social-media-links .icon-social:link, .social-media-links .icon-social:visited
    {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        line-height: 1.5em;
    }
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 570px) {
    /*#modal_home {
        display:none;
    }

    #divMain {
        display:block;
    }*/

    /*#FavImageToggler {
        display:none;
    }*/

    .column-2 hr {
        width:98%;
    }

    .container img {
        height:auto !important;
    }

    .homeBlueLine {
        width:100% !important;
        top:0px !important;
    }    
}

.askiptocontent {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white !important;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
   }
.askiptocontent:focus , .askiptocontent:active {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}


    .hide{
        display:none;
    }

    .show{
        display:block;
    }

    .modal-disclaimer .ui-dialog,.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background:#263238 !important;border:none;margin:1.5rem auto}

    .modal-disclaimer strong {color:white;width:520px;display:block;margin:0 auto;word-break:break-all;padding-top:100px;line-height:28px;}

    .modal-disclaimer .ui-widget-header {border:none;text-align:center;font-size:20px;}

    .modal-disclaimer .ui-dialog-titlebar-close {
    position: absolute;
    right: -3px;
    top: -8px;
    width: 50px;
    line-height:20px;
    height: 50px;
    z-index:100;
    color:white;
    background-color:grey;
    border:none;
    font-size:40px;
}

    .modal-disclaimer #ui-id-1{
        text-align:center; 
        color:#fff;
    }

    .modal-disclaimer .ui-dialog-buttonpane{
        border:none;
        height:80px;
    }

     .modal-disclaimer .ui-dialog-buttonset{
        float:none !important;
        text-align:center;
        
    }

    .cancelButtonClass{
        float:none !important;
        text-align:center !important;
        color:white;
    }

    .saveButtonClass{
        float:none !important;
        text-align:center !important;
        color:white;
    }

    .modal-disclaimer .ui-dialog-content{
        padding:5.5em 1em !important;
    }

    .modal-disclaimer .ui-dialog-title{
        margin:0.1em 45px !important;
    }


    .modal-disclaimer .ui-dialog-buttonpane button{
        width:120px;
        height:40px;
        background-color:#2e6394 !important;
        color:#fff;
        border:1px solid #3a7dbb;
        font-size:18px;
        border-radius:2px;
    }

    .modal-container {
        width: 500px !important;
        text-align: left !important;
        color:#fff;
    }

    .modal-container dialog {
        padding-bottom: 10px;
    }