﻿
/*------    Grid CSS     ------*/
body {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Raleway",sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body::before, body::after {
    content: "";
    display: table;
}
body::after {
    clear: both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
    font-family: "CircularStd-Book";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/circularStd/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/circularStd/CircularStd-Book.ttf") format("truetype"), url("../fonts/circularStd/CircularStd-Book.woff") format("woff"), url("../fonts/circularStd/CircularStd-Book.svg#typicons") format("svg");
}

.container {
    margin: 0 auto;
    width: 1100px;
}
@media screen and (max-width: 1100px) {
    .container {
        width: 100%;
    }
}

.column_divide_1 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 100%;
}
.column_divide_2 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 50%;
}
.column_divide_2 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 50%;
}
.column_divide_3 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 33.3333%;
}
.column_divide_4 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 25%;
}
.column_divide_6 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 16.6667%;
}
.column_divide_12 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 8.33333%;
}
.column_1 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 8.33333%;
}
.column_2 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 16.6667%;
}
.column_3 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 25%;
}
.column_4 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 33.3333%;
}
.column_5 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 41.6667%;
}
.column_6 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 50%;
}
.column_7 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 58.3333%;
}
.column_8 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 66.6667%;
}
.column_9 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 75%;
}
.column_10 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 83.3333%;
}
.column_11 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 91.6667%;
}
.column_12 {
    display: inline;
    float: left;
    margin: 0 0;
    width: 100%;
}
.column_1, .column_2, .column_3, .column_4, .column_5, .column_6, .column_7, .column_8, .column_9, .column_10, .column_11, .column_12 {
    margin: 0;
}

@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 700px) {
    .column_1, .column_2, .column_3, .column_4, .column_5, .column_6, .column_7, .column_8, .column_9, .column_10, .column_11, .column_12 {
        display: inline;
        float: left;
        margin: 0 0;
        width: 100%;
    }
}

:focus {
    outline: 0 none;
}
body {
    background: none repeat scroll 0 0 white;
    color: #323236;
    line-height: 1.2;
}
ul li {
    font-size: 16px;
    line-height: 25px;
}
img {
    border: medium none;
    outline: 0 none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
header {
    display: block;
    float: left;
    margin: 0 0;
    width: 100%;
}

h1 {
    font-size: 22px;
    font-weight: 700;
}
h2 {
    font-size: 18px;
    font-weight: 700;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}
h4 {
    font-size: 14px;
    font-weight: 700;
}

a {
    color: #f4901d;
    text-decoration: none;
}
p {
    color: #323236;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

.orange {
    background: none repeat scroll 0 0 #f4901d;
}
.grey_bg {
    background: #efefef;
}

.clearfix {
    clear: both;
    width: 100%;
}

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.lg_show {
    display: inline-block;
}
.md_show {
    display: none;
}
.sm_show {
    display: none;
}
.xs_show {
    display: none;
}
@media screen and (max-width: 1100px) {
    .md_show {
        display: inline-block;
    }
    .sm_show {
        display: none;
    }
    .xs_show {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .sm_show {
        display: inline-block;
    }
    .xs_show {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .xs_show {
        display: inline-block;
    }
}

/*------    Main CSS     ------*/
.navigation {
    background: none repeat scroll 0 0 #f4901d;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.navigation li {
    display: inline-block;
    list-style-type: none;
    width: 14.28%;
    float: left;
}
.navigation li a {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-family: "CircularStd-Book";
    font-size: 13px;
    padding: 13px 0;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.navigation li a:hover {
    background: none repeat scroll 0 0 white;
    color: #f4901d;
    transition: color 1s ease 0s;
}
header img {
    box-sizing: border-box;
    float: left;
    height: auto;
    width: 200px;
} 
.header_left {
    display: inline-block;
    float: left;
}
.header_right {
    display: inline-block;
    float: right;
    padding: 5px 0;
}
.login {
    float: right;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
}
.login ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.login ul li {
    display: inline-block;
    margin: 0;
}
.login ul li a {
    border-radius: 0 0 10px 10px;
    color: #323236;
    font-size: 17px;
    padding: 20px 3px 5px 20px;
    text-decoration: none;
}
.login ul li a.login_button {
    border-radius: 0 0 0 10px;
}
.login ul li a.mycilex {
    border-radius: 0 0 10px;
}
.social_header ul {
    float: right;
    margin: 15px 0 0;
    padding: 0;
}
.social_header ul li {
    display: inline-block;
    list-style: outside none none;
}
.social_header ul li a {
    border-radius: 100%;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    display: inline-block;
}
.social_header ul li a.facebook {
    background: #f4901d url("/assets/main/images/facebook.svg") no-repeat scroll center / 25px auto;
}
.social_header ul li a.twitter {
    background: #f4901d url("/assets/main/images/twitter.svg") no-repeat scroll center / 25px auto;
}
.social_header ul li a.linkedin {
    background: #f4901d url("/assets/main/images/linkedin.svg") no-repeat scroll center / 20px auto;
}
.social_header ul li a.youtube {
    background: #f4901d url("/assets/main/images/youtube.svg") no-repeat scroll center / 25px auto;
}
.social_header ul li a.instagram {
    background: #f4901d url("/assets/main/images/instagram.svg") no-repeat scroll center / 25px auto;
}
.header_icons {
    float: right;
}
.search {
    color: #323236;
    float: right;
    margin: 15px 20px 0 0;
}
.search button {
    background: none repeat scroll 0 0 / 90% auto rgba(0, 0, 0, 0);
    border: medium none;
    color: #323236;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.search button i {
    float: left;
    font-size: 40px;
    line-height: 50px;
    margin-right: 5px;
}
.search button:active {
    padding: 0;
}
.search .search_button {
    border: medium none;
    display: inline-block;
    float: left;
    height: 40px;
    opacity: 0.5;
    outline: medium none;
    padding: 0;
    width: 40px;
}
.search span {
    color: #323236;
    line-height: 40px;
    opacity: 0.8;
}

.search_button {
        display: inline-block;
        width: 40px;
		height: 40px;
		background-color: none;
		background-size: 49px 49px;
    }

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
    z-index: 100;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 165px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url("../images/Branches/cross_close.svg") no-repeat scroll left center / 70px 70px rgba(0, 0, 0, 0);
	color: #323236;
	outline: none;
	z-index: 100;
    font-size: 30px;
    font-family: 'raleway';
    text-align: right;
    padding: 0;
    cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

@media screen and (max-width: 1100px) {
    .search_container {
        margin-top: 200px !important;
    }
    .searchbar {
        padding: 0 50px !important;
        font-size: 65px !important;
    }
}
@media screen and (max-width: 590px) {
    .overlay .overlay-close {
        height: 40px;
        width: 130px;
        background-size: 40px;
    }
    .search_container {
        margin-top: 150px !important;
    }
    .searchbar {
        padding: 0 10px !important;
        font-size: 45px !important;
    }
}

.search {
    color: #323236;
    float: right;
    margin: 15px 20px 0 0;
}
.search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 / 90% auto;
    border: medium none;
    color: #323236;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.search button i {
    float: left;
    font-size: 40px;
    line-height: 50px;
    margin-right: 5px;
}
.search button:active {
    padding: 0;
}
.search .search_button {
    border: medium none;
    display: inline-block;
    float: left;
    height: 40px;
    opacity: 0.5;
    outline: medium none;
    padding: 0;
    width: 40px;
}
.search span {
    color: #323236;
    line-height: 40px;
    opacity: 0.8;
}
.search_container {
    font-family: "Raleway",sans-serif;
    margin-top: 300px;
    text-align: center;
}
.searchbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #323236;
    font-family: "Raleway",sans-serif;
    font-size: 95px;
    font-weight: 100;
    text-align: center;
    width: 100%;
}
.placeholder {
    color: #323236;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #323236;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #323236;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #323236;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #323236;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #323236;
}

#navicon img {
    height: 55px;
    margin-top: -5px;
    padding: 3px;
    width: auto;
}
    .nav-flyout {
        display: none;
    }

@media screen and (max-width: 1100px) {
    .navigation li a {
        font-size: 12px;
    }
    .header_right {
        padding-right: 10px;
    }
}
@media screen and (max-width: 900px) {

    body.nav-flyout--open {
        overflow-y: hidden;
    }
    body.nav-flyout--open .nav-flyout {
        right: 0;
    }
    .nav-flyout {
        background:rgba(72, 72, 72, 0.97) none repeat scroll 0 0;
        height: 100vh;
        position: fixed;
        right: -400px;
        top: 0;
        transition: right 0.3s ease 0s;
        width: 400px;
        z-index: 9002;
        display: block;
    }
    body.nav-flyout--open .cover {
        opacity: 0.5;
        transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
        visibility: visible;
        display: block;
    }
    .cover {
        background-color: #000;
        bottom: auto;
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: auto;
        top: 0;
        transition: opacity 0.4s ease 0.2s, visibility 0s ease 0.4s;
        visibility: hidden;
        width: 100%;
        z-index: 9001;
        display: none;
    }

    .navigation {
        display: none;
    }

    .social_header {
        display: none;
    }
    .header_left, .header_right {
        width: 50%;
    }

    .login ul li a {
        font-size: 16px;
    }

    

    .search {
        float: left;
        margin-top: 5px;
    }
    .mobile_header_buttons {
        float: right;
        margin-top: 5px;
    }
    #navicon {
        background: #f4901d none repeat scroll 0 0;
        box-sizing: border-box;
        display: inline-block;
        float: right;
        height: 45px;
        padding: 0 5px;
        position: relative;
        text-decoration: none;
        z-index: 9;
    }

    #main-nav {
        height: 100%;
        max-width: 100%;
        width: 100%;
        z-index: 90;
        text-align: center; 
    }
        #main-nav a {
            /*text-transform: uppercase;*/
            font-family: 'Raleway', sans-serif;
            color: white;
            text-decoration: none;
            padding: 10px 0;
            display: block;
        }
        .main-nav .cf {
            border-bottom: 1px solid #f4901d;
            padding: 20px 8%;
            width: 100%;
            display: inline-block;
        }
            #main-nav .cf .btn-close {
                background: #f4901d;
                color: #fff;;
                font-size: 20px;
                float: right;
                padding: 5px 10px;
                font-weight: 200;
            }
        .main-nav hr {
            background: none repeat scroll 0 0 #f4901d;
            border: medium none;
            height: 1px;
            overflow: hidden;
            width: 60%;
            margin: 0 auto;
        }
}
@media screen and (max-width: 600px) {
    .search span {
        display: none;
    }

    .searchbar .search_field {
        width: 80%;
        font-size: 22px;
    }

    .searchbar .search_submit {
        width: 20%;
    }
}
@media screen and (max-width: 400px) {
    .nav-flyout {
        width:100%;
    }
}

.hero_container {
    max-height: 400px;
    overflow: hidden;
}
.owl-carousel {
    height: 400px;
}
.slide_opacity {
    /*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
/*------    HOME page Carousel     ------*/
#home-carousel .owl-controls {
    position: absolute;
    bottom: 40px;
    right:40px;
}
#home-carousel .slide_content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
#home-carousel .slide_content h2 {
    color: #000;
    align-self: flex-start;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}
#home-carousel .slide_content p.slider_desc {
    color: #000;
    align-self: flex-start;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
}
#home-carousel .slide_content a.slider_button {
    color: #f4901d;
    background: #fff;
    align-self: flex-end;
    display: inline-block;
    font-size: 20px;
    margin: 20px 0 0;
    padding: 10px 15px;
}
/*------    STANDARD page Carousel     ------*/
#standard-carousel .owl-controls {
    position: absolute;
    bottom: 40px;
    left:40px;
}
#standard-carousel .slide_content {
    position: absolute;
    bottom: 9px;
    min-height: 200px;
    width: 30%;
    padding: 20px;
    right: 0;
    background: #fff;
    border: 1px solid #323236;
}
#standard-carousel .slide_content h2 {
    color: #323236;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}
#standard-carousel .slide_content p.slider_desc {
    color: #323236;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}
#standard-carousel .slide_content a.slider_button {
    color: #f4901d;
    background: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
}

.feed_container {
    background: #fff;
}
.feed_wrapper {
    height:400px;
    float: left;
    display: inline-block;
}
.feed_container .feed_single {
    padding: 10px;
}
.feed_container .feed_single a {
    font-weight: 700;
}
.feed_container .feed_single p {
    margin: 0;
}
.feed_container .latest_news {
    display: inline-block;
    height: 200px;
    border: 1px solid #323236;
}
.feed_container .latest_news h4 {
    background: #323236;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}
.feed_container .latest_news h4 i {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("/assets/main/images/newspaper.svg") no-repeat scroll center / 15px auto;
}
.feed_container .twitter_feed {
    display: inline-block;
    height: 200px;
    border: 1px solid #323236;
}
.feed_container .twitter_feed h4 {
    background: #323236;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}
.feed_container .twitter_feed h4 i {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("/assets/main/images/twitter.svg") no-repeat scroll center / 15px auto;
}
.feed_container .feed_single p.feed_date {
    font-size: 13px;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
}
.feed_date span {
    width: 33%;
    display: inline-block;
    float: left;
}
.feed_date .read_more {
    float: right;
}

@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 900px) {
    .hero_container .column_8 {
        width: 100%;
        overflow: hidden;
    }
    .hero_container .column_4 {
        width: 100%;
        overflow: hidden;
    }
    .hero_container {
        max-height: 1000px;
    }
    .feed_container {
        width: 100%;
        height: auto;
        /* background: #efefef; */
    }
    .feed_wrapper {
        height: auto;
    }
    .feed_container .latest_news {
        width: 50%;
        /*height: auto;*/
        float: left;
    }
    .feed_container .twitter_feed {
        width: 50% !important;
        /*height: auto;*/
        float: left;
        border-left: 0;
    }

    #standard-carousel .slide_content {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    .owl-carousel {
        height: auto;
    }
    .owl-theme .owl-controls {
        z-index:-10;
    }
    #home-carousel .slide_content {
        padding: 10px;
    }
    #home-carousel .slide_content h2 {
        font-size: 24px;
    }
    #home-carousel .slide_content a.slider_button {
        align-self:flex-start;
        margin: 0;
    }
    .owl-item img {
        width: 100%;
        float: left;
    }

    #standard-carousel .slide_content {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        background: none;
        padding: 10px;
    }
    #standard-carousel .slide_content h2 {
        color: #fff;
        align-self: flex-start;
        font-size: 24px;
    }
    #standard-carousel .slide_content a.slider_button {
        align-self: flex-start;
        padding: 10px 15px;
    }

    .slide_content {
        height: auto;
    }
    .slide_content p.slider_desc {
        display: none;
    }

    .feed_container {
        border-bottom: none;
    }
    .feed_container .latest_news {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    .feed_container .twitter_feed {
        width: 100% !important;
        border-left: none;
        border-right: none;
    }
}

.my_cilex .container {
    padding: 20px 7px;
}
.my_cilex h1 {
    margin: 0 0 10px;
    color: #f4901d;
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
}
.my_cilex h1 span {
    color: #323236;
}
.my_cilex p {
    margin: 0;
}

.cta_section {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 45px 0;
    width: 100%;
}
.cta_section .cta {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 0 7px;
    position: relative;
}
.cta_section .cta {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.cta_section .cta img {
    float: left;
    width: 100%;
}
.cta_section .cta div span {
    background: none repeat scroll 0 0 #f4901d;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0;
    top: 0;
    width: 100%;
}
.cta_section .cta h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    text-transform: capitalize;
    text-align:center;
    width: 100%;
    text-transform:uppercase;
}
.cta_section .cta p.show {
    display: inline-block;
}
.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease 0s;
}
.cta_section .cta p {
    font-size: 18px;
    font-weight: 200;
    margin: 0;
}

.landing_cta_section {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 40px 0 0;
    margin: 0 -17px;
    width: auto;
}
.landing_cta {
    padding: 0 10px;
}
.landing_cta .cta {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 0 7px;
    position: relative;
}
.landing_cta .cta h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #323236;
    margin: 10px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.landing_cta .cta .column_12 p {
    padding: 0 10px 0 0 ;
}
.landing_cta .cta img {
    width: 100%;
    height: auto;
}
.landing_cta .cta a {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.profile_cta {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 0px 0;
    width: 100%;
    margin-top: 24px;
}
.profile_cta .cta {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    min-height:300px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    margin: 0 0 14px;
}
.profile_cta .cta .inner {
     padding: 0 10px;
     border: 1px solid #323236;
     display: inline-block;
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
     min-height:300px;
}
.profile_cta .cta .inner.img {
    padding: 0;
}
.profile_cta .cta .inner.orange_border {
    border-top: 5px solid #f4901d;
}
/*.profile_cta .cta img {
    float: left;
    width: 100%;
}*/
.profile_cta .cta .bg_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
}
.profile_cta .cta .inner.img .bottom_heading {
    background: #f4901d none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.profile_cta .cta .inner.img .bottom_heading h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 7px;
    margin: 0;
}
.profile_cta .cta h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 0;
    width: 100%;
    color: #f4901d;
}
.profile_cta .cta .cta_list li a {
    background: url('../images/Branches/chevron-right-black.svg') no-repeat;
    background-size: 8px auto;
    background-position: left 7px;
    padding-left: 5%;
}
.profile_cta .cta a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #323236;
}
.profile_cta .cta a i {
    margin-right: 10px;
    font-size: 18px;
}
.profile_cta .cta p {
    font-weight: 400;
    margin: 0;
}
.profile_cta .cta .button {
    position: absolute;
    bottom: 0px;
    height: 35px;
    left: 0;
    padding: 0 10px 10px;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
    color: #f4901d;
}
.profile_cta .cta .button i {
    margin: 0;
    padding-left: 10px;
}
.profile_cta .cta button {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/*----   Button styles   ----*/
button {
    bottom: 0px;
    padding: 10px;
    font-size: 18px;
    width: auto;
    background: #f4901d;
    display: block;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
button i {
    margin: 0;
    padding-left: 10px;
}

@media screen and (max-width: 1100px) {
    .landing_cta_section {
        padding: 40px 10px;
    }
}

@media screen and (max-width: 900px) {
    .cta_section {
        padding: 10px 0;
    }
    .cta_section .cta {
        width: 50%;
        padding: 10px;
    }
    .cta_section .cta:last-child {
        margin-bottom: 0;
    }

    .landing_cta_section {
        padding: 40px 0;
    }
    .landing_cta {
        width: 80%;
        margin: 0 10%;
    }

    .profile_cta .cta {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .cta_section .cta div span .show {
        padding: 0 20px;
        text-align: left;
    }
    .cta_section .cta {
        margin-bottom: 10px;
        min-height: 0;
        padding: 0;
        width: 100%;
    }
    .cta_section .cta h3 {
        float: left;
        line-height: 45px;
        text-align: left;
    }
    .cta_section .cta div span .arrow {
        float: none;
        padding: 0;
        text-align: left;
        position: absolute;
        right: 20px;
    }
    .cta_section .cta div span .arrow i {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        padding-left: 15px;
    }
    .cta_section .cta img {
        display: none;
    }

    .landing_cta_section {
        padding: 40px 10px;
    }
    .landing_cta {
        width: 100%;
        margin: 0;
    }
    .landing_cta .cta .column_12 p {
        padding: 0 0 0 0 ;
    }
    .landing_cta .cta img {
        width: 50%;
        margin-top: 20px;
    }

    .profile_cta {
        margin-top: 5px;
        margin-bottom: 19px;
    }
    .profile_cta .cta {
        width: 100%;
    }
}

.promo_container {
    display: inline-block;
    width: 100%;
    float: left;
}

.video_panel {
    height: 430px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.video_panel img {
    width: 100%;
    height: auto;
}
.video_panel .panel_link {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f4901d;
    z-index: 10;
}
.video_panel .panel_link h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.mask {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.mask span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.mask span i {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 130px;
    padding: 40px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.video_overlay {
    background: none repeat scroll 0 0 rgba(58, 65, 148, 0.15);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.promo_panel {
    height: 430px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.promo_cta {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    height: 215px;
    min-height: 50px;
    overflow: hidden;
    padding: 0 3%;
    position: relative;
    width: 100%;
}
.promo_panel .promo_cta_single:first-child .promo_cta {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5; 
}
.promo_cta h3 {
    color: #323236;
    font-size: 19px;
    font-weight: 400;
    margin: 12px 0;
    text-transform: uppercase;
}
.promo_cta a {
    background: #fff none repeat scroll 0 0;
    color: #f4901d;
    display: inline-block;
    font-size: 16px;
    width: auto;
    min-width: 180px;
    padding: 10px 15px;
    position: relative;
    padding-right: 20px;
    line-height: 16px;
}
.promo_cta a i {
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
}

@media screen and (max-width: 900px) {
    .promo_container {
    }
    .promo_panel {
        height: auto;
    }
    .promo_cta {
        height: auto;
        padding-bottom: 10px;
    }
    .promo_cta p {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .video_panel {
        width: 100%;
        height: auto;
    }
    .promo_panel {
        width: 100%;
    }
    .promo_cta {
        border-bottom: 1px solid #e5e5e5;
    }
    .promo_cta p {
        font-size: 14px;
        line-height: 18px;
    }
}

.side_nav {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;

}
.side_nav a {
    color: #323236;
    text-decoration: none;
    position: relative;
}
.side_nav a.active {
    font-weight:bold;
}
.side_nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.side_nav i {
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    width: 40px;
    position: absolute;
    right: 15px;
}
.side_nav i.fa-chevron-right::before {
    content: "";
    display: block;
    height: 12px;
}
.side_nav i.fa-chevron-down::before {
    content: "";
    display: block;
    height: 12px;
}
.side_nav i:hover {
    color: #f4901d;
}
.side_nav > div > ul > li {
    background: #f4901d none repeat scroll 0 0;
}
.side_nav > div > ul > li a {
    color: #fff;
    display: block;
    outline: medium none;
    padding: 15px;
    position: relative;
}
.side_nav > div > ul > li > a {
    border-top: 1px solid #f6be7c;
}
.side_nav > div > ul > li > a > i:hover {
    color: #fff;
}
.side_nav > div > ul > li > div {
    border-left: 1px solid #323236;
    border-right: 1px solid #323236;
}
.side_nav > div > ul > li:last-child {
    /*border-bottom: 1px solid #323236;*/
}
.side_nav > div > ul > li > div > ul {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
}
.side_nav > div > ul > li > div > ul > li {
    background: #fff none repeat scroll 0 0;
    padding-left: 15px;
    padding-right: 10px;
}
.side_nav > div > ul > li > div > ul > li a {
    border-bottom: 1px solid #323236;
    color: #323236;
    padding-left: 0;
}
.side_nav > div > ul > li > div > ul > li > div > ul > li {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    padding-left: 15px;
}
.side_nav > div > ul > li > div > ul > li > div > ul > li a {
    border-bottom: medium none;
    color: #323236;
    padding-left: 0;
}
.side_nav > div > ul > li > li a {
    padding-right: 0;
}
.side_nav .side_nav_title {
    background: #f4901d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 5%;
    width: 100%;
}

.side_nav.side_content .cta {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    float: right;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    max-width: 244px;
}
.side_nav.side_content .cta img {
    float: left;
    width: 100%;
}
.side_nav.side_content .cta .show {
    background: none repeat scroll 0 0 #f4901d;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0;
    top: 0;
    width: 100%;
}
.side_nav.side_content .cta h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    /*text-align:center;*/
    width: 100%;
}
.side_nav.side_content .cta p {
    font-size: 16px;
    line-height: 25px;
    padding: 15px;
    display: inline-block;
    background: #f4901d;
    color: #fff;
    width:100%;
    word-wrap: break-word;
}

.side_nav h3.mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .standard_content .column_6 {
        width: 75%;
    }
    .side_nav {
        padding: 0;
    }
    .side_nav.side_content {
        width: 100%;
    }
    .side_nav.side_content .cta {
        width: 50%;
        padding: 10px;
    }
}
@media screen and (max-width: 700px) {
    .standard_content .column_6 {
        width: 100%;
    }

    .side_nav h3.mobile {
        font-size: 26px;
        font-weight: 400;
        line-height: 46px;
        width: 100%;
        padding: 20px;
        display: inline-block;
        background: #f4901d;
        color: #fff;
        margin-top: -20px;
    }
    .side_nav .side_nav_button {
        display: inline-block;
        float: right;
        font-size: 46px;
        line-height: 30px;
        cursor: pointer;
    }
    .side_nav .side_nav_button i {
        padding: 0;
    }
    .side_nav .side_nav_button i:hover {
        color: #fff;
    }
    .side_nav ul {
        transition: min-height .5s, opacity .5s;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    .side_nav ul.nav-open {
        transition: min-height .5s, opacity .5s;
        min-height: 50px;
        height: auto;
        opacity: 1;
    }

    .side_nav.side_content .cta .show {
        padding: 0 20px;
        text-align: left;
    }
    .side_nav.side_content .cta {
        margin-bottom: 10px;
        min-height: 0;
        padding: 0;
        width: 100%;
        max-width: none;
    }
    .side_nav.side_content .cta h3 {
        float: left;
        line-height: 40px;
        width: auto;
        padding: 10px 0;
    }
    .side_nav.side_content .cta .arrow {
        float: right;
        padding: 0;
        text-align: left;
    }
    .side_nav.side_content .cta .arrow i {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        padding-left: 15px;
    }
    .side_nav.side_content .cta img {
        display: none;
    }
    .side_nav.side_content .cta p {
        padding: 10px 20px;
        background: none;
        color: #323236;
        margin: 0;
    }

}

/*-----     Content page CSS    ------*/
.standard_content {
    padding: 30px 0 0;
}
.main_content {
    padding: 0 20px;
    overflow: hidden;
}
.main_content h1 {
    margin: 0px 0 20px;
}
.main_content h2 {
    margin: 20px 0 20px;
}
.main_content p {
    line-height: 25px;
    margin: 20px 0;
}
.main_content p em {
    /*  italic quote style - no way of targetting specifically / also interfers with other elements  */
    font-style: italic;
}
.main_content strong {
    font-weight: bold;
}
.main_content a {
    color: #f4901d !important;
}
/*.main_content img {
    margin: 20px 0;
    max-width: 100%;
    height: 100%;
}*/
/*.main_content table td {
    vertical-align: top;
}*/

@media screen and (max-width: 600px) {
    .main_content {
        padding: 0px 20px 14px 20px;
    }
}

@media screen and (max-width: 700px) {
    .main_content h1 {
        margin: 20px 0 20px;
    }
}

div.social_content {
    float:left;
    clear:both;
    margin-top:50px;
}

.social_content ul {
    float: left;
    margin: 5px 0 0;
    padding: 0;
}
.social_content ul li {
    display: inline-block;
    background: none !important;
    padding: 0 !important;
}
.social_content ul li a {
    border-radius: 100%;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    display: inline-block;
}
.social_content ul li a.facebook {
    background: #f4901d url("/assets/main/images/facebook.svg") no-repeat scroll center / 25px auto;
}
.social_content ul li a.twitter {
    background: #f4901d url("/assets/main/images/twitter.svg") no-repeat scroll center / 25px auto;
}
.social_content ul li a.linkedin {
    background: #f4901d url("/assets/main/images/linkedin.svg") no-repeat scroll center / 20px auto;
}
.social_content ul li a.youtube {
    background: #f4901d url("/assets/main/images/youtube.svg") no-repeat scroll center / 25px auto;
}
.social_content ul li a.instagram {
    background: #f4901d url("/assets/main/images/instagram.svg") no-repeat scroll center / 25px auto;
}

table.ImmTS_Default {
    background-color: #ffffff;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}
table.ImmTS_Default th, table.ImmTS_Default td {
    margin: 2px;
    padding: 2px;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {
    border: 1px solid black;
}
table.ImmTS_Default th {
    background-color: white;
    color: black;
}
table.ImmTS_Default tr {
    vertical-align: top;
}
.ImmTextAlign_Left {
    text-align: left;
}
.ImmTextAlign_Center {
    text-align: center;
}
.ImmTextAlign_Right {
    text-align: right;
}
.ImmTextAlign_Justify {
    text-align: justify;
}
.ImmControlAlign_Left {
    clear: both;
    float: left;
    margin-right: 7px;
}
.ImmControlAlign_Right {
    clear: both;
    float: right;
    margin-left: 7px;
}
.ImmVerticalAlign_Top {
    vertical-align: top !important;
}
.ImmVerticalAlign_Middle {
    vertical-align: middle !important;
}
.ImmVerticalAlign_Bottom {
    vertical-align: bottom !important;
}
.ImmUnderline_On {
    text-decoration: underline;
}
.ImmIndent_1 {
    margin-left: 20px;
}
.ImmIndent_2 {
    margin-left: 40px;
}
.ImmIndent_3 {
    margin-left: 60px;
}
.ImmIndent_4 {
    margin-left: 80px;
}
.ImmIndent_5 {
    margin-left: 100px;
}
.ImmIndent_6 {
    margin-left: 120px;
}
.ImmIndent_7 {
    margin-left: 140px;
}
.ImmIndent_8 {
    margin-left: 160px;
}
.ImmIndent_9 {
    margin-left: 180px;
}
.ImmIndent_10 {
    margin-left: 200px;
}
.ImmIndent_11 {
    margin-left: 220px;
}
.ImmIndent_12 {
    margin-left: 240px;
}
.ImmIndent_13 {
    margin-left: 260px;
}
.ImmIndent_14 {
    margin-left: 280px;
}
.ImmIndent_15 {
    margin-left: 300px;
}
IMG {
    border-width: 0;
}


/*------------------------------*/
/*-----     FOOTER CSS    ------*/
.footer {
    /*background: none repeat scroll 0 0 #807368;*/
    background: none repeat scroll 0 0 #323236;
    float: right;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 1px;
    padding: 30px 0 30px 0;
    margin: 45px auto 0;
    width: 100%;
}
.footer a {
    color: #fff;
}
.footer ul {
    list-style: outside none none;
    margin: 10px 0 15px;
    padding: 0;
}
.footer ul li {
    display: inline-block;
}
.footer ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px 0 0;
    text-decoration: none;
    /*text-transform: capitalize;*/
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer_heading {
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 30px;
}
.footer_heading h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.footer_heading p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}
.footer_contact {
    box-sizing: border-box;
    color: #fff;
    padding-right: 1%;
}
.footer_contact h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer_contact p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}
.footer_contact a {
    color: #fff;
    text-decoration: none;
}
.footer_contact ul li {
    width: 100%;
    line-height: 14px;
}
.footer_contact ul li a {
    font-size: 14px;
    line-height: 18px;
}
.footer_contact .tel {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer_contact .email {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.footer_contact.social ul li {
    width: auto;
}
.footer_contact.social ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.footer_contact li a.twitter {
    font-size: 30px;
    background: url("/assets/main/images/twitter.svg") no-repeat scroll center top / 30px auto;
}
.footer_contact li a.facebook {
    font-size: 30px;
    background: url("/assets/main/images/facebook.svg") no-repeat scroll center top / 30px auto;
}
.footer_contact li a.linkedin {
    font-size: 30px;
    background: url("/assets/main/images/linkedin.svg") no-repeat scroll center top / 30px auto;
}
.footer_contact li a.vimeo {
    font-size: 30px;
    background: url("/assets/main/images/vimeo.svg") no-repeat scroll center top / 30px auto;
}
.footer_terms {
    box-sizing: border-box;
}
.footer_terms li a {
    font-size: 10px !important;
}

@media screen and (max-width: 1100px) {
    .footer {
        padding: 30px 10px 10px;
    }
}
@media screen and (max-width: 900px) {
    .footer {
        margin: 20px auto auto;
    }
    .footer ul li a {
        padding: 0 0 0 0;
    }
}
@media screen and (max-width: 600px) {
    .footer {
        display: none;
    }

    .mobile_footer {
        background: none repeat scroll 0 0 #323236;
        float: right;
        font-family: "Raleway",sans-serif;
        letter-spacing: 1px;
        padding: 10px 0 0;
        margin: 10px auto auto;
        width: 100%;
    }
    .mobile_footer .footer_heading {
        padding: 0 10px;
    }
    .mobile_footer h3 {
        font-size: 18px;
        font-weight: 300;
        margin: 8px 0;
        text-align: left;
    }
    .mobile_footer ul {
        list-style: outside none none;
        margin: 10px 0 0;
        padding: 0;
        text-align: left;
    }
    .mobile_footer ul li {
        display: inline-block;
        text-align: left;
        margin: 3px 0;
    }
    .mobile_footer ul li a {
        color: #fff;
        font-size: 14px;
        padding: 0 5px 0 0;
        text-decoration: none;
        text-transform: capitalize;
    }
    .mobile_footer ul li a i {
        font-size: 20px;
        margin-right: 5px;
        text-align: center;
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .mobile_footer ul li a i.address {
        background: url("/assets/main/images/location.svg") no-repeat scroll center top / 20px auto;
    }
    .mobile_footer ul li a i.phone {
        background: url("/assets/main/images/phone.svg") no-repeat scroll center top / 20px auto;
    }
    .mobile_footer ul li a i.email-mobile {
        background: url("/assets/main/images/email.svg") no-repeat scroll center top / 20px auto;
    }
    .mobile_footer ul li.copyright {
        display: none;
        text-align: left;
        width: 100%;
    }
    .mobile_footer .footer_contact {
        width: 50% !important;
        padding: 0 10px;
    }
    .mobile_footer .footer_terms {
        background: none repeat scroll 0 0 #323236;
        box-sizing: border-box;
        padding: 10px 10px !important;
        text-align: left;
    }
    .mobile_footer .footer_terms li a {
        font-size: 12px !important;
    }

   .login ul li.welcome {display:none;}
}

.main_content ul li {
    background: rgba(0, 0, 0, 0) url("/assets/main/images/orange_bullet.png") no-repeat scroll -0.3px 11px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 15px;
    top:1.5em;
    margin: 0;
    font-size: 16px;
}

.twitter_feed .feed_heading {font-size:12px;}
.twitter_feed .feed_single {padding:5px;}
.login ul li {font-size:12px;}

.search_filter {
    border: 1px solid #f4901d;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.search_filter span {
    color: #575757;
    display: inline-block;
    width: 40%;
}

.search_filter input, .search_filter select {
    font-size: 15px;
    height: 30px;
    margin: 5px;
    width: 56%;
}

.orangeText {
    color: #f4911e;
}

.Name                 {padding-left:96px;font-size:1.4em;color:#2D4591;font-weight:bold}
.Employer             {padding-left:43px}
.Elected              {padding-left:23px}
.Address              {padding-left:27px}
.Address2             {padding-left:133px}
.Spec                 {padding-left:52px}
.MemberRights         {padding-left:34px}
.Status               {padding-left:41px}
.Error                {color:red}
.Filter               {color:#2D4591; float:left}    
.PagerLeft_Web20 span {color:#efa621;font-weight:bold}
.terms                {color:#efa621;font-weight:bold}
.clearbutton          {margin:0 0 2px 582px; }
a.letterSelected      {color:#efa621;font-weight:bold;}
.RightPad             {padding-right:20px; padding-left:50px}
.RightsPad             {padding-right:20px; padding-left:50px}
.posRight             {float:right; clear:both;}
.posRightTop          {float:right;  top:5px; clear:both;}
.rule                   {width:630px;}
.granteddate {margin-left:10px;}
fieldset.fellowdetails {padding:10px; border-style:solid;border-width:1px; border-color:#92b4e0;}

div.wrapper 
{ 
    clear: both; 
    min-height:10px !important;
        
} 

div.left 
{ 
    width: 42%; 
    position: relative; 
    float: left; 
        
} 
div.middle
{
    width: 16%; 
    position: relative; 
    float: left;
        
}

div.right 
{ 
    width: 20%; 
    position: relative; 
    float: left; 
} 

div.fellowarea
{
    width:630px;
    font-size:12px;
}

#Template_FellowsDirectory_SearchType label {margin: 0 5px 0 1px;}
.project-item-infographic img{
    max-width: 100%;
    height: auto;
    float: left;
}
#infographicLowerContent{
    display: inline-block;
}
#ccc[dark] #ccc-icon {
                fill: #323236;
            }
            #ccc-notify-dismiss {
                visibility: hidden;
            }
            #ccc-notify-accept{
                padding-bottom: 5px;
            }
           #ccc-icon{
                visibility: hidden;
            } 