/* CSS Document */




body {
	font-family: "Lato", "museo_sans100", "Open Sans","Helvetica Neue", Helvetica,Arial,sans-serif;
	/*background: url(/img/bg-main.png) 0 0 repeat;*/
	background-color: #F7F7F7;
	background-color: #fff;
}
.nopad {
	padding: 0 !important;
}

.nopad-right {
    padding-right: 0 !important;
}

.nopad-left {
    padding-left: 0 !important;
}

.verticalCenter {
	position: relative;
	top: 50%;
	tranform: translateY(-50%);
}

.k-animation-container {
	z-index: 9999999 !important;
}

.alertMessage {
	display: block;
	color: #fff !important;
	background-color: red;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0;
	text-align: center;
}

a {
	color: #E84E1B;
	text-decoration: none;	
}

a:hover {
	opacity: .8;
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: "museo_sans700";
}

h3.phoneNumber {
	display: flex;
	 flex-direction: column;
	 justify-content: center;
	vertical-align: middle;
	height: 40px;
	font-size: 100%;
	border: 1px solid #ccc;
}

ul.anchorNav {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;	
}

ul.anchorNav li {
	display: inline-block;
}

ul.anchorNav li a {
	display: block;
	padding: 4px 10px;
	border: 1px solid;	
}

.sfLoginField {
	margin-bottom: 15px;
}

.sfLoginField label {
	width: 175px;
}


.sfLoginField .sfTxt {
	padding: 10px;
    height: auto;
    font-size: 20px;
    line-height: 20px;
}


.clip-polygon {
	height: 100px;
	width: 200px;
  -webkit-clip-path: polygon(25% 0%, 100% 0, 83% 100%, 0% 100%) !important;
	clip-path: polygon(25% 0%, 100% 0, 83% 100%, 0% 100%) !important;
  border: 4px solid;
  /* Note that percentages work as well as px */
}

.billboardMask {
	position: absolute;
	height: 400px;
	width: 250px;
	top: 0;
	right: 0;
	mask: url(/img/BillboardMask.svg) top left / cover;
	border: 4px solid;	
}

/*.billboardClip {
	clip-path: url(/#billboardMask);
	border: 4px solid;	
}
*/


.adList {
	/* position: relative;
	display: block; */
	width: 262px;
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px 0;
}


.adListScroll {
	/*
	-webkit-box-shadow: inset -7px 0px 20px 0px rgba(0,0,0,0.54);
	box-shadow: inset -7px 0px 20px 0px rgba(0,0,0,0.54);
	*/
}

/* .adList img {
	width: 262px;
	max-height: 262px;
	overflow: hidden;
} */

/* Sitefinity Lists */

.sflist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sflist .sflistitem {
	list-style: none;
	margin: 0;
	padding-bottom: 15px;
}


.socialIcons i {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0px !important;
	background: #333;
	color: #fff !important;
	border-radius: 0;
	}
	
.socialIcons a i  {
	position: relative;
	margin: 0 !important;	
}

.socialIcons a i.fa:before {
	position: absolute;
	top: 12px !important;
	left: 35%;
	
	line-height: 15px;	
}

.loginSearch {
    padding-top: 25px;
	text-align: right;
	 z-index: 9999999; 
}

.loginSearch div {
	display: inline-block;
	vertical-align: middle;
}

.loginSearch .linkButton {
	height: 45px;
	background: transparent;
	overflow: hidden;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.loginButton {
	display: inline-block;
	font-family: 'FontAwesome';
	padding: 20px 40px 20px 40px !important;
	/*text-indent: -999em;
	background: #fff url(/img/searchLabel.png) center center no-repeat !important;*/
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
}

.loginButton:before {
	content: "\f002";
}

.loggedInStatus {
	position: absolute;
	top: -60px;
	right: 0;
	color: #fff;
	min-width: 320px;
}


.orIcon {
	margin: auto 15px;	
}


/* end Login */


/*.mainSearch {
    position: relative;
    float: right;
	margin: 0px !important;
    padding: 0;
    height: 45px;
	width: 300px;
	overflow: hidden;
}
*/
fieldset.sfsearchBox {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	text-align: left;
	z-index: 0 !important;
}


fieldset.sfsearchBox .k-autocomplete {
	position: relative;
	display: inline-block;
	margin: 0; 
	padding: 0;
	height: auto;
	vertical-align: middle;
}

fieldset.sfsearchBox .sfsearchTxt  {
    
}

fieldset.sfsearchBox .sfsearchTxt.k-input {
	position: relative;
	display: inline-block;
	float: left;
	/*top: 0;
	right: 0px;*/
	border: none;
	background: #E3E3E3;
	height: 45px;
	width: auto !important;
	margin: 0 !important;
	z-index: 0;
	padding: 10px;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold !important;;
    line-height: 20px;
	color: #333 !important;
}


.sfsearchSubmit  {
    position: relative;
    display: inline-block;
	float: right;
    height: 45px;
	width: 100px;
    background: #ccc url(/img/searchLabel.png) center center no-repeat;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	line-height: 0px;
	text-align: center;
    text-indent: -999em;
	vertical-align: middle;
    font-size: 0;
	cursor: pointer;
    border: none;
    z-index: 0;
}

    .sfsearchSubmit::before {
        content: "\f002";
    }


.k-list-container {
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	z-index: 9999999999 !important;
}

.k-list-container .k-list {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.k-list-container .k-list .k-item {
	padding: 10px 15px 10px 25px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
}

.k-list-container .k-list .k-item:hover {
	background: rgba(233,236,209,1.00)	
}

/* Search Results */

.sfsearchResultHighLighter {
	margin-bottom: 2em;	
}


/* Modal windows */

.neuroptModal {
	z-index: 9999999;
}

.neuroptModal .modal-dialog {
	width: auto;	
}

.neuroptModal .modal-header {
	border-bottom: none;
	padding-left: 30px;
}

.neuroptModal .modal-header .modal-title {
	font-size: 12px !important;
	line-height: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;	
}

.neuroptModal .modal-content {
	background-color: #E84E1B;
	border-radius: 0;
	z-index: 99999999999 !important;
}

.neuroptModal .modal-content .modal-body {
	padding: 30px;	
}

.neuroptModal .modal-content * {
	color: #fff;	
}

/*img {
    max-width: 100% !important;
}*/

.billboardBckgrnd {
	display: block;
	position: absolute;
	top: 138px;
	left: 0;
	height: 100px !important;
	width: 100%;
	background-image: url(../img/billboardBackground.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
  	background-size: cover;
	z-index: -9999 !important;
	border: 4px solid;
}


.bottomLeftAngle {
	display: block;
	position: absolute;
	background: url(/img/bottomAngleLeft.svg) bottom left no-repeat;
	bottom: 0px;
	left: -2px;
	height: 100%;
	width: 100%;
	z-index: 0;	
}

.bottomRightAngle {
	display: block;
	position: absolute;
	background: url(/img/bottomAngleRight.svg) bottom left no-repeat;
	bottom: 0px;
	right: -2px;
	height: 100%;
	width: 100%;
	z-index: 0;	
}


.sub .subBanner .sfBreadcrumbNodeSeparator {
	display: none;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid #333;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
	height: 4px;
	width: 30px;
	background-color: #333;
}


.flexnav a.sfSel {
	background: #E84E1B !important;
	color: #fff;	
}

.flexnav .touch-button .navicon {
	font-family: "FontAwesome";
	content: "\f101" !important;	
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
	
.billboardBckgrnd {
}



}


.brandBar {
	/*position: fixed;*/
	position: relative;
	display: block;
	min-height: 40px;
	width: 100%;
	z-index: 9999999999 !important;
	background: #000;
	color: #fff;
	overflow: visible;
}

.brandBar a {
	color:#fff;	
}

.brandBar .APTA {
	/*height: 46px;
	background: url(/css/img/logo_APTA.gif) 0 0 no-repeat  !important;*/
}

.brandBar .APTA a {
	position: absolute;
	top: 7px;
}

.logoRow {
	position: relative;
	height: 100px;
	z-index: 0 !important;
	/*padding-top: 7px;
	padding-bottom: 0px;	*/
}

.logoRow .socialIcons {
	position: absolute;
	top: 25px;
	right: 0px;
	border: 0px solid;
	display: none;	
}

.logoRow .socialIcons a i {
	/*display: inline-block;
	font-size: 14px;
	line-height: 14px !important;
	height: 35px !important;
	width: 35px !important;*/
	margin-left: 5px !important;
	/*padding: 10px !important;*/
	background: #777;
	color: #fff;
	border-radius: 50%;
}




.mainLogo {
	display: block;
	position: relative;
	top: 21px;
	clear: both;
	line-height: 0em;
	}

.menu-button .mainLogo {
	top: .4em;
}

.mainLogo img {
	width: 500px;
}

.mainLogo a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Navigation Bar */

/*.navbar-fixed-top {
	top: 0px !important;
	background: none !important;
	z-index: 9999999999 !important;
	margin-top: 125px;	
}

.navbar-wrapper {
	padding: 0 !important;
	border: none !important;

}*/
.navbar {
	font-family : "museo_sans700";
	font-weight: normal;
	font-size : 16px;
	line-height: 15px;
	color : #3C3C3B;
	color : rgb(60, 60, 59);
	margin: 0 0 0 0;
	padding: 0 !important;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	border: 0px solid;
	border-radius: 0;
	overflow: visible;
	z-index: 99999;
}
/*.navbar-header {
	margin: 0;
	padding: 0;
}
ul.nav {
	margin: 0 !important;
	padding: 0 !important;
}
ul.navbar-nav {
	margin: 0 !important;
	padding: 0 !important;
}
ul.navbar-nav li {
	margin: 0 !important;
	padding: 0 !important;
}
ul.navbar-nav li a {
	margin: 0 !important;
	line-height: 20px;
	padding: 25px 15px;
	border: 0px solid;
	color : #3C3C3B;
	color : rgb(60, 60, 59);
}*/
.navbar-brand {
	display: none;
}
.navbar.center .navbar-inner {
	text-align: left;
}
.navbar.center .navbar-inner .nav {
	display: inline-block;
	float: none;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 630px;
	margin-top: -100px;
	margin-bottom: 60px;
	background : #35A8E0;
	background : rgba(53, 168, 224, 1);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
element {
}




/* hero flex slider */

.hero-slider {
  padding: 0px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  background: #2F7D7E;
  /*-webkit-box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);
  box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);*/
}

.hero-slider .flex-viewport {
	margin: 0 auto;	
}

.hero-slider .slides {
	margin: 0;
	padding: 0;
	height: auto;
}



.hero-slider .slides li {
	position: relative;
	display: inline-block !important;
	height: 100%;
	width: 100%;
	/*padding-bottom: 30px;*/
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	/*padding-top: 80px;
	min-height: 530px;*/
	overflow: visible;
}

.hero-slider .slides li .heroContent {
	bottom: 0px !important;
	padding-top: 50px;
	padding-bottom: 40px;
	
	border: 0px solid;
}

.hero-slider .slides li .heroImage {
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.hero-slider .slides li h1 {
  font-family : "museo_sans700";
  font-size : 45px;
  line-height : 42px;
  letter-spacing : -1.5px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin-bottom: 14px;
}


.hero-slider .slides li .description {
	font-family : "Lato";
	font-size : 18px;
	line-height : 24px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
	margin-bottom: 20px;
}

.hero-slider .slides li .btn {
  margin-right: 16px;
}



.hero-slider .flex-control-nav.flex-control-paging {
    position: absolute;
	display: block;
	clear: both;
	top:  25px !important;
	right: 5%;
    text-align: right;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
    z-index: 10;
}

.hero-slider .flex-control-nav.flex-control-paging li a {
	height: 15px;
	width: 15px;
}

.hero-slider ul.flex-direction-nav {
	position: relative;
	margin: 0 auto;
	bottom: 0;
	/*width: 100%;*/
	border: 0px solid;
}

.hero-slider ul.flex-direction-nav li {
	display: block;
	position: absolute;
	height: 75px;
	width: 160px;
	right: 0;
	border-radius: 0;
	margin: -15% 0px 0px 0px;
}

.hero-slider ul.flex-direction-nav a {
	display: inline-block;
	position: relative;
	top: 0px;
	height: 75px;
	width: 75px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 0;
	color: #E84E1B;
}
.hero-slider ul.flex-direction-nav a::before {
	font-family: 'FontAwesome';
	line-height: 25px;
	height: 30px;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.hero-slider ul.flex-direction-nav a.flex-prev {
	position: absolute;
	top: 0px;
	left: auto;
	right: 77px;
	text-align: center;
	background-fill: #E84E1B;
	color: #E84E1B;
	/*
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
	}

.flex-direction-nav a.flex-prev::before {
	left: 0px;
	content: "\f100";
	color: #E84E1B;
}

.hero-slider .flex-direction-nav a.flex-next {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	/*
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	*/
}

.flex-direction-nav a.flex-next::before {
	left: 0px;
	content: "\f101";
	color: #E84E1B;
}


/* homeUpdates */

.tabs nav {
	height: 53px;
}

.tabs nav ul {
	/*-webkit-box-shadow: inset -12px -12px 15px -16px rgba(0, 0, 0, 0.25) !important;
	box-shadow: inset -12px -12px 15px -16px rgba(0, 0, 0, 0.25) !important;*/
}



.homeUpdates .flex-direction-nav {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0;
	text-align: center;
	height: 35px !important;
	width: 71px;
	/*width: 100%;*/
	border: 1px solid #333;
	overflow: visible;
}

.homeUpdates .flex-direction-nav a {
	position: relative !important;
	display: inline-block;
	margin-top: 0;
	float: left !important;
	height: 35px;
	width: 35px;
	background: #333;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0px !important;
	border: 0px solid #333 !important;
}

.homeUpdates .flex-direction-nav a.flex-prev {
	background: #ff7700 !important;
	left: auto;
	left: 0;
	text-align: center;
}

.homeUpdates .flex-direction-nav a.flex-next {
	right: 0px;
	text-align: center;
}



.main-container {
	margin-top: 0 !important;
	z-index: 0;
	background: none;
}


.buttonLabel {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family : "museo_sans900", "FontAwesome";
	font-size : 12px !important;
	font-weight: 100;
	letter-spacing : 0.96px;
	width: auto;
	text-transform: uppercase;
	background: none;
	color : #fff;/*color : rgb(255, 255, 255);*/
	border: 0;
}

.sfnewsletterSubmitBtn, .formButton {
	display: block;
	padding: 10px;
	font-family : "museo_sans900", "FontAwesome";
	font-size : 12px !important;
	font-weight: 100;
	letter-spacing : 0.96px;
	width: 150px;
	min-width: 115px;
	text-transform: uppercase;
	text-wrap: unrestricted !important;
	background: #E84E1B;
	color : #fff;
	/*color : rgb(255, 255, 255);*/
   	border: none;
	-webkit-box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);
	box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);
}

.linkButton, .sfLinkBtn {
	display: inline-block !important;
	padding: 7px 0px 5px 17px;
	font-family : "museo_sans900", "FontAwesome";
	font-size : 12px !important;
	font-weight: 100;
	letter-spacing : 0.96px;
	min-width: 115px;
	text-transform: uppercase;
	color : #333;/*color : rgb(255, 255, 255);*/
   	border: none;
	
}

.linkButton2 {
	display: inline-block;
	padding: 5px 40px 5px 17px;
	font-family : "museo_sans900";
	font-size : 12px !important;
	font-weight: 100;
	letter-spacing : 0.96px;
	text-transform: uppercase;
	color : #333;/*color : rgb(255, 255, 255);*/
    border: none;
}

.linkButton i {
	display: inline-block;
	height: 31px;
	width: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	margin-left: 17px !important;
	border-left: 1px solid;
	right: 0;
}
.linkButton.orange, .sfLinkBtn {
	background : #3C3C3B;
	background : rgba(232, 78, 27, 1);
	color: #fff !important;
	content: "\f101";
}

.linkButton.orange:hover {
	background : #3C3C3B;
	background : rgba(232, 78, 27, 1);
	opacity: .7;
}

.linkButton.orange i {
	color: #fff !important;
}


.linkButton.white {
	background : #fff;
	background : rgba(255, 255, 255, 1);
	color: #3C3C3B;
	/*-webkit-box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);
	box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);*/
}
.linkButton.white i {
	color: #E84E1B;
}
.linkButton.lg {
	padding: 12px 5px 12px 18px;
}

.homeUpdates .owl-carousel {
	display: block !important;
}

.homeUpdates .owl-carousel .owl-item {
	padding-right: 15px;	
}

.homeUpdates .owl-carousel .owl-item .item {
	position: relative;
	/* height: 375px; */
	border: 0px solid #ccc;	
}

.homeUpdates .owl-carousel .owl-item .item .row {
	position: absolute;
	bottom: 0;	
}

.homeUpdates { 
	font-size : 15px;
	line-height : 22px;
	text-align: left;
	color : #3C3C3B;
	color : rgb(60, 60, 59);
	margin-bottom: 20px;
	padding: 0;
}

.homeUpdates .row {
	display: inline-block;
	padding: 0 !important;
	bottom: 0;
}

.homeUpdates .viewBar {
	display: block;
	height: 35px;
	margin: 0px 15px 15px 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 3px;
	/*background: #CFE2E6;*/
	background: #fff;
	border-bottom: 1px dashed #ccc;
	color: #333;
	text-transform: uppercase;
	overflow: hidden;
}

.homeUpdates .viewBar a {
	display: inline-block;
	background: #E84E1B;
	/*background: #333;*/
	color: #fff;
	padding: 10px;	
}

.homeUpdates .viewBar * {
	color: #fff;	
}

.homeUpdates a i {
	color: #3c3c3b;
	margin: 0px;
}

.homeUpdates .updateThumb img {
	width: 100%;
}

.updateThumb {
	position: relative;
	background-color: #333;
	background-repeat : no-repeat;
	/*width : 262px;*/
	width: 100%;
	height: 150px;
	padding: 0;
	overflow: hidden;
	border: 0px solid #ccc;
	
	/*-webkit-box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);
	box-shadow: 0px 1px 7px 1px rgba(69,69,69,1.00);*/
}
.homeUpdates p.homeUpdateTitle {
	position : absolute;
	font-family : "museo_sans900";
	/*font-weight: 900;*/
	font-size : 13px;
	line-height : 14px;
	letter-spacing : 0.56px;
	text-transform : uppercase;
	color : #E84E1B;
	color : rgb(232, 78, 27);
	background : #FFFFFF;
	background : rgba(255, 255, 255, 1);
	left : 0;
	top : 150px;
	padding: 12px 15px 10px 0;
	margin: 0;
    z-index: 9999999;
}

.homeUpdates .titleWrapper {
	display: block;
	/*height: 90px;*/
	vertical-align: middle !important;
	overflow: hidden;
	margin: 0 20px 5px;
	/* margin: 0;
	padding: 0 20px;
	background: #ccc;
	color: #fff !important;
	height: 90px;*/
}

/* .homeUpdates .titleWrapper h2 a {
	color: #fff;	
} */

.homeUpdates .newsDate {
	display: inline-block;
	font-size: 12px;
	/*padding: 3px 10px;
	background: #E84E1B;*/
	border: 1px solid; 
}

.homeUpdates .newsDate p {
	font-size: 11px !important;
	line-height: 12px !important;
	font-weight: 900;
	margin: 10px 20px;
	padding: 0;
	color: #fff;
}




/*.homeUpdates .titleWrapper {
	display: table;
	height: 95px !important;
	border: 1px solid;	
}*/

.homeUpdates h2 {
	display: block;
    vertical-align: middle;
	font-family : "museo_sans700";
	font-size : 18px;
	line-height : 22px;
	letter-spacing : 0px;
	margin-top: 15px;
	/*margin-bottom: 1em;*/
	padding: 0;
}

.homeUpdates h2 a {
	color: #333;
	text-decoration: none;	
}

.homeUpdates p.abstract {
	/*font-family : "museo_sans100" !important;*/
	/*font-size: 15px !important;
	line-height: 19px !important;*/
	font-weight: normal !important;
	
	color: #333;
	margin: 0 20px 20px;
	padding: 0;
	height: auto;
	
	font-size: 14px;
	line-height: 23px;
}

.homeUpdates .owl-carousel .owl-wrapper-outer {
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-left: 15px;
	margin-right: 15px;
}

.homeUpdates .owl-pagination {
	position: absolute;
	display: inline-block;
	height: 35px;
	top: -50px;
	right: 15px;
}

.homeUpdates .owl-buttons {
	position: absolute;
	display: inline-block;
	height: 55px;
	top: -120px;
	right: 0;	
}

.owl-theme .owl-controls .owl-buttons div {
	position: relative;
	font-family: 'FontAwesome';
	font-size: 24px;
    color: #FFF;
    display: inline-block;
	height: 55px;
	width: 55px;
	margin: 0;
    margin-left: 1px;
    padding: 0;
    border-radius: 0;
    background: #E84E1B;
    opacity: 1;
}



.owl-theme .owl-controls .owl-buttons div:before {
	position: absolute;
	color: #fff;
	width: 55px;
	margin: 0 !important;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	/*
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	*/
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	/*
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	*/
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f100";	
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f101";
}

.sponsors .owl-theme .owl-controls .owl-buttons div {
	/*display: block;
	margin-bottom: 7px;*/
}

.sponsors .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 0px;
	right: 0;
}

.sponsors .owl-theme .owl-controls .owl-buttons div.owl-prev {
	/*position: absolute;
	display: block;
	height: 55px;
	clear: both;
    top: 60px !important;
	right: 0px;
    text-align: right;
    z-index: 10;*/
}

.sideBar {
	/*margin-top: -100px;*/
	border: 0px solid !important;
	overflow: visible !important;
	z-index: 999;
}

.decor {
	fill: #F7F7F7;	
}

.promoBox {
	display: inline-block;
	position: relative !important;
	/*width: 100%;*/
	margin: 0 0 15px 0;
	padding: 30px 30px 37px 37px;
	/*font-family : "museo_sans100";*/
	font-size : 15px;
	line-height : 19px;
	letter-spacing : 0.3px;
	color : #3C3C3B;
	color : rgb(60, 60, 59);
	/*background : transparent;*/
	/*background-color : rgb(255, 255, 255);*/
	background: #fff url(/img/bg-main.png) 0 0 repeat;
}

.promoBox p {
	margin-bottom: 0;
	z-index: 100 !important;
}

.promoBox h2, .sponsors h1 {
	font-family : "museo_sans700";
	font-size : 32px;
	line-height : 35px;
	letter-spacing : -1.7px;
	margin-bottom: 15px;
	z-index: 7 !important;
}

.promoBox a {
	color : rgba(255, 255, 255, .5) !important;
}

.promoBox a:hover {
	color : rgba(255, 255, 255, .9) !important;
}

.promoBox .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
	width: 64px;
	display: block;
	background: transparent url(/img/promoBoxBtn.svg) 0 0 no-repeat;
	color: #fff;
	color: rgba(255,255,255,1.00);
	opacity: 1;
	border-radius: 0;
	border: none;
	z-index: 7;
}
.promoBox .btn i, .promoBox .btn em {
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	top: 15%;
	right: 15%;
}

.promoBox .btn i::before, .promoBox .btn em::before {
	
}

.promoBox div.promoImage {
	position: absolute;
	display: block;
	bottom: 0 !important;
	left: 0;
	margin: 0;
	min-height: 75px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	opacity: 1;
	z-index: 0;
}

.promoBox .sfnewsletterFieldsList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.promoBox .sfnewsletterFieldsList .sfTxtLbl {
	display: block;	
}

.promoBox .sfnewsletterFieldsList .sfnewsletterField .sfTxt {
	margin-bottom: 7px;
	color: #333;
}

.promoBox p {
	margin-bottom: 15px;	
}

.promoBox .sfTxt {
	padding: 5px;
	border: none;	
}

.white {
	background: #fff;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #ccc;
}

.orange {
	background : #E84E1B;
	background : rgba(232, 78, 27, 1);
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}
.blue {
	background : #1D70B7;
	background : rgba(29, 112, 183, 1);
	color: #fff;
	color : rgb(255, 255, 255);
}

.green {
	background : #2F7D7E;
	color: #fff;
	color : rgb(255, 255, 255);
}
.gray {
	color : #fff;
	color : rgb(255, 255, 255);
	background : #3C3C3B;
	background : rgb(60, 60, 59);
}

.tan {
	color : #333;
	background : #CABA9F;
}

.promoBox h2.Sm {
}
.promoBox h2.Md {
}
.promoBox h2.Lg {
	font-family: "museo_sans700";
	font-size: 84px;
	line-height: 70px;
	letter-spacing: -4px;
}
/* ----------------- Featurette ---------------- */

.shadowBar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	width: 100%;
	background: #333;
	opacity: .1;
	z-index: 2;
}

.featurette {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 50px !important;
	overflow: hidden !important;
}

.memberspot {
	position: relative;
	overflow: visible;
}

.memberspot [class*=col-] {
	padding-left: 4rem;
	padding-right: 2rem;
}

.memberspot:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: scaleX(.5);
	transform-origin: top left;
	transition: all .2s ease;
	content: "";
	background : rgba(232, 78, 27, 1);
	z-index: 1;
}

.memberspot:hover:before {
	transform: scaleX(.5);
}

.featureCol {
	margin-bottom: -99999px;
    	padding-bottom: 99999px;
}

.featurette-image img.memberSpotlightPhoto {
	positon: absolute !important;
	height: 400px !important;
	top: -10% !important;
}

.memberspot svg {
	display: none;
}

.featurette-image {
	position: absolute;
	top: 0;
	right: 0;
}

.featurette.memberspot {
	padding-bottom: 50px;
}



.featurette.moreInfo {
    margin-bottom: 15px;
    padding-bottom: 0px !important;
    overflow: hidden;
	background: #fff;
}

.featurette-heading {
	font-family: "museo_sans700";
	font-size : 14px;
	line-height : 19.2px;
	letter-spacing : 5.76px;
	text-transform : uppercase;
	margin-top: 0;
	margin-bottom: 17px;
	padding: 30px 15px 30px 0 !important;
	color : #333;
}
.featurette h2 {
	font-family: "museo_sans700";
	font-size : 24px;
	font-weight: 100;
	line-height : 26px;
	margin-bottom: 20px;
}

.featurette h3 {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 14px;
}

.featurette.moreInfo h3 {
	margin-bottom: 0;
	border: 0px solid;	
}

.featurette p.quote {
	font-size : 17px;
	font-weight: 100;
	line-height : 25.2px;
	margin-left: -15%;
	padding-left: 15%;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
	/* background-image: url(../img/quote.svg);
	background-size: 10%;
	background-position: 0 0px;
	background-repeat: no-repeat; */
	overflow: visible !important;
}

.featurette p, .featurette ul {
	/*font-size : 17px;
	font-weight: 100;
	line-height : 25.2px;*/
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.featurette ul {
	margin-bottom: 30px;
}

.featurette ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;	
}

.featurette.orange .featurette-heading {
	color: #fff;	
}

.featurette .text-muted {
	color: inherit !important;
	opacity: .5;	
}

.sfitemDetails.sfdetails .sfSnglRelatedItmWrp {
	display: inline-block;
	float: right;
	max-width: 300px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.sfSnglRelatedItmWrp .sfrelatedItmWrp img.fullSpotlightPhoto {
	max-width: 100%;
}

/* ad Bar */

.adContainer {
	border: 4px solid;
}


/* Sponsor Bar */


.sponsors {
	padding-top: 0;
	background-image: url(/img/sponsorTag.png);
	background-repeat: no-repeat;
	background-position: 0 27px;

	display: none;
}


.sponsors h2 {
	/*font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2em;*/
	
	font-size: 24px;
	font-weight: 900;
	text-transform: none;
	line-height: 27px;
	}

.sponsors * {
	vertical-align: middle;	
}

.sponsors .flexslider {
	margin-bottom: 0;
}

.sponsors .owl-carousel .owl-wrapper-outer {
	position: relative !important;
	height: 130px;
	/*width: 1110px;*/
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*border-left: 7px solid #E84E1B;
	border-right: 4px solid #E84E1B;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background: #E84E1B;*/
}




.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clients {
  text-align: left;
  padding: 55px 0 15px 0;
  margin-bottom: 15px;
  /*-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);*/
}

.clients * {
	border-radius: 0;
}

.clients .flex-viewport ul.slides li, .clients .owl-carousel div {
	display: inline-block;
	padding: 15px;	
}

.clients img {
  /*max-height: 75px;
  max-width: 160px;*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.clients img:hover {
  opacity: 1;
}



/* Footer container */

.footer-container .info {
	
}

.footer-container .socialIcons {
	display: inline-block;
	margin: 15px 0;
}

/*ul.footerNav {
	position: absolute;
	
	height: 100%;
	vertical-align: middle;
	border: 4px solid;
}

ul.footerNav li {
	display: inline-block;	
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

ul.footerNav li a {
	padding: 15px;
	color: #fff;
}

ul.footerNav li a:hover {
	background: #fff;
	opacity: .4;	
}*/

.socialIcons .fa-facebook:hover {
	background-color: #3b5998;
}

.socialIcons .fa-twitter:hover {
	background-color: #00aced;
}

.socialIcons .fa-linkedin:hover {
	background-color: #007bb6;
}

.socialIcons .fa-envelope:hover {
	background-color: #2F7D7E;
}

.footer-container .address {
	/*padding: 20px 0;
	color: #777;*/
    /*width: 980px;*/
	display: inline-block;
    margin: 0px auto;
    padding: 30px 0;
    color: #858585;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px !important;
    line-height: 17px;
    letter-spacing: 1px;
}

/* Social Icons */

.social-icons {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.social-icons li {
  float: left;
  margin-right: 24px;
  font-size: 24px;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  color: #333333;
}

.myriadLogoContainer {
	height: 30px;
	margin-bottom: 40px;	
}

.myriadLogo {
	display: inline-block;
	max-width: 200px;
}


/*  Temporary from Angle CSS */

/* - Sections - */
/* -- General Section Classes -- */
.section {
  position: relative;
  z-index: 4;
  padding: 96px 0;
}
.section.has-bottom {
  z-index: 5;
}
.section.has-bottom.has-top {
  z-index: 20;
}
.section.has-bottom:not(.has-top):nth-child(1) {
  z-index: 19;
}
.section.has-bottom:not(.has-top):nth-child(2) {
  z-index: 18;
}
.section.has-bottom:not(.has-top):nth-child(3) {
  z-index: 17;
}
.section.has-bottom:not(.has-top):nth-child(4) {
  z-index: 16;
}
.section.has-bottom:not(.has-top):nth-child(5) {
  z-index: 15;
}
.section.has-bottom:not(.has-top):nth-child(6) {
  z-index: 14;
}
.section.has-bottom:not(.has-top):nth-child(7) {
  z-index: 13;
}
.section.has-bottom:not(.has-top):nth-child(8) {
  z-index: 12;
}
.section.has-bottom:not(.has-top):nth-child(9) {
  z-index: 11;
}
.section.has-bottom:not(.has-top):nth-child(10) {
  z-index: 10;
}
.section.has-bottom:not(.has-top):nth-child(11) {
  z-index: 9;
}
.section.has-bottom:not(.has-top):nth-child(12) {
  z-index: 8;
}
.section.has-bottom:not(.has-top):nth-child(13) {
  z-index: 7;
}
.section.has-bottom:not(.has-top):nth-child(14) {
  z-index: 6;
}
.section.has-bottom:not(.has-top):nth-child(15) {
  z-index: 5;
}

/* -- Section Decorations -- */
[class*="decor-"] {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
}
[class*="decor-"] svg {
  height: 101%;
}

.decor-top {
  bottom: 100%;
}

.decor-bottom {
  top: 100%;
}

.decor {
  display: block;
  position: relative;
  margin: 0 auto;
}

.sfSubscribe .sfMessageElement {
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
	background: transparent;
	color: #fff;	
}

.sfFormBox, .sfFormBlock {
	margin-bottom: 15px;	
}

.sfFormBox .sfTxt, .sfFormBlock .sfTxt {
	width: 100%;
	padding: 7px;
	border: 1px solid #ccc;
}

.sfExample {
	font-size: 14px;
	font-style: italic;
	line-height: 1.20em;
}

.sfError {
	display: block;
	background: red;
	padding: 1rem;
	font-weight: 700 !important;
	color: #fff;
}

/* Compendium */

#document-list ul.list {
	padding: 0;	
}

#document-list ul.list li {
	list-style: none;
	margin-left: 0;
	padding: 0px 20px 0 20px;
	border-bottom: 1px solid rgba(0,0,0, .2);	
}

#document-list ul.list li h1 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.docuCat, .docuDesc {
	display: none;	
}


/* Retro */

td h3 {
	margin: 0px;	
}