@charset "utf-8";
/* CSS Document */

/*Default Style Area Starts*/
::selection{
    background: #00ac5d;
}
body{
    font-size:14px; 
    font-family: Arial, Helvetica, sans-serif; 
    height:100%;
}
h1, h2, h3, h4, h5, h6, button{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000;
}
*{
    margin:0; 
    padding:0; 
}
img{
    max-width:100%; 
    height:auto;
}
a{
    text-decoration:none;
    color: #196ba3;
}
a:hover, a:focus{
    color: #00ac5d;
}
a.readMore:focus, a:focus{
    color: #00ac5d;
}
.container{
    max-width: 1150px;
}
.clmn002-parent .container .container{
    padding: 0;
}
.twoColumn .col-md-4 .container{
    width: 100%;
    padding: 0;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.entry-content ol{
    margin: 0;
    padding: 0 0 30px 35px;
}
.entry-content ol li{
    font-size: 18px;
    color: #525252;
    padding: 5px 0;
    padding-left: 0;
    position: relative;
}
.entry-content ul{
    margin: 0;
    padding: 0 0 30px 35px;
}
.entry-content ul li{
    font-size: 18px;
    color: #525252;
    padding: 5px 0;
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.entry-content ul li a, .entry-content ol li a{
    color: #196ba3;
    text-decoration: underline;
}
.entry-content ul li a:hover, .entry-content ol li a:hover{
    color: #00ac5d;
    text-decoration: none;
}
.entry-content ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    background: #196ba3;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}
.entry-content h2{
    font-size: 36px;
    color: #196ba3;
    font-weight: bold;
    margin-top: 0;
}
.entry-content h5{
    font-size: 16px;
}
.entry-content h6{
    font-size: 15px;
}
.entry-content p{
    font-size: 18px;
    color: #535353;
}
.entry-content p a{ 
    color: #196ba3;
}
.entry-content p a:hover{
    color: #00ac5d;
}
/*Default Style Area Ends*/
/* NYSAB-HDR Style Starts */
.NYSAB-HDR{
    padding: 22px 0 0;
}
.logo{
    max-width: 450px;
    margin-top: 4px;
}
.headerRightText{
    font-size: 20px;
    color: #196ba3;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}
.contactBttn{
    background: rgb(92,202,151); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(92,202,151) 0%, rgb(0,172,93) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(92,202,151) 0%,rgb(0,172,93) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(92,202,151) 0%,rgb(0,172,93) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cca97', endColorstr='#00ac5d',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
}
.contactBttn img{
    margin-left: 20px;
}
.contactBttn:hover, .contactBttn:focus{
    color: #fff !important;
    text-decoration: none;
}
.customNavbar{
    background: #196ba3;
    margin-top: 22px;    
    padding: 0;
    min-height: auto;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.customNavbar .navbar-collapse{
    margin: 0;
    padding: 0;
}
.customNavbar .container{
    position: relative;
}
.customNavbar .navbar-nav{
    margin: 0;
}
.customNavbar .navbar-nav > li{
    position: relative;
}
.customNavbar .navbar-nav > li > a{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 14px 18px;
}
.customNavbar .navbar-nav li.active > a{
    font-weight: 600;
}
.customNavbar .navbar-nav > li:first-child > a{
    padding-left: 0;
}
.customNavbar .navbar-nav > li > a:hover, .customNavbar .navbar-nav > li > a:focus{
    background: none;
    color: #C8DCE9;
}
.customNavbar .navbar-nav > li > ul{
    position: absolute;
    top: 48px;
    width: 300px;
    z-index: 15;
    display: none;
    padding: 0;
    margin: 0;
    border: none;
}
.customNavbar .navbar-nav > li:hover > ul{
    display: block;
}
.customNavbar .navbar-nav > li > ul li{
    list-style: none;        
}
.customNavbar .navbar-nav > li > ul li a{
    background-color:rgba(25,107,163,0.9);
    padding: 8px 15px 8px 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    background-image: url(../images/bttnArrow.png);
    background-size: 7px;
    background-position: left 10px top 13px;
    background-repeat: no-repeat;
    border-bottom: #196ba3 1px solid;
    white-space: normal;
}
.customNavbar .navbar-nav > li > ul li a:hover{
    background-color:rgba(25,107,163,1);
}
.navSearch.form-inline{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: none;
}
.navSearch.form-inline .form-control{
    background: #fff;
    border: none;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
    transition: ease 0.8s;
    height: 40px;
    margin: 0;
    border-radius: 0;
}
.navSearchBttn{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.navSearchBttn img{
    display: inline-block;
    vertical-align: middle;
}
.navSearchBttn p{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.navSearch.form-inline button{
    background: url(../images/searchIconBlue.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    border: none;
    font-size: 0px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.customNavbar.navbar-light .navbar-toggler{
    background: #fff;
}
.subMenuIcon{
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    width: 12px;
}
/* NYSAB-HDR Style Ends */
/* HERO-003 Style Starts */
.HERO-003{
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-position: center;
    width: 100%;  
    padding-bottom: 40px; 
    background-image: url('../images/homePageTitleBkg.png');
}
.HERO-003 h1{
    font-size: 56px;
    font-weight: normal;
    color: #196ba3;
    padding-top: 30px;
}
.HERO-003 .form-inline{
    margin-top: 30px;
}
.HERO-003 .form-inline .form-control{
    width: 100%;
    max-width: 640px;
    height: 64px;
    border: 2px #B3B3B3 solid;
    border-radius: 0;
    border-right: none;
    float: left;
    font-size: 24px;
    color: #878787;
}
.HERO-003 .form-inline .form-control::placeholder{
    opacity: 1;
    color: #878787;
}
.HERO-003 .form-inline .heroSearchBtn{
    width: 64px;
    height: 64px;
    border-radius: 0;
    background-color: #00ac5d;
    background-image: url(../images/searchIcon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    float: left;
}
/* HERO-003 Style End */
/* CONT-001 Style Starts */
.pageTitle{
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-position: center;
    width: 100%;  
    position: relative;  
}
.pageTitleBkgPart{
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 140%;
    height: 100%;
    top: 0;
}
.pageTitleBkgPart.left{
    background-image: url(../images/homePageTitleBkgLeft.png);
    left: 0;
    background-position: right top;
}
.pageTitleBkgPart.right{
    background-image: url(../images/homePageTitleBkgRight.png);
    right: 0;
    background-position: left bottom;
}
.pageTitle > .container{
    display: flex;
    align-items: center;
    min-height: 210px;
}
/*.pageTitle > .container::after{
    content: "";
    background-color: #f3f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;    
} */
.pageTitle h1{
    font-size: 56px;
    font-weight: normal;
    color: #196ba3;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    padding-right: 20px;
    z-index: 1;
    margin-bottom: 0;
}
.staticPageTitle{
    /* background-image: url(../images/homePageTitleBkg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.resourceLibrary{
    background-image: url(../images/resources-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.resourceLibrary > .container{
    display: block;
    min-height: auto;
}
/* .pageTitle h1::before {
    content: "About the";
    position: absolute;
    top: 30px;
    left: 0;
    color:#ff0;
} 
*/
/* CONT-001 Style Ends */
/* CRDS-011 Style Starts */
.CRDS-011 .featuredBox{
    background: #ddd;
    min-height: 250px;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.CRDS-011 .featuredBox.box1{
    background: #008d9f;
}
.CRDS-011 .featuredBox.box2{
    background: #ff9f24;
}
.CRDS-011 .featuredBox.box3{
    background: #14d6d6;
}
.CRDS-011 .featuredBox.box4{
    background: #2cb5bf;
}
.CRDS-011 .featuredBox img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-height: 190px;
}
.CRDS-011 .featuredBox.box1 img{
    bottom: 20px;
}
.CRDS-011 .featuredBox.box4 img{
    right: 0;
    left: auto;
    transform: none;
}
.CRDS-011 .featuredBox h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.CRDS-011 .boxMore{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #222;
    background-image: url(../images/bttnArrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.clmn002-parent .CRDS-011 .container, .twoColumn .CRDS-011 .container{
    width: 100%;
    padding: 0;
}
.clmn002-parent .col-md-4 .CRDS-011 .col-md-3.col-sm-6{
    width: 100%;
}
.twoColumn .col-md-4 .CRDS-011 .col-md-3.col-sm-6{
    width: 100%;
}
.clmn002-parent .col-md-4 .CRDS-011.pb-60{
    padding-bottom: 0;
}
.twoColumn .col-md-4 .CRDS-011.pb-60{
    padding-bottom: 0;
}
.clmn002-parent .col-md-4 .CRDS-011.pt-60{
    padding-top: 0;
}
.twoColumn .col-md-4 .CRDS-011.pt-60{
    padding-top: 0;
}
.clmn002-parent .col-md-8 .CRDS-011 .col-md-3.col-sm-6{
    width: calc(100% / 3);
}
.twoColumn .col-md-8 .CRDS-011 .col-md-3.col-sm-6{
    width: calc(100% / 3);
}
/* CRDS-011 Style End */
/* NEWS-001 Style Starts */
.NEWS-001{
    background: rgba(0,172,93,0.1);
}
.NEWS-001 h2{
    font-size: 42px;
    color: #196BA3;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.NEWS-001 h6{
    font-size: 24px;
    color: #595959;
    font-weight: normal;
    margin: 0;
    padding: 15px 0 30px;
}
.NEWS-001 .blogBox{
    background: #fff;
    padding: 30px 35px;
    min-height: 280px;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: calc(50% - 31px);
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    border: 5px rgba(0,172,93,0) solid;
    transition: ease 0.8s;
}
.NEWS-001 .blogBox:hover{
    border: 5px rgba(0,172,93,1) solid;
}
.NEWS-001 .blogBox:after{
    content: "";
    width: 100%;
    height: 100px;
    /* background: rgba(255,255,255,0.8); */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.NEWS-001 .blogBox h3{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 32px;
}
.NEWS-001 .blogBox h3 a{
    color: #196BA3;
    text-decoration: underline;
}
.NEWS-001 .blogBox h3 a:hover, .NEWS-001 .blogBox h3 a:focus{
    color: #00ac5d;
}
.NEWS-001 .blogBox p{
    font-size: 18px;
    color: #535353;
    margin: 10px 0 0;
    line-height: 24px;
}
.blogBox .blog-author{
    position: absolute;
    bottom: 0; 
    right: 0;
    background: rgba(25,107,163,0.64);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 30px;
    z-index: 2;    
}
.NEWS-001 .twiterBlock{
    background: #fff;  
    width: 100%;
    overflow: hidden;  
}
.NEWS-001 .twiterBlock iframe{
    height: 584px !important;
}
.NEWS-001 .readMore img{
    margin-right: 15px;
}
.NEWS-001 .readMore{
    font-size: 28px;
    color: #196ba3;
}
.NEWS-001 .readMore:hover{
    text-decoration: none;
    color: #00ac5d;
}
.clmn002-parent .NEWS-001{
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
}
.clmn002-parent .NEWS-001 .row > .col-md-8{
    width: 100%;
}
.clmn002-parent .NEWS-001 .row > .col-md-4{
    display: block;
    width: 100%;
}
.clmn002-parent .NEWS-001 .row .row .col-sm-6{
    width: 100%;
}
.clmn002-parent .NEWS-001 h2{
    font-size: 28px;
    margin-bottom: 30px;
}
.clmn002-parent .NEWS-001 .blogBox{
    min-height: 210px;
    max-height: 210px;
    width: calc(100% - 30px);
}
.clmn002-parent .NEWS-001 .blogBox h4{
    line-height: 22px;    
}
.clmn002-parent .NEWS-001 .blogBox h4 a{
    font-size: 20px;
}
.clmn002-parent .NEWS-001 .blogBox p{
    font-size: 16px;
    line-height:22px; 
}
.clmn002-parent .TWTR-001{
    border:3px rgba(25,107,163,0.6) solid;
    margin-bottom: 30px;
    box-shadow: 0px 5px 0px 0px #d9d9d9;
}
.twoColumn .NEWS-001{
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
}
.twoColumn .NEWS-001 .row > .col-md-8{
    width: 100%;
}
.twoColumn .NEWS-001 .row > .col-md-4{
    display: block;
    width: 100%;
}
.twoColumn .NEWS-001 .row .row .col-sm-6{
    width: 100%;
}
.twoColumn .NEWS-001 h2{
    font-size: 28px;
    margin-bottom: 30px;
}
.twoColumn .NEWS-001 .blogBox{
    min-height: 210px;
    max-height: 210px;
    width: calc(100% - 30px);
}
.twoColumn .NEWS-001 .blogBox h4{
    line-height: 22px;    
}
.twoColumn .NEWS-001 .blogBox h4 a{
    font-size: 20px;
}
.twoColumn .NEWS-001 .blogBox p{
    font-size: 16px;
    line-height:22px; 
}
.twoColumn .TWTR-001{
    border:3px rgba(25,107,163,0.6) solid;
    margin-bottom: 30px;
    box-shadow: 0px 5px 0px 0px #d9d9d9;
    width: 100%;
    overflow: hidden;
}
/* NEWS-001 Style End */
/* BLOG-001 Style Starts */
.BLOG-001{
    background: rgba(0,172,93,0.1);
    padding: 60px 0;
}
.BLOG-001 h2{
    font-size: 42px;
    color: #196BA3;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.BLOG-001 h6{
    font-size: 24px;
    color: #595959;
    font-weight: normal;
    margin: 0;
    padding: 15px 0 30px;
}
.BLOG-001 .blogBox{
    background: #fff;
    padding: 30px 35px;
    min-height: 280px;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    border: 5px rgba(0,172,93,0) solid;
    transition: ease 0.8s;
}
.BLOG-001 .blogBox:hover{
    border: 5px rgba(0,172,93,1) solid;
}
.BLOG-001 .blogBox:after{
    content: "";
    width: 100%;
    height: 100px;
    /* background: rgba(255,255,255,0.8); */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.BLOG-001 .blogBox h3{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 32px;
}
.BLOG-001 .blogBox h3 a{
    color: #196BA3;
    text-decoration: underline;
}
.BLOG-001 .blogBox h3 a:hover, .BLOG-001 .blogBox h3 a:focus{
    color: #00ac5d;
}
.BLOG-001 .blogBox p{
    font-size: 18px;
    color: #535353;
    margin: 10px 0 0;
    line-height: 24px;
}
.BLOG-001 .blogBox .blog-author{
    position: absolute;
    bottom: 0; 
    right: 0;
    background: rgba(25,107,163,0.64);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 30px;
    z-index: 2;    
}
.BLOG-001 .twiterBlock{
    background: #fff;    
}
.BLOG-001 .readMore img{
    margin-right: 15px;
}
.BLOG-001 .readMore{
    font-size: 28px;
    color: #196ba3;
}
.BLOG-001 .readMore:hover{
    text-decoration: none;
}
.clmn002-parent .BLOG-001{
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 10px;
}
.clmn002-parent .BLOG-001 .row > .col-md-8{
    width: 100%;
}
.clmn002-parent .BLOG-001 .row > .col-md-4{
    display: none;
}
.clmn002-parent .BLOG-001 .row .row .col-sm-6{
    width: 100%;
}
.clmn002-parent .BLOG-001 h2{
    font-size: 28px;
    margin-bottom: 30px;
}
.clmn002-parent .BLOG-001 .blogBox{
    min-height: 210px;
    max-height: 210px;
    width: calc(100% - 30px);
}
.clmn002-parent .BLOG-001 .blogBox h4{
    line-height: 22px;    
}
.clmn002-parent .BLOG-001 .blogBox h4 a{
    font-size: 20px;
}
.clmn002-parent .BLOG-001 .blogBox p{
    font-size: 16px;
    line-height:22px; 
}
.twoColumn .BLOG-001{
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 10px;
}
.twoColumn .BLOG-001 .row > .col-md-8{
    width: 100%;
}
.twoColumn .BLOG-001 .row > .col-md-4{
    display: block;
    width: 100%;
}
.twoColumn .BLOG-001 .row .row .col-sm-6{
    width: 100%;
}
.twoColumn .BLOG-001 h2{
    font-size: 28px;
    margin-bottom: 30px;
}
.twoColumn .BLOG-001 .blogBox{
    min-height: 210px;
    max-height: 210px;
    width: calc(100% - 30px);
}
.twoColumn .BLOG-001 .blogBox h4{
    line-height: 22px;    
}
.twoColumn .BLOG-001 .blogBox h4 a{
    font-size: 20px;
}
.twoColumn .BLOG-001 .blogBox p{
    font-size: 16px;
    line-height:22px; 
}
.twoColumn .TWTR-001{
    border:3px rgba(25,107,163,0.6) solid;
    margin-bottom: 30px;
    box-shadow: 0px 5px 0px 0px #d9d9d9;
}
/* BLOG-001 Style End */
/* NYSAB-BDR Style Starts */
.NYSAB-BDR{
    padding: 15px 0;
    background: none;
}
.NYSAB-BDR ul{
    margin: 0;
    padding: 0;
}
.NYSAB-BDR ul li{
    display: inline-block;
}
.NYSAB-BDR ul li span{
    color: #00ac5d;
}
.NYSAB-BDR ul li:last-child a{
    font-weight: bold;
}
.NYSAB-BDR ul li:last-child > span{
    display: none;
}
/* .NYSAB-BDR ul li::after{
    content: ">";
    display: inline-block;
    font-size: 16px;    
    padding: 0 5px;
} 
.NYSAB-BDR ul li:last-child::after{
    display: none;
}*/
.NYSAB-BDR .breadcrumb-container.theme1 ul li a{
    font-size: 16px;
    color: #196BA3 !important;
    padding: 0;
}
/* NYSAB-BDR Style Ends */
/* NYSAB-FLTR Section style Starts */
.filterSection{
    width: 100%; 
    position: relative;   
}
.filterBar{
    background: rgba(83,83,83,0.9);
    padding: 15px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    z-index: 9;
    transition: ease 0.8s;
    transform: translateX(0);
    top: -30px;
    display: none;
}
.filterBar.filterBarClose{
    transform: translateX(-96%);
}
.filterSearch.form-inline{
    display: inline-block; 
    vertical-align: middle;
}
.filterSearch.form-inline button{
    background: url(../images/searchIcon-white.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    border: none;
    font-size: 0px;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
}
.filterSearch.form-inline .form-control{
    width: 350px;
    border: none;
    border-radius: 3px;
}
.filterSearch.form-inline .form-control::placeholder{
    color: #A0A0A0;
    opacity: 1;
}
.sortArea{
    display: inline-block; 
    vertical-align: middle;
    padding: 0 40px;
}
.sortArea p{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 20px;
    color: #E6E6E6;
}
.sortArea p span{
    font-size: 18px;
    color: #A1A1A1;
}
.filterSearchBttn{
    background: rgb(68,161,236); 
    background: -moz-linear-gradient(top, rgb(68,161,236) 0%, rgb(48,135,201) 100%); 
    background: -webkit-linear-gradient(top, rgb(68,161,236) 0%,rgb(48,135,201) 100%); 
    background: linear-gradient(to bottom, rgb(68,161,236) 0%,rgb(48,135,201) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a1ec', endColorstr='#3087c9',GradientType=0 ); 
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
}
.filterClose{
    position: absolute;
    top: 3px;
    right: 0;
    border-left: 1px #959595 solid;
    padding: 18px 10px;
    cursor: pointer;
}
.filterOpen{
    position: absolute;
    top: 5px;
    right: 0;
    border-left: 1px #959595 solid;
    padding: 18px 10px;
    cursor: pointer;
    display: none;
}
.filterClose p{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #A0A0A0;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
.filterClose img{
    display: inline-block;
    vertical-align: middle;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    border: 2px #383838 solid;
    border-radius: 3px;
}
.switch input {display:none;}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}  
.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 30px;
    left: 0;
    bottom: 0;
    background: rgb(46,133,198); 
    background: -moz-linear-gradient(top, rgb(46,133,198) 0%, rgb(69,162,237) 100%); 
    background: -webkit-linear-gradient(top, rgb(46,133,198) 0%,rgb(69,162,237) 100%); 
    background: linear-gradient(to bottom, rgb(46,133,198) 0%,rgb(69,162,237) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e85c6', endColorstr='#45a2ed',GradientType=0 ); 
    -webkit-transition: .4s;
    transition: .4s;
    border: 3px #62a6e6 solid;
    border-bottom: 3px #2e85c6 solid;
    border-radius: 1px; 
}  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* NYSAB-FLTR Section style Ends */
/* DOWN-001 Area Style Starts */
.DOWN-001{
    width: 100%;
    padding: 50px 0 15px;    
}
.DOWN-001.home-down-001{
    padding: 0;
}
.DOWN-001 .row{
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.home-down-001 .row{
    display: block;
}
.home-down-001 .row .down-001-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.home-down-001 .row .down-001-items .down-list-url{
    width: 25%;
}
.home-down-001 .row .down-001-items .down-list-url > div[class*="col-"]{
    width: 100%;
}
.DOWN-001 h2{
    font-size: 42px;
    color: #196BA3;
    font-weight: normal;
}
.DOWN-001 .grayBox{
    background: #eeeeef;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border-bottom: 5px #d9d9d9 solid;
    margin: 0 15px 60px;
    height: calc(100% - 60px);
    padding-bottom: 50px;
    position: relative;
}
.DOWN-001 .grayBox h4{
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.home-down-001 .grayBox h4{
    min-height: auto;
}
.DOWN-001 .boxMainImage{
    margin-bottom: 15px;
    max-height: 238px;
}
.DOWN-001 .boxLowerPart{
    clear: both;
    position: absolute;
    bottom: 12px;
    width: calc(100% - 30px);
}
.DOWN-001 .fileLeft{
    display: inline-block;
    width: calc(75% - 4px);
    text-align: left;
}
.DOWN-001 .fileLeft i{
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.DOWN-001 .downloadRight{
    display: inline-block;
    width: calc(25% - 4px);
    text-align: right;
}
.DOWN-001 .fileIcon{
    display: inline-block;
    vertical-align: middle;
}
.DOWN-001 .fileName{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    color: #313131;
    padding-left: 5px;
    width: calc(100% - 32px);
}
.DOWN-001 .paginationArea{
    float: left;
    width: 100%;
    position: relative;
}
.DOWN-001 .paginationArea .prev{
    background: #EEEEEF;
    font-size: 18px;
    font-weight: normal;
    color: #313131;
    padding: 4px 15px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.DOWN-001 .paginationArea .next{
    background: #EEEEEF;
    font-size: 18px;
    font-weight: normal;
    color: #313131;
    padding: 4px 15px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.DOWN-001 .paginationArea > a:hover{
    background: #196ba3;
    color: #fff;
    text-decoration: none;
}
.DOWN-001 .paginationArea ul{
    margin: 0; 
    padding: 0;
    display: block;
    text-align: center;
}
.DOWN-001 .paginationArea ul li{
    display: inline-block;
}
.DOWN-001 .paginationArea ul li a{
    display: block;
    background: #EEEEEF;
    font-size: 18px;
    font-weight: normal;
    color: #313131;
    padding: 4px 13px;
    border-radius: 5px;
}
.DOWN-001 .paginationArea ul li a:hover, .paginationArea ul li.active a{
    background: #196ba3;
    color: #fff;
    text-decoration: none;
}
.DOWN-001 .readMore img{
    margin-right: 15px;
}
.DOWN-001 .readMore{
    font-size: 28px;
    color: #196ba3;
}
.DOWN-001 .readMore:hover{
    text-decoration: none;
    color: #00ac5d;
}
/* DOWN-001 Area Style Ends */
/* CONA-001 Style Starts */
.CONA-001 h2{
    font-size: 36px;
    color: #196ba3;
    font-weight: bold;
    margin-top: 0;
}
.CONA-001 p{
    font-size: 18px;
    color: #535353;
    margin-top: 0;
}
.CONA-001 blockquote{
    border-color: rgba(0,172,93,0.5);
    border-width: 6px;
    padding: 10px 0 10px 25px;
}
.CONA-001 blockquote p{
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 10px;
}
.CONA-001 blockquote footer, .CONA-001 blockquote cite{
    font-size: 16px;
    color: #00ac5d;
    font-style: italic;
    letter-spacing: 0.5px;
}
.CONA-001 blockquote footer::after{
    content: '\2014 \00A0';
    margin-left: 5px;
}
.CONA-001 ul, .CONA-001 ol{
    margin: 0;
    padding: 15px 0 15px 35px;
}
.CONA-001 ul li{
    font-size: 18px;
    color: #525252;
    padding: 5px 0;
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.CONA-001 ol li{
    font-size: 18px;
    color: #525252;
    padding: 5px 0;
    padding-left: 0;
    position: relative;
}
.CONA-001 ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    background: #196ba3;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}
.CONA-001 h3{
    font-weight: bold;
    color: #000;
    font-size: 28px;
    padding-top: 15px;
}
.CONA-001 a{
    color: #196ba3;
    text-decoration: underline;
}
/* CONA-001 Style End */
/* CONT-001 Style Area Starts */
.CONT-001 .green-plus-bg{
    background: none;
}
.twoColumn .cona-001-container-content{
    width: 100%;
    padding: 0;
}
/* CONT-001 Style Area End */
/* ACOD-001 Area starts */
.ACOD-001 .container{
    width: 100%;
    padding: 0;
}
.ACOD-001 .row{
    margin: 0;
}
.ACOD-001 .col-xs-12{
    padding: 0;
}
.ACOD-001 .toggle.toggle-transparent-body label{
    background: #EFEFF0;
    font-size: 24px;
    color: #196ba3;
    font-weight: bold;
    padding: 15px 52px 15px 20px;
    position: relative;
}
.ACOD-001 div.toggle div.toggle-content p{
    font-size: 18px;
    color: #525252;
    line-height: 32px;
}
.ACOD-001 div.toggle div.toggle-content p a{
    color: #196ba3;
}
.ACOD-001 div.toggle div.toggle-content p a:hover, .ACOD-001 div.toggle div.toggle-content p a:focus{
    color: #00ac5d;
}
div.toggle > label::before{
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: #196ba3;
    background-image: url(../images/accordianAroow.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    transform: translateY(-50%);
    right: 10px;
    margin: 0;
    border: none;
}
div.toggle.active > label::before{
    right: 10px;
    margin-top: 0;
    border: none;
    background-image: url(../images/accordianAroowActive.png);
}
/* ACOD-001 Area End */
/* NBLT-005 Style area starts */
.withclmn002-parent .NBLT-005 .container{
    width: 100%;
    padding: 0;
}
.NBLT-005 .bullte-list-box{
    padding-left: 83px;
}
.NBLT-005 .list-count-entry span{
    background-color: #00ac5d;
    font-family: Arial, Helvetica, sans-serif;
}
.NBLT-005 .list-box-item, .NBLT-005 .list-count-entry > .listbox-vline{
    border-color: #D0ECDC;
}
.NBLT-005 .list-box-item h2{
    font-size: 24px;
    color: #00ac5d;
    border-bottom: none;
}
.NBLT-005 .list-box-item ul li{
    background-position:0 8px;
}
.NBLT-005 .list-box-item ul li:before{
    display: none;
}
.NBLT-005 .list-box-item ul li a {
    color: #196ba3;
    text-decoration: underline;
}
.NBLT-005 .list-box-item ul li a:hover {
    color: #00ac5d;
    text-decoration: none;
}
/* NBLT-005 Style Area End */
/* CONG-008 Style Area Starts */
.CONG-008{
    background: #E5F7EE;
    padding: 40px 0;
}
.CONG-008 h3{
    font-size: 36px;
    color: #196ba3 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.CONG-008 p{
    font-size: 18px;
    color: #2B3337;
    line-height: 30px;
}
.CONG-008 .btn-portakabin-link{
    background-image: none;
    background: rgb(81,183,95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(81,183,95,1) 0%, rgba(54,133,86,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(81,183,95,1) 0%,rgba(54,133,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(81,183,95,1) 0%,rgba(54,133,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b75f', endColorstr='#368556',GradientType=0 ); /* IE6-9 */
    font-size: 20px;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding: 10px 15px;
    text-transform: capitalize;
    border-radius: 5px;
    line-height: 21px;
    bottom: auto;
    left: auto;
    margin-top: 10px;
    display: inline-block;
}
.CONG-008 .btn-portakabin-link:after{
    content: "";
    margin-left: 10px;
    display: inline-block;
    background: url(../images/bttnArrow.png) no-repeat;
    width: 13px;
    height: 23px;
    vertical-align: middle;
}
.CONG-008 img.size-full{
    width: 100%;
    max-width: none;
}
.CONG-008 .CONG-008-box{
    min-height: auto;
    padding-bottom: 0;
}
/* CONG-008 Style Area Ends */
/* CONE-006 Style Starts */
.CONE-006 .box h3{
    color: #00ac5d;
}
.CONE-006 .box ul li::before{
    display: none;
}
.CONE-006 .box ul li a{
    color: #196ba3;
}
.CONE-006 .box ul li a:hover, .CONE-006 .box ul li a:focus{
    color: #00ac5d;
}
/* .clmn002-parent .CONE-006 .col-md-5.col-sm-6{
    width: 50%;
} */
/*  */
/* NYSAB-FTR Style Area Starts */
.footerTopBkg{    
    background-position: bottom;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}
.footerContentArea{
    background: #196ba3;
    padding: 20px 0 0;
}
.footerContentArea a:focus{
    color: #00ac5d;
}
.footerTitle{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.footerLeftPart{
    width: 245px;
    padding-top: 26px;
    display: inline-block;
    vertical-align: top;
}
.footerRightPart{
    width: calc((100% - 245px) - 4px);
    padding-top: 26px;
    padding-left: 70px;
    display: inline-block;
    vertical-align: top;
    border-left: 2px #7dabcb dotted;
    position: relative;
}
.footerLeftPart ul{
    margin: 0;
    padding: 0;
}
.footerLeftPart ul li{
    background: url(../images/footerLeftPartListIcon.png);
    background-repeat: no-repeat;
    background-position: center left;
    list-style: none;
    padding: 7px 0 7px 15px;
}
.footerLeftPart ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.footerRightPart ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.footerRightPart ul li{
    background: url(../images/footerRightPartListIcon.png);
    background-repeat: no-repeat;
    background-position: center left;
    list-style: none;
    padding: 5px 0;
    color: #D8DFE7;
    font-size: 15px;
    padding-left: 20px;
}
.footerRightPart ul li a{
    color: #D8DFE7;
    font-size: 15px;
    font-weight: normal;
}
.footerRightPart ul li a:hover, .footerRightPart ul li a:focus{
    color: #fff !important;
}
.footerMap{
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 0;
    opacity: 0.8;
}
.footerMap img{
    width: 430px;
}
.footerMap svg path:hover{
    fill: #00ac5d;
}
.footerLogo{
    padding-top: 30px;
}
.bottomFooter{
    display: block;
    border-top: 1px #fff dashed;
    margin-top: 20px;
    padding: 10px;
}
.footerMenu{
    margin: 0;
    padding: 0;
}
.footerMenu li{
    display: inline-block;
    color: #fff;
    font-size: 14px;    
}
.footerMenu li a{
    color: #fff;
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px #fff solid;
    line-height: 14px;
}
.footerText{
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 0;
}
/* NYSAB-FTR Style Area Ends */
/* Search Page Style Starts */
.search-content article.entry{
    border-bottom: 1px #ccc solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-content article.entry > .entry-content{
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    padding-top: 5px;
}
.search-content article.entry .entry-title{
    font-size: 24px;
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
.search-content article.entry .entry-title a{
    color: #196ba3;
}
.search-content article.entry .entry-title a:hover, .search-content article.entry .entry-title a:focus{
    color: #00ac5d;
}
.search-content  .page-header{
    border-bottom: none;
}
.search-content  .page-header .page-title{
    color: #196ba3;
    margin: 0;
    display: inline-block;
}
.search-content  .page-header .page-description{
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
}
.search-content .pagination h2{
    font-size: 20px;
    margin-bottom: 0;
}
.search-content .pagination .nav-links{
    font-size: 16px;
}
.search-content .pagination .nav-links *{
    display: inline-block;
    vertical-align: middle;
}
.search-content .pagination .nav-links a{
    color: #00ac5d;
}
.search-content .pagination .nav-links > span{
    font-weight: bold;
}
.search-content .search-form input[type="search"]{
    width: calc(100% - 64px);
    max-width: calc(600px - 64px);
    height: 64px;
    border: 2px #B3B3B3 solid;
    border-radius: 0;
    border-right: none;
    float: left;
    font-size: 24px;
    color: #878787;
    padding-left: 15px;
    font-weight: normal;
}
.search-content .search-form input[type="search"]::placeholder{
    opacity: 1;
    color: #878787;
}
.search-content .search-form span.screen-reader-text{
    display: none;
}
.search-content .search-form .search-submit{
    width: 64px;
    height: 64px;
    border-radius: 0;
    background-color: #00ac5d;
    background-image: url(../images/searchIcon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    float: left;
    font-size: 0;
}
/* Search Page Style End */
/* Style Start For 404 Page */
.error-404{
    line-height: normal;
    font-size: 18px;
    text-align: left;
}
.error-404 p{
    font-size: 20px;
    color: #535353;
    line-height: 24px;
}
.error-404 .page-header h1{
    color: #196ba3;
}
.error-404 .search-form span{
    font-size: 18px;
    color: #666;
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
}
.error-404 .search-form span.screen-reader-text{
    display: none;
}
/* .error-404 .search-form input[type="search"]{
    border: 1px #ccc solid;
    height: 38px;
    color: #666;
    font-weight: normal;
    padding-left: 15px;
    max-width: 400px;
    width: 100%;
} */
.error-404 .search-form input[type="search"]{
    width: calc(100% - 64px);
    max-width: calc(600px - 64px);
    height: 64px;
    border: 2px #B3B3B3 solid;
    border-radius: 0;
    border-right: none;
    float: left;
    font-size: 24px;
    color: #878787;
    padding-left: 15px;
    font-weight: normal;
}
.error-404 .search-form input[type="search"]::placeholder{
    opacity: 1;
    color: #878787;
}
/* .error-404 .search-form .search-submit{
    background: rgb(92,202,151); 
    background: -moz-linear-gradient(top, rgb(92,202,151) 0%, rgb(0,172,93) 100%); 
    background: -webkit-linear-gradient(top, rgb(92,202,151) 0%,rgb(0,172,93) 100%); 
    background: linear-gradient(to bottom, rgb(92,202,151) 0%,rgb(0,172,93) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cca97', endColorstr='#00ac5d',GradientType=0 );
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
} */
.error-404 .search-form .search-submit{
    width: 64px;
    height: 64px;
    border-radius: 0;
    background-color: #00ac5d;
    background-image: url(../images/searchIcon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    float: left;
    font-size: 0;
}
/* End */
/* Main News page Style Starts */
.main-news-page .blog-content{
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.main-news-page .blog-content .blog-author{
    display: none;
}
.main-news-page .blog-content .grid-category-post a{
    color: #00ac5d;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.main-news-page .blog-content .grid-category-post a::before{
    content: "Category:";
    display: inline-block;
    padding-right: 5px;
    color: #535353;
    font-weight: normal;
}
.main-news-page .blog-content .blog-title{
    margin: 0;
    padding-top: 0;
}
.main-news-page .blog-content .blog-title a{
    text-decoration: none;
}
.main-news-page .blog-content .blog-title a:hover, .main-news-page .blog-content .blog-title a:focus{
    color: #00ac5d;
}
/* End */
/* 06-06-2019 */
.post-925 .DOWN-001{
    margin-bottom: 0;
}
.wp-block-table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
/* End */

/* Landing Page Style Starts */
.landingpage.container{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.landingpage .logo-landing{
    min-height:143px;
}
.landingpage .text-center{
    text-align: center;
}
.landingpage h4{
    font-size: 24px;
    color: #525252;
    font-weight: normal;
    margin-bottom: 15px;
}
.landingpage p{
    font-size: 16px;
    color: #525252;
    margin: 0;
    line-height: 24px;
}
/*Default Style Area Ends*/
.landingpage .header{
    display: block;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 60px;
}
.landingpage .header h1{
    font-size: 42px;
    color: #787878;
    font-weight: normal;
}
.landingpage .row{
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.landingpage .col{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.landingpage .border{
    width: 240px;
    height: 1px;
    background: #92B8E7;
    position: relative;
    margin: 20px auto;
}
.landingpage .border::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px #508DD8 solid;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.landingpage .rightText{
    line-height: 27px;
}
.landingpage .border-right{
    border-right: 1px #ccc solid;
}
.landingpage .bttn{
    background: #000;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
}
.landingpage .bttn.green{
    background: rgb(80,181,95); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(80,181,95) 0%, rgb(55,135,86) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(80,181,95) 0%,rgb(55,135,86) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(80,181,95) 0%,rgb(55,135,86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b55f', endColorstr='#378756',GradientType=0 ); /* IE6-9 */
}
.landingpage .bttn.orange{
    background: rgb(236,136,87); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(236,136,87) 0%, rgb(214,99,21) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(236,136,87) 0%,rgb(214,99,21) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(236,136,87) 0%,rgb(214,99,21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8857', endColorstr='#d66315',GradientType=0 ); /* IE6-9 */
}
.landingpage .bttn img{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.landingpage .paddingLeft60{
    padding-left: 60px;
}
.landingpage .paddingRight60{
    padding-right: 60px;
}
.landingpage .marginBottom30{
    margin-bottom: 30px;
}
.landingpage .twitter-landing{
    border: 3px rgba(25,107,163,0.6) solid;
    margin-bottom: 30px;
    box-shadow: 0px 5px 0px 0px #d9d9d9;
}
/* End */