
#3bab683f-1b4e-40d7-9a5e-cce72b3b9b9d h2{
	font-size: 32px;	
}

.umbraco-form .titleanddescription h2{
	font-size: 24px;	
}
.contourMessageOnSubmit{
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.umbraco-form fieldset.contourFieldSet legend{
    padding: 10px;
    background-color: #1C2E90;
	
    color: #cccccc;
}

.umbraco-form .contourField {
	margin:10px;	
}
.umbraco-form .btn.primary {
	text-transform: uppercase;
		background-color: #1C2E90;
    border-color: #111b55;	
}

.umbraco-form .btn.next {
	background-color: #1C2E90;
    border-color: #111b55;	
	text-transform: uppercase;
}
.umbraco-form .btn.prev {
	background-color: #C9AD7C;
    border-color: #bc995c;	
	text-transform: uppercase;
	margin-bottom: 3px;
}
.umbraco-form {
	min-height: 20px;
    padding: 24px 24px 95px 24px !important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);	
}
.umbraco-form .checkbox input[type="checkbox"] {
	position: inherit; 
    margin-left: 0px; 
}
.umbraco-form textarea{
	width: 100%;
    height: 110px;	
}
.umbraco-form .contourIndicator {
	color:red;	
}

.umbraco-form .col-md-12, .umbraco-form .checkbox label{
	padding-left:0px !important;	
}
.umbraco-form .span12  {
	padding-left:0px !important;	
}

input[type="checkbox"], input[type="radio"] {
	display: inherit !important; 
	width: inherit !important; 
	height: inherit !important; 
	min-height: auto !important;
}
.umbraco-form input {
	border-radius: 0;
	min-height: 40px;
	display: block;
	max-width: none !important;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.umbraco-form .btn {
	color: #fff;
        background-color: #337ab7;
    border-color: #2e6da4;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.umbraco-form select {
	border-radius: 0;
    min-height: 40px;
	display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.event-list > li:nth-child(even) > time {
	background-color: #0C212D !important;
}
.event-list > li> time {
	background-color: #0E7BC0 !important;
}
.event-list > li  {
	width:inherit !important;
}

.event-list > li > .info {
	position: initial !important;
	padding-right: 0px !important; 
}

.event-list > li > .info > .title {
	font-size:13pt !important;
}

header{
    position: relative;
    top: 60px;
    height: 150px !important;
    border-style: none;	
}

.latest-news-slider-text{
	top:3em;	
}

.bottom-bottom{
	padding: 20px;
    background-color: rgb(165, 139, 111);
    color: #F5F5F5;
}

.page_component {
	margin-bottom: 0px; 
}

.tabbed .tab-content {
    padding: 0px;
}

.company_details{
	padding-left:8px;	
}
.btn-default {
	padding-top: 10px;
    box-shadow: 0 0.5px 0.5px rgba(0,0,0,0.06), 0 0.5px 0.5px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.1,.4,.1,1);	
}

.btn-default:hover {
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: #f5f5f5;
}
.card {
	position: relative;
	margin: .5rem 0 1rem 0;
	/*background-color: #fff;*/
	transition: box-shadow .25s;
	border-radius: 0px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}	
.card-1 {
	padding-top: 10px;
    box-shadow: 0 0.5px 0.5px rgba(0,0,0,0.06), 0 0.5px 0.5px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.1,.4,.1,1);	
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: #f5f5f5;
}

.shadowed {
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


.fullscreen-container-item-image > img {
	filter: brightness(80%);
}

#footerLogo{
	width: 350px;	height: 178px;
}

#footerLogo img {
	height:60%; width:60%;	
}

@media (min-width: 1200px)
.container {
    width: 80%;
}
.darkbg-hr {
	font-size: 5px;
    border-top-style: dotted;
    border-color: #2a3b44;	
}
.footer-companyname {
	color:#fff; text-transform: capitalize;
}

.fullscreen-container{
	padding-left: 0px;
    padding-right: 0px; 
	
}
.fullscreen-container-item {

	margin-bottom: 0px !important;
	padding:0px;
}

.fullscreen-container-item-title{
	width: 100%;
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=8);
    color: white;
    bottom: 20px;
	font-style:bold;
	text-align:center;
}

.fullscreen-container-item-title > p{
	color: #fff !important;
	font-family: CenturyGothicRegular;
	font-size: 22px;
	line-height: 21px;

}

.fullscreen-container-item-image {
	    margin: 0px !important;
}

.fullscreen-container-item-image:hover .fullscreen-container-item-image > img {
	margin: 0px !important;
	filter: brightness(50%);
}

.tabbed .nav-tabs li.active a {
	border:0px;
	box-shadow: 0 0.5px 0.5px rgba(0,0,0,0.06), 0 0.5px 0.5px rgba(0,0,0,0.1);
	background-color : #F5F5F5;
}
.nav-tabs > li > a:hover {
    box-shadow: 0 0.5px 0.5px rgba(0,0,0,0.06), 0 0.5px 0.5px rgba(0,0,0,0.1);
}

.container {

    padding-left: 10px;
    padding-right: 10px;
	
}
.see_all{
	display:none;
}

.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}
.date{
	font-size:1.2em;
}

h5{
color: rgba(201, 173, 124, 1);
}
.home-page-heading{
	text-transform: uppercase;
}
.advanced-component.banner .info {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.promo_pods .item p.heading {
	font-size: 32px;
    font-weight: bold;
    opacity: 1;
}

.image_carousel{
	padding:0 0 20px 0 !important;	
}
.sponsors-heading{
	text-align: center; 
}
.sponsors-heading > p {
	font-size: 18px !important;
	font-family: CenturyGothicRegular !important;	
}

.cta-strip {
	background-color:transparent !important; 
}

.cta-strip > .container {
	background-color: #f5f5f5;
	padding:30px;
}
@media (max-width: 580px) {
	.event-list > li {
		width: 100% !important;
	}
}

@media (min-width: 767px) {
	header #logo {
		top:0px;
	}
}

@media (max-width: 962px) {
	header {
		top: 120px;
    	height: 200px !important;	
	}
}

@media (max-width: 767px) {
	.umbraco-form {
		padding: 5px 5px 95px 5px !important;	
	}
	.promo_pods .item .image {
    	max-width: 100%;
	}
	h1,h2,h3,h4,h5, h6, .heading {
		text-align:center;	
	}
	body {
		
		text-align: center:
	}
	header {
        height: auto !important;
		top: 0px;
    }
    header #logo {
        top: 0;
        left: auto;
        height: auto !important;
        position: relative;
        float: left;
		margin-bottom: 10px;
    	margin-top: 10px;
    	margin-left: 10px;
    }
    header #logo a {
        margin-top: 0px !important;
    }
	card-1 {
		margin:5px;	
	}
	.home-page-heading {
		font-size: 24px;
		text-align: center;
	}
	
	.link{
			font-size: 24px;
		text-align: center;
	}
	a.expand {
    	top: 0px !important;
	}
	.mobile-text-center{
		text-align: center !important;
	}
	
	.top, .reveal {
		font-family: CenturyGothic-Bold !important;
		text-transform: uppercase !important;
		font-size: 14px !important;
		font-weight: normal !important;
	}
	
	.promo_pods{
		text-align:center;
	}
	
}

	.btn-default {
		background-color: #0D212C!important;
		color: #fff !important;
		border-color: #0D212C!important;
		padding: 15px;	
	}

@media (min-width: 768px){
	nav.main {
		border-width: 0;
    	border-style: none;
		top:10px;
	}
	nav.main ul {
		font-size: 14px;
		line-height:14px;
	}
	.top{
		font-size: 14px;
		line-height:15px;
	}
	header {
    	height: 110px;
		
	}
	a.expand {
		top : -15px;	
	}
	
	.info {
    	top: 1em;
	}
}
@media (min-width: 992px){
	.advanced-component.banner .info .heading {
    	font-size: 36px;
	}
	nav.main ul {
    	font-size: 15px;
		line-height:13px;
	}
	.top{
		line-height:14px;
		font-size: 13px;
	}
	
	.social {
		position: absolute;
		top: 2em;	
	}

}

@media (min-width: 1100px){
	.advanced-component.banner .info .heading {
    	font-size: 40px;
	}
	
	
	.info {
    	top: 2em;
	}
}

@media (min-width: 1200px){
	.advanced-component.banner .info .heading {
    	font-size: 46px;
	}

	.advanced-component.banner .info .container {
		width: 80%;
	}
	
}
.req{
	    color: rgba(255, 0, 0, 1) !important;
}

ul.slick-dots li button {
	border-color: rgba(201, 173, 124, 1);	
}

.sicci-highlight {
	opacity: .8;
    background: #0D212C; 
    padding: 30px;
}

.sicciheadline > h1{
	font-size: 1.6em;
	margin-top: 0px;
}

/*
#mid_col{
	padding-left:0px !important;	
	padding-right:0px !important;
}
.navigation nav.main ul li i{
	color: #fff !important;	
}

.navigation nav.top .dropdown-menu a {
	color: #303030 !important;
}
header nav.top li > a {
	color: #fff !important;	
}

.navigation nav.main ul li a span {
	color: #fff !important;	
}
header {
	background-color: #0D212C !important;
	border-style:none !important;	
	background-image: url('/media/1116/shell-money-banner1-3.jpg');
	    background-size: cover;
}
nav.main{
	border-style:none !important;	
}

.main {
    border-style: none !important;
}

.navigation a.expand {
 	top: 1em !important;	
}
body {
	font-family:Roboto;
	
}
*/


blockquote {
    font-family:CenturyGothic-Bold;
	text-transform: uppercase;

}
blockquote cite {
    font-family:CenturyGothic-Bold;
    text-transform: uppercase;

}

#top-navbar {
	background-color: rgb(12, 33, 45);
	min-height:50px;
	border-style:none;
}
.top {
	border-style: none;	
}
a.btn-default:hover {
	background-color: rgb(165, 139, 111) !important;
    color: #fff !important;
    border-color: #adadad !important;
}

.top > ul > a : hover{
	background-color: rgb(165, 139, 111);
	color: #fff;		
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgb(165, 139, 111);
	color: #fff;	
}

.btn-default .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgb(165, 139, 111);
	border-color: #adadad !important;
}

.welcome-heading {
	font-family: CenturyGothicRegular;	
	text-transform: uppercase;
	line-height:1.2em;
}
.reveal{
	font-family:CenturyGothic-Bold;
	text-transform: uppercase;
}
.top{
	font-family:CenturyGothic-Bold;
	font-weight: bold;
}

h1, h2, h3{
	text-transform: uppercase;
	font-family:CenturyGothic-Bold;
}

h4, h5, h6{
	font-family:CenturyGothic-Bold;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.woff') format('woff'),
       url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothicRegular';
  src: url('../fonts/CenturyGothicRegular.eot?#iefix');
  src: url('../fonts/CenturyGothicRegular.woff2') format('woff2'),
       url('../fonts/CenturyGothicRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/CenturyGothic-Bold.woff') format('woff'), 
  url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), 
  url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
