body {
    font-family: 'Montserrat', sans-serif;
    background: url(../img/bk.jpg) center top repeat;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Open Sans';
}

.carousel .item, .carousel .item > img, .carousel .item.left, .carousel .item.right {
    width: 100% !important;
}

.item-inner {
    position: absolute;
    left: 25%;
    top: 25%;
}
/* Header */
.mainHeader {
    background: none repeat scroll 0 0 #030303;
}
.navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 0;
    height: auto;
    min-height: 0;
}
.mainNav {
    border-top: 1px solid #3c3c3c;
}
.navbar-collapse {
    padding: 0;
}

.header-logo {
    display: block;
    padding-bottom: 15px;
    padding-top: 13px;
    width: 205px;
}

.header-logo img
{
    width:100%;
}

.search-input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
    -moz-box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
    box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
    border: none;
    line-height: 20px;
    padding: 6px 15px;
    width: 335px;
    float: right;
}
.header-search {
    padding: 18px 0 15px;
}
.search-toggle,
.search-submit {
    border: medium none;
    height: 32px;
    width: 32px;
    background: url(../img/search1.png) center no-repeat transparent;
    float: right;
    margin-left: 5px;
}

.navbar-nav > li > a {
    font-size: 12px;
    padding: 10px 20px;
}
.navbar-nav > li {
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    margin-right: -1px;
}
.nav > li {
    margin-top: -1px;
}
.nav > .blue {
    border-top: 1px solid #0066ff;
}
.nav > .red {
    border-top: 1px solid #ff3333;
}
.nav > .green {
    border-top: 1px solid #66cc00;
}
.nav > .orange {
    border-top: 1px solid #ff9900;
}


.nav > .blue.current, .nav > .blue:hover, .nav > .blue:focus {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}
.nav > .red.current, .nav > .red:hover, .nav > .red:focus {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}
.nav > .green.current, .nav > .green:hover, .nav > .green:focus {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}
.nav > .orange.current, .nav > .orange:hover, .nav > .orange:focus {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.members > a {
    background: url("../img/members.png") no-repeat scroll 20px center rgba(0, 0, 0, 0);
    padding-left: 70px !important;
    padding-right: 19px !important;
}
.members:hover {
    opacity: 0.7;
}
/*.navbar-collapse.in {
    overflow-x: hidden;
}*/

.aboveNav .search-toggle {
    display: none;
}



@media (max-width: 970px) and (min-width: 767px) {
    .navbar-nav > li > a {
        padding: 10px 8px;
    }

    .members > a {
        background-position: 15px center;
        padding-left: 60px !important;
        padding-right: 8px !important;
    }
}
@media (max-width: 805px) and (min-width: 767px) {
    .members > a {
        background: none;
        padding-left: 8px !important;
    }
}
@media (max-width: 650px) {
    .aboveNav .search-input {
        display: none;
        width: 100%;
        /*max-width: 100%;*/
    }
    .aboveNav .search-submit {
        display: none;
    }
    .aboveNav .search-toggle {
        display: block;
    }
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
    border-top: 1px solid #d1213d;
    border-left: 1px solid #3c3c3c;
    color: #fff;
    line-height: 41px;
    margin: -1px -15px 0 0;
    padding: 0 19px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}


/*.slider-images {
    margin-left: -15px;
}*/
.content.home > .container > .row {
    margin: 0;
    padding: 0;
}
.home-left-section {
    background: none repeat scroll 0 0 #343434;
    color: #ffffff;

    display: table-cell;
    float: none;
    vertical-align: top;
    top: 30px;
}
.home-right-section {
    background: none repeat scroll 0 0 #f5f5fa;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.12);
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    display: table-cell;
    float: none;
}
.white-section {
    background-color: #ffffff;
    /*padding: 0 30px; */
}
.content.home {
    margin-top: 0;
    padding-top: 136px;
    overflow-y: hidden;
}

.content.home.inner {
    padding-top: 110px;
}

#myCarousel {
    margin: 0 -15px;
}
.slider-images img {
    width: 100%;
}

img {
    max-width: 100%;
}

.article-text-and-img td img {
    max-width: none;
}

.slider-images .blueLeft {
    position: absolute;
    top: 9%;
}
.slider-details {
	background: -moz-linear-gradient(top,  rgba(80,80,80,0.8) 0%, rgba(140,140,140,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.8)), color-stop(100%,rgba(140,140,140,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(140,140,140,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(140,140,140,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(140,140,140,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(80,80,80,0.8) 0%,rgba(140,140,140,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc505050', endColorstr='#cc8c8c8c',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    position: absolute;
    padding: 0 30px 10px;
    /*margin: 0 -15px;*/
    color: #fff;
}
.slider-details a {
    color: #fff;
    text-decoration: none;
}
.slider-details h3,
.slider-details p {
    position: relative;
    z-index: 1;
}
.goLeft {
    position: absolute;
    left: 0;
    margin-left: -38px;
    width: 38px;
    height: 70px;
    margin-top: -35px;
    top: 50%;
    background: url(../img/goLeft.png) center no-repeat;
}
.goRight {
    position: absolute;
    right: 0;
    margin-right: -38px;
    width: 38px;
    height: 70px;
    margin-top: -35px;
    top: 50%;
    background: url(../img/goRight.png) center no-repeat;
}
#myCarousel .goLeft {
   margin-top: -27px;
    top: 35%;
}
.goLeft:hover, .goRight:hover {
    opacity: 0.7;
}
.canadianEh {
    position: relative;
    padding: 17px 30px 30px;
    margin: 0 -15px;
    height: 253px;
}
.canadianEh .goRight {
    margin-right: -38px;
    top: 55%;

    /*top: 50%;*/
    /*top: -40%;*/
    /*add top margin*/
    margin-top: -65px;
}

.job-opening .aside-title-container {
    margin: 0 -30px;
}
.job-opening {
    background: none repeat scroll 0 0 #343434;
    color: #ffffff;
    padding: 0 30px 15px;
    margin: 0 -30px;
}
.article-right-section .job-opening .titleRight {
    margin-bottom: 0;
}

.contentTitle {
    background: none repeat scroll 0 0 red;
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    padding: 0 15px;
    line-height: 34px;
    margin: 0;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 2px rgba(33,30,30,.15);
    -moz-box-shadow: 1px 1px 2px rgba(33,30,30,.15);
    box-shadow: 1px 1px 2px rgba(33,30,30,.15);
    font-weight: bold;
}

.blueTitle {
    background: none repeat scroll 0 0 #0066ff;
}
.blueLeft {
    background: url(../img/title-blue-left.png) left top no-repeat transparent;
    margin-left: -10px;
    padding-bottom: 10px;
}
.titleLeft > .contentTitle {
    margin-left: 10px;
}
.titleLeft {
    margin-left: -25px;
}
.slider-images .titleLeft {
    margin-left: -10px;
}

#myCarousel .carousel-indicators, 
#newsCarousel .carousel-indicators {
    bottom: 0;
    right: 15px;
    left: auto;
    width: auto;
    margin: 0;
}

#newsCarousel {
    height: 340px;
}

#newsCarousel .carousel-indicators.slider-slides > li {
    /*background: url(../img/slide.png) center no-repeat;
    width: 8px;
    height: 9px;*/
    background: none;
    display: inline-block;
    cursor: pointer;
    /*padding-right: 10px;*/
    border: none;

    width: 6px; 
    height: 6px; 
    background-color: #d2d2d2; 
    padding-right: 0; 
    margin-right: 2px; 

}
#newsCarousel .carousel-indicators.slider-slides > li.active {
    /*background: url(../img/slide-current.png) center no-repeat;*/
    background-color: #0066ff;
    margin: 1px;
    margin-right: 2px; 
}

#newsCarousel .carousel-indicators {
    right: auto;
    bottom: 23px;
}

.slider-slides > li {
    background: url(../img/slide.png) center no-repeat;
    width: 8px;
    height: 9px;
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
    border: none;
}
.slider-slides > li.active {
    background: url(../img/slide-current.png) center no-repeat;
}

.slider-details > .slider-slides {
    position: absolute;
    top: -33px;
    bottom: -21px;
}
.slider-details .overlay {

    height: 100%;
    left: 0;
    right: 15px;
    position: absolute;
    width: 100%;
}


.slider-details > h3 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    margin-top: 18px;
}
.slider-details > p {
    font-family: "open sans";
    font-size: 14px;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
}

.slider-content {
    font-family: "open sans"; 
    font-size: 14px; 
    line-height: 22px; 
}

.slider-content > h3 {
    color: #0066ff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    /*margin-bottom: 23px;
    margin-top: 37px;*/

    font-family: 'Montserrat', sans-serif; 
    margin-top: 40px; 
    margin-bottom: 22px; 

}
.slider-content > h4 {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    /*line-height: 1.6em;*/

    font-family: 'Montserrat', sans-serif;
    line-height: 24px; 
}
.slider-content > h4 a {
    color: #000;
}
.slider-content > h4 a:hover {
    color: #0066ff;
}
.slider-content > p {
    font-family: "open sans";
    font-size: 14px;
    margin-bottom: 13px;
}
.slider-content .slider-slides > span {
    background: url(../img/slide1.png) center no-repeat;
}
.slider-content .slider-slides > span.selected {
    background: url(../img/slide1current.png) center no-repeat;
}
.slider-content .slider-slides {
    margin-bottom: 15px;
}
.events {
    position: relative;
    background: #ffffff;
    margin-left: 32px;
    margin-right: 21px;
    margin-bottom: 30px;
}

.display-events-submit{
	padding-right: 5px;
}

.evinfo_title {
    font-size: 24px;
}
.home-slider {
    background: url(../img/home1-bk.png) bottom repeat-x;
    padding-bottom: 4px;
}

.titleContainer {
    background-color: #f7f7fa;
    -webkit-box-shadow: inset 0 2px 6px rgba(33,30,30,.1);
    -moz-box-shadow: inset 0 2px 6px rgba(33,30,30,.1);
    box-shadow: inset 0 2px 6px rgba(33,30,30,.1);
    left: 0;
    margin: 0 -15px;
    padding: 10px 15px 1px;
    right: 0;
    width: auto;
}
.home-popular .titleContainer {
    margin-top: -2px;
    margin-bottom: 25px;
}
.home-popular-row {
    padding: 0 20px;
}
.popular-section > h4 {
    color: #00afff;
    font-size: 17px;
    font-weight: bold;
    padding-left: 32px;
    line-height: 21px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.popular-section > h4 a {
    color: #00afff;
}
.home-popular {
    border-bottom: 1px solid #c8c8c8;
    margin-top: 5px;
    /*padding-bottom: 17px;*/
}
.home-popular .home-popular-row:last-child {
    padding-bottom: 17px;
}
.popular-section {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.popular-section > p {
    color: #000000;
    font-family: "open sans";
    font-size: 13px;
}

.icon1 {
    background: url(../img/icon1.png) left center no-repeat;
}
.icon2 {
    background: url(../img/icon2.png) left center no-repeat;
}
.icon3 {
    background: url(../img/icon3.png) left center no-repeat;
}
.icon4 {
    background: url("../img/icon4.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.icon5 {
    background: url(../img/icon5.png) left center no-repeat;
}
.icon6 {
    background: url(../img/icon6.png) left center no-repeat;
}
.icon7 {
    background: url(../img/icon7.png) left center no-repeat;
}
.icon8 {
    background: url(../img/icon8.png) left center no-repeat;
}
.icon9 {
    background: url(../img/icon9.png) left center no-repeat;
}

.orangeTitle {
    background: none repeat scroll 0 0 #ff9900;
}
.greenTitle {
    background: none repeat scroll 0 0 #3be24e;
}
.redTitle {
    background: none repeat scroll 0 0 #ff3333;
}
.greenLeft {
    background: url(../img/title-green-left.png) left top no-repeat transparent;
    margin-left: -25px;
    padding-bottom: 10px;
}
.redLeft {
    background: url(../img/title-red-left.png) left top no-repeat transparent;
    margin-left: -25px;
    padding-bottom: 10px;
}
.orangeLeft {
    background: url(../img/title-orange-left.png) left top no-repeat transparent;
    margin-left: -25px;
    padding-bottom: 10px;
}


.home3-left {
    border-right: 1px solid #c8c8c8;
}
.home3, .memberzone {
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #8c8c8c;
}

.memberzone-top-section h4 {
    color: #3be24e;
}

.memberzone-top-section {
    padding-bottom: 20px;
}

.home3-left > p {
    color: #787878;
    float: left;
    font-family: montserrat;
    font-weight: bold;
    line-height: 34px;
    padding-left: 15px;
    margin-bottom: 33px;
}
.home3-left > .titleLeft {
    display: inline-block;
    float: left;
}
.home3-left > .titleLeft > h2 {
    display: inline-block;
}
.home3-left, .home3-right {
    padding-top: 30px;
}
.home3-left-section {
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    clear: both;
    margin: -1px -15px 0;
    padding: 0 30px;
}

.home3-left-section h3 a {
    color: #ff9900;
}

.memberzone .home3-left {
    border-right: none;
}

.memberzone .home3-left-section h3 {
    display: inline-block;
    width: 100%;
}

.memberzone .home3-left-section h3 a {
    display: block;
    padding: 1em;
    color: #3be24e;
}

.icon-n {
    padding-left: 40px;
}
.icon-n > h3 {
    color: #ff9900;
    font-family: montserrat;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.icon-n > p {
    font-family: "open sans";
    font-size: 14px;
    font-style: italic;
    margin-bottom: 18px;
}

.icon-1 {
    background: url(../img/icon-1.png) left center no-repeat;
}
.icon-2 {
    background: url(../img/icon-2.png) left center no-repeat;
}
.icon-3 {
    background: url(../img/icon-3.png) left center no-repeat;
}
.icon-4 {
    background: url(../img/icon-4.png) left center no-repeat;
}


.member-header > h3 {
    font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 20px;
}
.member-header > p {
    color: #000;
    font-family: "open sans";
    font-size: 13px;
    font-weight: bold;
}
.member-header > p > span {
    color: #3be24e;
    font-style: italic;
    font-weight: normal;
}

.member-header {
    float: left;
}
.member-img {
    border-radius: 115px;
    float: right;
    margin-top: -30px;
}

.home-box,
.home-box:hover {
    color: #ffffff;
    height: 115px; 
    /*margin: 5px 0;*/
    display: table;
    width: 100%;
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.12);
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.home-box:hover div:before {
    content: '';
    position: absolute;
    background-color: black;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.home-box div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-box div .glyphicon {
    font-size: 41px;
}
.home-box div img, 
.home-box div .glyphicon {
    margin: 15px 0;
    z-index: 1;
    position: relative;
}
.home-box div .knowledge-icon {
    width: 58px;
}

.home-box div .news-wire-icon {
    width: 48px;
}

.home-box div .memberzone-icon {
    width: 70px;
}

.home-box div > strong {
    display: block;
    /*z-index: 1;
    position: relative;*/
}

.thin-gutter {
    padding: 0 5px;
}

.no-gutter {
    padding: 0;
}

.full-width {
    margin: 0 -15px;
}

.home-box.blue {
    /*background-color: #0066ff;*/
    border: 1px solid rgba(0,50,255,1); 

    background: rgb(0,100,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(0,100,255,1) 0%, rgba(0,80,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,100,255,1)), color-stop(100%,rgba(0,80,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(0,100,255,1) 0%,rgba(0,80,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(0,100,255,1) 0%,rgba(0,80,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(0,100,255,1) 0%,rgba(0,80,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(0,100,255,1) 0%,rgba(0,80,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ff', endColorstr='#0050ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home-box.orange {
    /*background-color: #ff9900;*/

    border: 1px solid rgba(255,118,0,1); 

    background: rgb(255,153,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,153,0,1) 1%, rgba(255,128,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(255,153,0,1)), color-stop(100%,rgba(255,128,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,153,0,1) 1%,rgba(255,128,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,153,0,1) 1%,rgba(255,128,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,153,0,1) 1%,rgba(255,128,0,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,153,0,1) 1%,rgba(255,128,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff8000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home-box.green {
    background-color: #3be24e;
}

.home-box.darkgreen {
    /*background-color: #118b1f;*/

    border: 1px solid rgba(0,155,0,1); 

    background: rgb(20,195,40); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(20,195,40,1) 0%, rgba(0,175,20,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(20,195,40,1)), color-stop(100%,rgba(0,175,20,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(0,175,20,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(0,175,20,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(0,175,20,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(20,195,40,1) 0%,rgba(0,175,20,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c328', endColorstr='#00af14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home-box.red {
    /*background-color: #ff3333;*/

    border: 1px solid rgba(205,0,0,1);

    background: rgb(255,20,20); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,20,20,1) 0%, rgba(235,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,20,20,1)), color-stop(100%,rgba(235,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,20,20,1) 0%,rgba(235,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,20,20,1) 0%,rgba(235,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,20,20,1) 0%,rgba(235,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,20,20,1) 0%,rgba(235,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1414', endColorstr='#eb0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home3-right > p {
    clear: both;
    color: #000;
    font-family: "open sans";
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    padding: 0 10px;
}

.home3-right {
    padding-bottom: 125px;
    position: relative;
    background-color: #f5f5fa;
    -webkit-box-shadow: inset 0 2px 10px rgba(33,30,30,.1);
    -moz-box-shadow: inset 0 2px 10px rgba(33,30,30,.1);
    box-shadow: inset 0 2px 10px rgba(33,30,30,.1);
}
.memberZone {
    background: none repeat scroll 0 0 #118b1f;
    bottom: 0;
    color: #ffffff;
    font-family: "open sans";
    font-size: 16px;
    font-style: italic;
    margin-left: -15px;
    padding: 27px 10px 26px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 0 12px rgba(0,0,0,.15);
    box-shadow: inset 0 0 12px rgba(0,0,0,.15);
    text-align: center;
}
.joinButton {
    background: none repeat scroll 0 0 #1ad52f;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(33,30,30,.15), inset 0 2px 5px rgba(255,255,255,.5);
    -moz-box-shadow: 0 2px 4px rgba(33,30,30,.15), inset 0 2px 5px rgba(255,255,255,.5);
    box-shadow: 0 2px 4px rgba(33,30,30,.15), inset 0 2px 5px rgba(255,255,255,.5);
    border: solid 1px rgba(8,114,21,.9);
}
.joinButton:hover {
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
}
.member {
    padding: 0 10px;
}
.home4 {
    background: #f5f5fa;
    padding-top: 25px;
}


.events .goLeft {
    position: absolute;
    left: 0;
    margin-left: -30px;
    width: 30px;
    height: 70px;
    margin-top: -27px;
    top: 50%;
    background: url(../img/goLeft1.png) center no-repeat;
}
.events .goRight {
    position: absolute;
    right: 0;
    margin-right: -30px;
    width: 30px;
    height: 70px;
    margin-top: -27px;
    top: 50%;
    background: url(../img/goRight1.png) center no-repeat;
}
.home3-left-section.selected, .home3-left-section:hover {
    background-color: #fafafc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.04);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.04);
    box-shadow: inset 0 0 6px rgba(0,0,0,.04);
    cursor: pointer;
}
.events {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.05);
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    margin-left: 32px;
    margin-right: 21px;
}
.event {
    padding: 29px 30px;
    min-height: 300px;
}
.home4 .titleLeft {
    margin-bottom: 19px;
}
.event > h4 {
    color: #ff3333;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    margin-top: 0;
    padding-right: 5px;
}
.event > a {
    color: #ff0000;
}
.event-location {
    font-family: "open sans";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
.event-date {
    font-family: "open sans";
    font-size: 14px;
    font-style: italic;
}
.event-details {
    font-family: "open sans";
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
}
#eventCarousel .carousel-indicators .event-title {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: initial;
    cursor: pointer;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dcdcdc;
    font-family: "open sans";
    font-size: 13px;
    padding: 12px 7px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#eventCarousel .carousel-indicators .event-title div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#eventCarousel .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin-left: auto;
    text-align: left;
}

.event-title:last-child {
    border: medium none;
}
.home4-right {
    padding: 7px 15px;
    margin-bottom: 30px;
}
#eventCarousel .carousel-indicators {
    position: relative;
}
#eventCarousel .goLeft{
    margin-left: 0;
    left: 10px;
}
#eventCarousel .goRight{
    margin-right: 0;
}
#eventCarousel .goRight{
    margin-right: 0;
}
.event-title > span {
    float: right;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}
.carousel-indicators .event-title.active,
.event-title.current, .event-title:hover {
    color: #ffffff;
    /*font-weight: bold;*/
    background-color: #c42323;
    -webkit-box-shadow: inset 0 0 8px rgba(143,0,30,.3);
    -moz-box-shadow: inset 0 0 8px rgba(143,0,30,.3);
    box-shadow: inset 0 0 8px rgba(143,0,30,.3);
}

.canadianEh > h4 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}
.canadianEh > p {
    font-family: "open sans";
    font-size: 15px;
    position: relative;
}
.aside-title-container {
    background-color: #252525;
    -webkit-box-shadow: inset 0 4px 4px rgba(33,30,30,.1);
    -moz-box-shadow: inset 0 4px 4px rgba(33,30,30,.1);
    box-shadow: inset 0 4px 4px rgba(33,30,30,.1);
    margin: 0 -15px 20px;
    border-bottom: 1px solid #161616;
    border-top: 1px solid #161616;
    padding: 5px 0;
    clear: both;
}
.asideTitle {
    font-family: montserrat;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    padding: 0 30px;
    color: #fff;
}
.asideTitle.greenTitle {
    background: none repeat scroll 0 0 #66cc00;
}










@media (max-width: 1220px) {
    .canadianEh .goRight, .slider-images .goLeft {
        display: none;
    }
}

@media (max-width: 1170px) {
    .slider-details .overlay {
        width: auto;
    }
    .slider-details {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .home3-left, .home4-left {
        width: 55.556%;
    }
    .home3-right, .home4-right {
        width: 44.444%;
    }
    .home3-left-section:last-child {
        border-bottom: medium none;
    }
}
@media (max-width: 992px) {
    .slider-details  {
        width: 100%;
    }
    .slider-images {
        margin-right: -15px;
    }
    .slider-details .overlay {
        right: 0;
    }
    .slider-content > h3 {
        margin-bottom: 18px;
        margin-top: 30px;
    }
    .slider-content .slider-slides {
        margin-bottom: 19px;
        margin-top: 15px;
    }

    .home-popular-row {
        padding: 0;
    }
    .events {
        margin-left: 25px;
        margin-right: 25px;
    }
}


@media (max-width: 767px) {
    .slider-images {
        margin-right: -15px;
    }
    .content.home > .container > .row {
        margin: 0 -15px;
    }
    .content.accelerating-women > .container > .row {
        margin: 0 0 50px;
    }
    .content.accelerating-women .goLeft {
        display: none;
    }
    .content.home {
        margin-top: 0;
        padding-top: 109px;
        overflow-y: visible;
    }
    .slider-details {
        width: 100%;
        right: 0;
    }
    .home3-left > p {
        margin-bottom: 26px;
    }
    .footer-area {
        margin: 0 -15px;
    }

}













/*footer*/

.footer-area {
    /*background: none repeat scroll 0 0 #090909;*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    /*padding-top: 40px;*/
    background: linear-gradient(#1e1e1e, #000000);
}

.footer-1-links {
    display: inline-block;
    padding-left: 15px;
}
.footer-1-links > a {
    display: table;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #b4b4b9;
    margin-bottom: 12px;
}

.footer-area .title {
    color: #e6e6e6;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.footer-area .under-title {
    color: #b4b4b9;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    margin-top: 15px;
}


.footer-area .Email-Subscribe {
    background: none repeat scroll 0 0 #323237;
    border: medium none;
    display: block;
    height: 40px;
    margin-top: 20px;
    width: 102%;
    border-radius: 2px;
    margin-left: -2%;
    padding-left: 19px;
    color: #b4b4b9;
    font-size: 16px;
}
.footer-area .Email-Subscribe-submit {
    background: none repeat scroll 0 0 #0061ff;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-family: montserrat;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(0,102,255,.5);
    -moz-box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(0,102,255,.5);
    box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(0,102,255,.5);
}
.footer-area .Email-Subscribe-submit:hover {
    opacity: 0.75;
}
.footer-area > .row > .col-sm-6 > .col-sm-4{
    border-right: 1px solid #3c3c3c;
    padding-top: 40px;
    min-height: 230px;

}

.footer-area > .row > .col-sm-6 {
    padding-right: 0;

}

.footer-area > .row > .col-sm-6 > .col-sm-8{
    /*border-right: 1px solid #3c3c3c;*/
    padding-top: 40px;
    min-height: 230px;

}

.footer-area > .row > .col-sm-6 > .col-sm-6{
    border-right: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
    padding-top: 40px;
    min-height: 230px;
    margin-left: -1px;
}

.footer-area > .row > .col-sm-6 > .col-sm-6:last-child{
    border-right: none;

}
/*.footer-area > .row > .col-sm-6 > .col-sm-6{*/
/*border-right: 1px solid #3c3c3c;*/
/*padding-top: 40px;*/
/*min-height: 230px;*/
/*}*/

.footer-3-add-red{
    list-style-image: url('../img/add-red.png');
    padding-left: 15px;
}

.footer-3-add-green{
    list-style-image: url('../img/add-green.png');
    padding-left: 15px;
}

.footer-2-email {
    padding-left: 15px;
    margin-right: -5px;
}

.footer-3-connect {
    padding-left: 15px;
}

.footer-3-connect a {
    color: #ffffff;
}
.footer-4-logo {
    padding-left: 15px;
    width: 205px;
}

.footer-last-copyright {
    border-top: 1px solid #3c3c3c;
    padding-top: 28px;
}

.footer-area > .row:last-child {
    padding: 0 15px;
}


.footer-last-copyright-left {
    color: #78787d;
    font-family: open sans;
    font-size: 12px;
    padding-left: 15px;
    margin-top: -5px;
    padding-bottom: 10px;
}

.footer-last-right-links {
    float: right;
    margin-top: 2px;
}

.footer-last-right-links > a {
    color: #b4b4b9;
    font-family: montserrat;
    font-size: 13px;
    padding-left: 20px;
}

.footer-3-connect li {
    color: #b4b4b9;
    font-family: montserrat;
    font-size: 14px;
    padding-bottom: 10px;
}

@media (max-width: 1090px) {
    .footer-4-logo > img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .footer-4-logo > img {
        max-width: 100%;
    }
    .footer-area .Email-Subscribe {
        margin-left: 0;
        width: 100%;
    }
    .footer-area {
        padding-right: 15px;
    }
    .footer-area > .row > .col-sm-6 > .col-sm-4{
        border-right: none;
        border-bottom: 1px solid #3c3c3c;
        padding-bottom: 35px;
    }
    .footer-area > .row > .col-sm-6 > .col-sm-6{
        border-right: none;
        border-bottom: 1px solid #3c3c3c;
    }
    .footer-area > .row > .col-sm-6 > .col-sm-8{
        border-right: none;
        border-bottom: 1px solid #3c3c3c;
    }
    .footer-area > .row > .col-sm-6 {
        margin-left: 1px;
        padding-right: 0;
    }
    .footer-2-email {
        padding-right: 23px;
    }
    .footer-area > .row > .col-sm-6 > .col-sm-6:last-child{
        border: none;
        min-height: 100px;
    }
    .footer-last-copyright {
        border-top: none;
    }
    .footer-last-right-links {
        float: left;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-last-right-links > a {
        padding-left: 15px;
    }
    .footer-last-copyright-left {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.mainFooter {
    margin-top: 30px;
}

.titleLeft > .asideTitle {
    margin-right: 10px;
}
.titleRight {
    margin-right: -25px;
    margin-bottom: -10px;
}
.greenRight {
    background: url(../img/title-green-right.png) right top no-repeat transparent;
    margin-right: -10px;
    padding-bottom: 10px;
}
.redRight {
    background: url(../img/title-red-right.png) right top no-repeat transparent;
    margin-right: -10px;
    padding-bottom: 10px;
}
.blueRight {
    background: url(../img/title-blue-right.png) right top no-repeat transparent;
    margin-right: -10px;
    padding-bottom: 10px;
}
.orangeRight {
    background: url(../img/title-orange-right.png) right top no-repeat transparent;
    margin-right: -10px;
    padding-bottom: 10px;
}

.aside-search-input {
    border: medium none;
    font-family: "open sans";
    font-size: 14px;
    line-height: 20px;
    padding: 6px 38px 6px 15px;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
    -moz-box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
    box-shadow: inset 0 2px 2px rgba(33,30,30,.2);
}
.aside-search {
    position: relative;
    margin-bottom: 40px;
}
.aside-search-submit {
    background: url(../img/search2.png) center no-repeat;
    border: medium none;
    position: absolute;
    right: 0;
    width: 38px;
    height: 32px;
    top: 0;
}
.takeAction > h4 {
    color: #ff9900;
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.takeAction > p, 
.takeAction a,
.takeAction a:hover {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
    display: block;
}

.takeAction a,
.takeAction a:hover {
    padding-left: 0px;
}
.aside-button {
    float: right;
    margin-bottom: 40px;
    border-radius: 2px;
    background-color: #2d2d2d;
    -webkit-box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(33,30,30,.3);
    -moz-box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(33,30,30,.3);
    box-shadow: 0 2px 2px rgba(33,30,30,.15), inset 0 2px 6px rgba(33,30,30,.3);
    border: solid 1px rgba(20,20,20,.9);
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 15px;
    margin-top: 5px;
}
.aside-button:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.aside-video {
    margin-bottom: 40px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    display: inline-block;
    margin-left: 15px;
}
.aside-section > h4.blue > a:hover,
.aside-section > h4.blue > a {
    /*color: #0066ff;*/

    color: #00afff;
}
.aside-section h4 {
    font-family: "open sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 21px;
}
.aside-section {
    border-bottom: 1px solid #191919;
    margin: 0 -15px;
    padding: 0 20px 17px;
}
.aside-section > p {
    font-family: "open sans";
    font-size: 13px;
    font-style: italic;
}
.aside-button.more {
    clear: both;
    margin-top: 25px;
    padding: 0 32px;
}

.memberzone-section ul {
    list-style-type: none;
    padding-left: 20px;
}

.memberzone-section ul ul ul {
    padding-left: 10px;
}

.memberzone-section > ul {
    padding: 0;
}

.memberzone-section ul li a {
    display: block;
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid #3c3c3c;
    text-decoration: none;
}

.memberzone-section ul ul ul li a {
    font-style: italic;
    font-size: 0.9em;
}

.memberzone-section ul li a:hover {
    border-color: #ffffff;
}
.content {
    position: relative;
}
.social {
    position: fixed;
    right: 20px;
}
.social > a {
    display: block;
    margin-bottom: 4px;
}
.social > a:hover {
    opacity: 0.7;
}
.slider-images a {
    display: block;
}
.slider-images .goLeft {
    top: 57%;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.canadianEh .overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #008aff;
    background-image: -webkit-linear-gradient(left, #0046e6, #008aff);
    background-image: -moz-linear-gradient(left, #0046e6, #008aff);
    background-image: -o-linear-gradient(left, #0046e6, #008aff);
    background-image: linear-gradient(to right, #0046e6, #008aff);
    opacity: 0.77;
}







@media (max-width: 1350px) {
    .social {
        display: none;
    }
}
@media (min-width: 992px) {
    .aside-button.more {
        margin-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .home-left-section {
        margin-top: 0;
    }
    .mainFooter {
        margin-top: 0;
    }
    .footer-3-connect {
        padding-bottom: 20px;
    }
    .footer-last-copyright {
        padding-top: 23px;
    }
}


.canadianEh {
    background: url(../img/canadian-eh.jpg) center right no-repeat;
    background-size: cover;
}






/*inner*/
.inner-left-section {
    padding-top: 32px;
    border-right: 1px solid #dcdcdc;
    background: none repeat scroll 0 0 #ffffff;
    /*-webkit-box-shadow: 0 0 12px rgba(0,0,0,.12);*/
    /*-moz-box-shadow: 0 0 12px rgba(0,0,0,.12);*/
}
.article-right-section {
    padding-top: 40px;
    padding: 40px 30px 0;
    /*background: url(../img/inner-aside-bk.jpg) bottom repeat-x #ffffff;*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 38%, #ebebf0 43%, #ebebf0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(38%,#ffffff), color-stop(43%,#ebebf0), color-stop(100%,#ebebf0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#ebebf0 43%,#ebebf0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#ebebf0 43%,#ebebf0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#ebebf0 43%,#ebebf0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 38%,#ebebf0 43%,#ebebf0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebf0',GradientType=0 ); /* IE6-9 */
}


.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    font-family: montserrat;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -5px;
}
.article-titleLeft-blueLeft {
    display: inline-block;
    margin-top: -10px;
}

.breadcrumb a {
    color: #8c8c91;
}
.breadcrumb > .active > a {
    color: #0066ff;
    font-weight: bold;
}

.article-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    padding-top: 9px;
    font-weight: 800;
    color: #000000;
    line-height: 1.1em;
    padding-bottom: 7px;
    margin-top: 0;
}

.article-subheading {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #8c8c91;
}

.article-content {
    padding: 0 30px 15px;
}

.under-article-title-line {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 -15px 12px;
    padding-top: 0;
}

.article-under-title-text {
    color: #8c8c91;
    font-family: open sans;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

.article-under-title{
    padding-bottom: 40px;
}
.article-writer-name {
    color: #0066ff;
}
.article-date {
    font-weight: normal;
}

.article-under-title-social {
    display: inline-block;
    float: right;
}
.article-under-title-social > a > img {
    margin-left: 10px;
}

.article-text-and-img {
    color: #000000;
    font-family: "open sans";
    font-size: 16px;
}

.article-text-and-img .row {
    padding: 25px 0 15px;
    /* marc: removed for overriding default bootstrap styles 
    border-bottom: 1px solid #efefef; */
}

.article-text-and-img .memberzone {
    padding: 0;
    margin-top: -12px;
    margin-bottom: 25px;
}

.article-text-first-section {
    font-size: 20px;
    font-weight: bold;
}


.italic {
    font-style: italic;
}
.article-text-and-img > ol {
    padding-left: 30px;
}
.article-text-and-img > ol > li {
    padding-bottom: 7px;
}

.article-right-img {
    float: right;
    margin-left: 45px;
    width: 44%;
    min-height: 400px;
}

.under-article-text-and-img {
    margin: 0 -45px;
}

.article-comments-background{
    /*background: linear-gradient(#f4f4f6, #fafafc);*/
    margin: 0 -45px;
    background-color: #fafafc;
    -webkit-box-shadow: inset 0 2px 6px rgba(33,29,30,.04);
    -moz-box-shadow: inset 0 2px 6px rgba(33,29,30,.04);
    box-shadow: inset 0 2px 6px rgba(33,29,30,.04);
    padding-bottom: 15px;
}

.article-comments{
    margin: 0 45px;
    padding-top: 25px;
}


.post-a-comment {
    color: #828287;
    font-family: montserrat;
    font-size: 14px;
    margin-bottom: 7px;
}
.comments-numer > p {
    color: #000000;
    display: inline;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.article-comments-first-section-right {
    display: inline;
    float: right;
    font-family: open sans;
    font-size: 13px;
    margin-top: 35px;
}
.article-comments-first-section-right > img {
    display: inline;
    margin: -5px 5px 0 5px;
    margin-right: 5px;
    margin-top: -5px;
}
.article-Favourites-number {
    display: inline;
    color: #0066ff;
}
.article-shares-number {
    display: inline;
    color: #828287;
}


.article-comments-first-section-left {
    float: left;
}
.article-comments-submit-new {
    display: block;
    padding-top: 25px;
    position: relative;
    padding-bottom: 90px;
}
.article-comments-first-section {
    display: block;
}

.under-article-title-line-gray {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 -15px 0px;
    padding-top: 65px;
}
.under-article-title-line-white {
    border-bottom: 1px solid #FFFFFF;
    margin: 0 -15px 12px;
    padding-top: 0;
}

.article-comments-submit-input {
    border: medium none;
    float: right;
    height: 45px;
    padding-left: 35px;
    width: 95%;
    color: #000000;
    font-family: "open sans";
    font-size: 16px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0,1,1,.04);
    -moz-box-shadow: 1px 1px 4px rgba(0,1,1,.04);
    box-shadow: 1px 1px 4px rgba(0,1,1,.04);
}
.article-comments-submit-new > img {
    position: absolute;
    left: 0px;
    top: 18px;
    border-radius: 100px;
}

.article-comments-submit-button {
    position: absolute;
    right: 25px;
    top: 40px;
    color: #0066ff;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
}


.article-comments-single-comment {
    color: #000;
    font-family: open sans;
    font-size: 14px;
    position: relative;
    padding-bottom: 15px;
}
.comment-owner {
    color: #0066ff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.comment-owner-date {
    color: #a0a0a5;
    font-weight: normal;
}
.reply-share {
    color: #a0a0a5;
    font-size: 13px;
    display: inline-block;
}
.article-comments-single-comment > img {
    position: absolute;
    top: -6px;
    border-radius: 100px;
}

.article-comments-single-comment > p {
    padding-left: 70px;
}

.article-author-section > a {
    color: #0066ff;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
}
.article-author-section > div > img {
    float: right;
    /*margin-top: -80px;*/
    border-radius: 100px;
    display: inline-block;
    text-align: right;
    /*max-width: 40%;*/
    max-width: 75px;
}
.article-author-section h3 {
    color: #000000;
    font-family: open sans;
    font-size: 20px;
    font-weight: 800;
    padding-top: 7px;
    padding-bottom: 3px;
}

.article-author-section p {
    color: #000000;
    font-family: open sans;
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
}

.article-author-section .col-xs-12, .article-author-section .col-sm-6 {
    padding: 0;
}

.author-links > a {
    color: #8c8c91;
    font-family: montserrat;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.author-links-social {
    float: right;
}

.author-links-social > a {
    padding-left: 10px;
}
.author-links {
    padding-bottom: 50px;
    padding-top: 20px;
}

.article-author-section .author-name {
    color: #000000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 800;
    padding-top: 7px;
    padding-bottom: 3px;
    margin: 0;
}

.under-article-title-line-right-menu{
    margin: 0 -30px;
    padding-top: 0;
}

.article-right-2nd-section-background{
    margin: 0 -30px;
    /*background: linear-gradient(#f4f4f6, #fafafc);*/
    background-color: #fafafc;
    -webkit-box-shadow: inset 0 4px 4px rgba(0,1,1,.04);
    -moz-box-shadow: inset 0 4px 4px rgba(0,1,1,.04);
    box-shadow: inset 0 4px 4px rgba(0,1,1,.04);
}

.article-right-2nd-section {
    margin: 0 30px;
    padding-top: 30px;
    font-family: open sans;
    padding-bottom: 30px;
}
.article-right-2nd-section .title {
    color: #ff3333;
    font-size: 22px;
    font-weight: 800;
}
.article-right-2nd-section .text {
    color: #000;
    font-size: 14px;
}

.article-right-3ed-section-background{
    margin: 0 -30px;
    background: linear-gradient(#ebebf0, #ebebf0);
    padding-top: 30px;
}


.article-right-3ed-section{
    margin: 0 15px;
    min-height: 360px;
    padding-bottom: 30px;
}

.article-right-4th-section-background{
    margin: 0 -30px;
    background: linear-gradient(#ebebf0, #ebebf0);
    padding-top: 30px;
}

.article-right-4th-section{
    margin: 0 30px;
    padding-bottom: 25px;
}

/*.blueRight {*/
    /*background: url(../img/title-blue-right.png) right top no-repeat transparent;*/
    /*margin-left: 10px;*/
    /*padding-bottom: 10px;*/
    /*width: 100%;*/
    /*margin-right: 5px;*/
    /*padding-left: 10px;*/
/*}*/

/*.blueRight > .contentTitle {*/
    /*padding-right: 85px;*/
/*}*/

/*.blueRight-holder {*/
    /*margin-left: -20px;*/
    /*padding-bottom: 22px;*/
/*}*/

/*.blueRight > .article-tags-blue {*/
    /*padding-right: 64%;*/
/*}*/


.single-3ed-post > img {
    float: left;
    margin-right: 10px;
    left: 0;
    top: 0;
}
.single-3ed-post {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #0066ff;
    margin-bottom: 15px;
    min-height: 71px;
    position: relative;
}
.single-3ed-post > p {
    color: #000000;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    padding-top: 7px;
    margin-bottom: 0px;
    padding-right: 5px;
    margin-left: 90px;
}

.article-right-3ed-section > .more-link {
    //background: linear-gradient(#b9b9bd,#b0b0b4);
    color: #fff;
    float: right;
    font-family: montserrat;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 2px;
    background-color: #c3c3c8;
    -webkit-box-shadow: inset 0 2px 4px rgba(33,30,30,.15);
    -moz-box-shadow: inset 0 2px 4px rgba(33,30,30,.15);
    box-shadow: inset 0 2px 4px rgba(33,30,30,.15);
    border: solid 1px rgba(140,140,145,.9);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
    background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
}


.article-tag {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #0066ff;
    color: #000000;
    display: inline-block;
    font-family: open sans;
    font-size: 13px;
    margin-right: 4px;
    padding: 5px 15px;
    margin-bottom: 10px;
}


.inner .contentTitle {
    font-size: 16px;
}
.article-right-img > p {
    font-family: "open sans";
    font-size: 13px;
    padding-top: 15px;
    font-style: italic;
    font-weight: 300;
}
.article-text-p > a {
    color: #0066ff;
}
/*.article-text-and-img > ol > li {
    font-weight: 300;
}*/
.article-text-and-img > ol > li > p {
    font-weight: normal;
}
.article-text-and-img p {
    margin-bottom: 20px;
}
.article-under-title-social > a > img:hover {
    opacity: 0.5;
}
.author-links-social > a:hover {
    opacity: 0.7;
}
.author-links > a:hover {
    cursor: default;
    text-decoration: none;
}
.article-right-section .titleRight {
    margin-bottom: 25px;
}
.article-right-3ed-section > a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.inner > .container > .row {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.12);
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}

@media (max-width: 992px) {
    .article-content {
        padding: 0 5px;
    }
    .article-text-and-img > ol {
        padding-left: 15px;
    }
    .article-comments-background {
        margin: 0 -20px;
    }
    .article-comments {
        margin: 0 20px;
    }
    .under-article-title-line-gray {
        margin: 0;
    }
    .article-right-2nd-section {
        margin: 0 20px;
    }
    .under-article-title-line-gray {
        margin: 0 -31px;
    }
    .article-comments-background {
        padding-bottom: 20px;
    }
    .breadcrumb {
        clear: both;
        display: block;
        float: none;
        padding-left: 5px;
        position: relative;
    }
    .article-under-title-social > a > img {
        margin-left: 3px;
    }
    .article-under-title-text {
        display: inline-block;
        margin-bottom: 10px;
    }
    .article-under-title-social {
        padding-left: 5px;
    }
    .article-right-img {
        float: none;
        margin: 0 0 35px;
        min-height: 0;
        width: 100%;
    }
    .article-comments-submit-input {
        padding-left: 45px;
    }
}
.article-tag:hover {
    color: #000;
    opacity: 0.7;
    text-decoration: none;
}
@media (max-width: 430px) {
    .slider-details > h3 {
        font-size: 15px;
    }
    .slider-details > p {
        font-size: 12px;
    }
    .slider-details > .slider-slides {
        top: -25px;
    }
}

/** canadaone added **/

.article-image {
float: right;
border: 1px solid #666;
margin: 0 0px 10px 16px;
}

.inner-left-section
{
    float: none;
    display: table-cell;
    vertical-align: top;
}

.article-right-section
{
    float: none;
    display: table-cell;
    vertical-align: top;
}

.as-table
{
    display:table;
}

.row.as-table
{
    width: 100%;
}

.ezine-media
{
    max-width: 100%;
    max-height:120px;
    overflow: hidden;
    display: block;
}
.ezine-media img {
    margin: 0 auto;
}
.custom-article .media-body
{
    min-width: 200px;
}

/*accelerating women*/
.accelerating-women .content-section {
    font-family: 'Open Sans';
}
.accelerating-women .content-section p {
    margin-bottom: 20px;
}
.accelerating-women #app-container .form-inline {
    display: none;

}
.accelerating-women .events {
    background-color: transparent;
    box-shadow: none;
}
.accelerating-women blockquote {
    border-left: none;
    padding: 25px 45px 10px;
    background-color: #988538;
    /*font-size: 18px;
    line-height: 28px;*/
    color: #ffffff;
    font-style: italic;
    border-radius: 20px;
    position: relative;
    margin-bottom: 50px;
    /*margin-top: 15px;*/
}
.accelerating-women blockquote p {
    font-size: inherit;
}
.accelerating-women blockquote::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50px;
    border-left: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: #988538 30px solid;
}
.customRed {
    background: none repeat scroll 0 0 #cb1f40;
}
.accelerating-women-bottom-nav {
    background-color: #988538;
    padding: 15px 45px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.accelerating-women-bottom-nav p {
    font-size: 32px;
    color: #ffffff;
    line-height: 65px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.accelerating-women-bottom-nav a {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    display: block;
    border: 2px solid #ffffff;
    padding: 15px;
    border-radius: 5px;
}
.memberzone-section .accelerating-women-menu li a {
    border-bottom-color: #252525;
}
.memberzone-section .accelerating-women-menu li .active {
    color: #3be24e;
}
.accelerating-women .caption {
    position: absolute;
    z-index: 10;
    bottom: -25px;
    font-size: 30px;
    color: #ffffff;
}
.caption p {
    float: left;
    background-color: rgba(203, 31, 64, 0.94);
    margin: 0;
    padding: 5px 55px;
}
.caption p:last-of-type {
    font-size: 14px;
    background-color: rgba(152, 133, 56, 0.95);
    padding: 15px 55px;
    clear: both;
}

.inside.accelerating-women .caption p:last-of-type {
    padding: 7px 55px;
    font-size: 26px;
}


.highlight-section {
    background: #ffffff;
    border-bottom: 1px solid #c8c8c8;
}
.donor-section {
    background-color: #ffffff;
    margin: 15px -15px 0;
    padding: 15px 55px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
}
.donor-section hr {
    clear: both;
}
.donor-section .h3 {
    text-transform: uppercase;
    display: inline-block;
    background-color: #988538;
    position: relative;
    left: -55px;
    top: -15px;
    font-size: 18px;
    padding: 15px 15px 15px 55px;
    color: #ffffff;
    font-weight: bold;
}
.donor-section img {
    margin: 20px 0;
}
.donor-section .clearfix.visible-sm,
.donor-section .clearfix.visible-md,
.donor-section .clearfix.visible-lg {
    border-bottom: 1px solid #eeeeee;
}
.accelerating-women .highlight-section .col-sm-12 {
    padding: 50px 55px;
}
.accelerating-women .content-section .col-sm-12 {
    padding: 25px 55px;
}
.row-padding {
    padding: 0 35px;
}
.featured-box {
    text-align: center;
    position: relative;
    display: block;
    padding: 0 0 35px;
}

.featured-box img {
    border-radius: 5px;
    border-bottom: 3px solid;
    width: 100%;
    box-shadow: 0 2px 10px rgba(33,30,30,.1);
    border-color: #cb1f40;
}
.featured-box .btn-default {
    background-color: #cb1f40;
    color: #ffffff;
    border: transparent;
    border-radius: 15px;
}

.row-padding .col-sm-6:last-child .featured-box img {
    border-color: #988538;
}
.row-padding .col-sm-6:last-child .featured-box .btn {
    background-color: #988538;
}


.featured-box > span {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    right: 0;
    left: 0;
    top: 75%;
    display: inline-block;
    margin-top: -1em;
    text-align: center;
}
.featured-box .btn {
    
}

.featured-box > span:first-of-type {
    top: 50%;
    margin-top: -2em;
    font-size: 32px;
}

@media (max-width: 650px) {
    .accelerating-women #aCarousel .caption {
        position: relative;
        bottom: auto;
        background-color: #ffffff;
        overflow: hidden;
    }

    /*accelerating women moble*/
    .accelerating-women .highlight-section .col-sm-12 {
        padding: 50px 25px;
    }
    .accelerating-women .content-section .col-sm-12 {
        padding: 25px;
    }
    .accelerating-women #aCarousel .caption p {
        padding: 5px 25px;
    }
    .donor-section .h3 {
        padding: 15px 15px 15px 25px;
    }
    .row-padding {
        padding: 0 10px;
    }
    .accelerating-women blockquote {
        padding: 25px 25px 10px;
    }
    .accelerating-women-bottom-nav {
        padding: 15px 5px;
    }
    .accelerating-women-bottom-nav a {
        font-size: 15px;
        line-height: 15px;
        padding: 5px;
    }
    .accelerating-women-bottom-nav p {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width: 767px) {

    .custom-article .media-body, .custom-article .pull-left
    {
        display:block;
        float:none !important;
    }
    .as-table {
        display: block;
    }

    .home-right-section {
        display: block;
    }

    .home-left-section {
        display: block;
    }

    .inner-left-section
    {
        display: block;
    }

    .article-right-section
    {
        display: block;
    }

    .home-right-section {
        display: block;
    }

    .home-left-section {
        display: block;
    }

    .blueRight, 
    .greenRight, 
    .orangeRight, 
    .redRight {
        background: none;
        margin-right: 0;
    }

    #newsCarousel {
        height: 250px;
    }
}

/** MENU HOVERING **/
#mainmenu li > ul.dropdown-menu {
    border-radius: 0px;
    left: -1px;
}
.dropdown-menu > li {
    border-bottom: 1px solid transparent;
}
/*.dropdown-menu > li a::before {
    content: '';
    width: 5px;
    height: 2px;
    background-color: inherit;
    display: block;
    position: absolute;
    top: -1px;
    left: 20px;
}
.dropdown-menu > li:last-of-type {
    border-bottom: none;
}*/
.dropdown-menu > li > a {
    color: #ffffff;
    background-color: #030303;
    white-space: normal;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 8px 20px; 
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a {
    background-color: #0029ff;
    background-image: -webkit-linear-gradient(top, #0029ff, #0066ff);
    background-image: -moz-linear-gradient(top, #0029ff, #0066ff);
    background-image: -o-linear-gradient(top, #0029ff, #0066ff);
    background-image: linear-gradient(to bottom, #0029ff, #0066ff);
}

#mainmenu li:hover > ul.dropdown-menu {
    display: block; 
    padding: 0;
    background-color: #3c3c3c;
    width: 200px;
    margin-top: -1px;
}

#mainmenu li {
    position: relative;
    /*text-transform: uppercase;*/
}

#mainmenu li .dropdown-menu li > .dropdown-menu {
    left: 100%;
    top: -1px;
    margin: 0;
}

#mainmenu li .dropdown-menu li > .dropdown-menu li:first-of-type a::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: inherit;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}

@media (max-width: 768px) {
    .nav {
        width: 100%;
    }
    .dropdown-menu {
        float: none;
        position: relative;
    }

    #mainmenu li:hover > ul.dropdown-menu  {
        width: auto;
    }

    #mainmenu li .dropdown-menu li > .dropdown-menu {
        left: auto;
        top: auto;
    }
    #mainmenu li .dropdown-menu li > .dropdown-menu a {
        padding-left: 30px;
    }

    .dropdown-menu > li a::before {
        content: none;
    }

    #mainmenu li .dropdown-menu li > .dropdown-menu li:first-of-type a::before {
        content: none;
    }

    .dropdown-menu > li {
        border-bottom: 1px solid #3c3c3c;
    }
}

/** business search styles **/
#business-search-form {
background: url('/assets/canadaone/images1/business_search_area_bg.jpg') no-repeat;
color: white;
/*width: 636px;*/
background-size: cover;
height: 313px;
padding: 20px;
}
.btn-findbusiness {
background: rgb(255,51,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,51,51,1) 0%, rgba(143,2,34,1) 75%, rgba(143,2,34,1) 75%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,51,51,1)), color-stop(75%,rgba(143,2,34,1)), color-stop(75%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 75%,rgba(143,2,34,1) 75%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 75%,rgba(143,2,34,1) 75%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 75%,rgba(143,2,34,1) 75%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 75%,rgba(143,2,34,1) 75%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
color: white;
font-weight: bold;
border: none;
font-size: 1.1em;
border-radius: 16px;
padding: 6px 32px;
}
.btn-findbusiness:hover, .btn-findbusiness:focus {
color: white;
outline: none;
background: rgb(255,51,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,51,51,1) 0%, rgba(143,2,34,1) 94%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,51,51,1)), color-stop(94%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 94%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 94%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 94%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,51,51,1) 0%,rgba(143,2,34,1) 94%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.help-block {
    font-size: 13px;
}

.register-link,
.register-link:hover {
    text-decoration: none;
}

.register-button {
    width: 100%;
    height: 90px; 
    padding: 20px;
    border-radius: 12px; 
    background: rgb(20,195,40); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(20,195,40,1) 0%, rgba(11,172,23,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(20,195,40,1)), color-stop(100%,rgba(11,172,23,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(11,172,23,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(11,172,23,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(20,195,40,1) 0%,rgba(11,172,23,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(20,195,40,1) 0%,rgba(11,172,23,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c328', endColorstr='#0bac17',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.register-button .register-badge {
    width: 110px; 
    height: 110px; 
    top: -10px;
    right: 30px;
    position: absolute;
    background: url(../img/canadaone_register.png) center no-repeat;
    background-size: cover;
}
.register-button p {
    font-family: 'montserrat'; 
    font-size: 14px; 
    line-height: 14px; 
    color: #fff;
    margin-bottom: 10px;
    max-width: 180px;
}
.register-button .lrg-txt {
    font-weight: bold;
    font-size: 18px; 
    line-height: 24px; 
}

#header_banner {
    padding-bottom: 15px;
}

#header_banner > div {
    margin: 0 auto;
}

#vote_banner {
    padding: 30px 0;
	width: 300px;
    margin: 0 -30px 0 -30px;
    position: relative;
}

#vote_banner .memberZone {
    position: relative;
    margin-left: 0;
    margin-top: 10px;
}

#vote_banner .joinButton {
    color: #fff;
}

#ad_greenRight {
    margin-bottom: 0;
}

#vote_banner.green_vote_banner {
    padding: 0;
}


h1 span#video_heading{
    background:url(../images1/video_bg.jpg) no-repeat right center;
    padding:5px 50px 4px 16px;
    line-height:150%;
    }
#video_outer{
    width:648px;
    overflow:hidden;
    }
    
.video_cell{
    float:left;
    /*background:url(../images1/video_outer.jpg) no-repeat 0 0;*/
    /*width:123px;*/
    /*height:107px;*/
    width:129px;
    padding:6px 6px 36px 6px;
    }
    
.video{
    width:117px;
    height:78px;
    }
    
.video_title{
    /*width:127px;
    height:23px;*/
    padding:6px 0;
    text-align:center;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#fff;
    background: rgb(86,86,86); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(49,49,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(49,49,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(49,49,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(49,49,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(49,49,49,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(49,49,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    
.video_title a:link, .video_title a:visited{
    text-decoration:none;
    color:#fff;
    }
    
.video_title a:hover{
    text-decoration:underline;
    }

/*bootstrap fix*/
.modal-backdrop {
    z-index: 0;
}

/*form*/
label.required::after {
    content: '*';
}
/*end of form*/

    /*popup*/
    #offerModal .banner-section {
        background-image: url('/assets/canadaone/img/canadaone_popup.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 450px;
    }

    #offerModal .info-container {
        background-color: #049746;
    }

    #offerModal .banner-section h1 {
        margin: 0;
        color: #ffffff;
        font-size: 50px;
        font-family: 'Montserrat', sans-serif;
        padding: 50px 0 0 25px;
    }

    #offerModal .banner-section h2 {
        margin: 0;
        color: #ffffff;
        font-size: 25px;
        font-family: 'Montserrat', sans-serif;
        padding: 15px 0 0 25px;
    }

    #offerModal .banner-section p {
        font-family: 'Montserrat', sans-serif; 
        color: #fff;
        font-size: 18px; 
        line-height: 25px; 
        padding: 15px 0 0 25px;
    }

    #offerModal .banner-section > div span {
        /*color: #fff;
        position: relative;
        display: inline-block;
        padding: 0.2em 0.25em 0.05em;
        font-size: 0.55em;
        top: -0.4em;*/

        position: relative;
        display: inline-block;
        padding: 0.5em;
        font-size: 0.7em;
        /*top: -0.4em;*/

    }

    #offerModal .banner-section > div .highlight {
        color: #F8EC31;
        font-size: 1em;
        padding: 0;
        display: inline;
    }

    #offerModal .banner-section > div span::before {
        content: "";
        border: 4px solid #fff;
        border-radius: 50%;
        display: block;
        position: absolute;
        padding-top: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0.2em 0;
        text-align: center;
    }

    #offerModal .banner-section > div .highlight:before {
        content: none;
    }

    #offerModal .modal-body {
        padding: 0;
    }

    #offerModal .modal-join-section {
        background-color: #09313D;
        color: #ffffff;
    }

    #offerModal .modal-join-section > div:first-of-type {
        background-color: #042630;
        margin-left: -15px;
        padding: 15px;
        text-align: center;
    }

    #offerModal .modal-join-section > div:first-of-type p {
        font-family: 'Montserrat'; 
        font-size: 30px; 
        color: #f7941e; 
        display: block;
    }

    #offerModal .modal-join-section > div:first-of-type span {
        font-family: 'Montserrat'; 
        font-size: 26px; 
        color: #fff;
    }

    #offerModal .modal-join-section > div > div > div {
        font-family: 'Open Sans'; 
        font-size: 18px; 
        color: #00b74f; 
        line-height: 22px; 
        text-align: center;
        padding: 20px 0;
    }

    #offerModal .modal-join-section > div > div > div > span {
        color: #ffffff;
    }

    #offerModal .btn-popup {
        font-family: 'Montserrat'; 
        font-size: 24px; 
        color: #fff; 
        letter-spacing: -1px; 
        background: rgb(253,162,0); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(253,162,0,1) 0%, rgba(255,109,42,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,162,0,1)), color-stop(100%,rgba(255,109,42,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(253,162,0,1) 0%,rgba(255,109,42,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(253,162,0,1) 0%,rgba(255,109,42,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(253,162,0,1) 0%,rgba(255,109,42,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(253,162,0,1) 0%,rgba(255,109,42,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda200', endColorstr='#ff6d2a',GradientType=0 ); /* IE6-9 */
        
        margin: 15px auto;
        text-align: center;
        border: none;
        border-bottom: 4px solid #B43B32;
        display: block;
    }

    #offerModal .modal-content {
        border-radius: 0;
        border: 3px solid #ffffff;
    }

    #offerModal .close {
        z-index: 1;
        position: relative;
        color: #ffffff;
        text-shadow: none;
        opacity: 0.5;
        background-color: #000000;
        display: block;
        padding: 5px 10px;
    }

@media screen and (min-width: 768px) {
    #offerModal .modal-dialog {
        width: 750px;
    }
}
@media screen and (max-width: 768px) {
    #offerModal .modal-join-section > div:first-of-type {
        margin: 0 -15px;
    }
}

@media screen and (min-width: 768px) {
    #quebecAdModal .modal-dialog {
        width: 362px;
    }
}

/*popup*/


/*************************************************************************
                                 RESPONSIVE ADS
*************************************************************************/
@media screen and (max-width: 728px) {
    #div-gpt-ad-zone1 {
        display: none;
    }
}

@media screen and (min-width: 728px) {
    #div-gpt-ad-zone2 {
        display: none;
    }
}

/*************************************************************************
                                 Bottom Banner
*************************************************************************/
@media (max-width: 768px) {
    .bg-white.container.bottom {
        margin-bottom: 20px;
    }
}

@media (min-width: 650px) {
    #bottom-banner {
        overflow: visible;
        display: flex;
    }
}

@media (max-width: 1200px) {
    #bottom-banner h2 {
        font-size: 22px;
    }

    #bottom-banner h3 {
        font-size: 18px;
    }
}

#bottom-banner {
    margin: 0;
}

.bg-white.container.bottom {
    margin-top: 20px;
    padding: 0 0 20px 0;
}

#bottom-banner a {
    color: #000;
}

.bottom-banner-content {
    padding: 20px 0 20px 20px;
    border-left: 5px solid #a8152c;
}

#bottom-banner #bdc-logo {
    width: 50%;
}

#bottom-banner .bottom-banner-row {
    display: flex;
}

#bottom-banner .bottom-banner-row .col-xs-7 {
    display: flex;
    align-items: flex-end;
}

#bottom-banner h3 {
    margin: 0;
}

#bottom-banner h2 {
    margin-top: 0;
}

.bg-grey {
    background: #ebebf0;
}

.bg-white {
    background: #fff;
}

#bottom-banner .bottom-banner-image-container {
    padding: 0;
}

p.advertorial {
    margin: 3px 5px 0 0;
    text-align: right;
    color: #707070;
    font-size: 12px;
}

#bdc_facebook {
    margin-bottom: 20px;
}

#bdc_sidebar {
    text-align: center;
}

.calculator-box {
    border: 1px solid #ddd;
}