body {
	margin-top: 0px;
	font-size: 14pt;
	/* background-color:#3f103a;*/
}

main, .footer-main-area {
	padding-left: 60px;
	padding-right:60px;
}


.full-width-image {
	width: 100%;
	display:block;
}

h3 .glyphicon-triangle-bottom {
	font-size: 12px;
}

.layout-container {
	background-color:white;
}

.layout-content {
	/*margin-top:20px;*/
}

#content {
	min-height: 400px;
}

#jview {
	display:none;	
}

#text-header {
	background-color: black;
    color: white;
    text-align:center;
    font-size: larger;
    font-weight: bold;
    padding:10px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
	#text-header {
		border-width: 0 0 1px;
	    top: 0;
	    border-radius: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    z-index: 1050;
    	max-height: 100%;
	    overflow-y:auto;
	    overflow-x:hidden;
	    height:45px;
	}
}

#header-xs-spacer {
	height:65px;
}
#header-xs-spacer.pushed {
	height:100px;
}

.red, .error {
	color: #ff0000;
}

.wrapper {
	position: relative;
}

.top-carousel img {
	width:100%;
}

.centered-responsive {
	margin-left:auto;
	margin-right:auto;
}

.cent-resp {
	display:block;
	height: auto;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

.righted-responsive {
	margin-right:0;
	margin-left:auto;
}

.bold {	font-weight: bold;} .italic {font-style: italic;} .underline {text-decoration:underline;}

/*a {	color: blue;text-decoration: none;} a:hover {color: blue;text-decoration: underline;}*/

@media screen and (max-width: 767px) {
	.xs-right {
		text-align: right !important;
	}
	.xs-inline {
		display:inline;
	}
}

.centered{text-align:center;}.righted{text-align:right}.lefted{text-align:left}

.mb-0 {margin-bottom:0;}.mb-5{margin-bottom:5px;}.mb-10{margin-bottom:10px;}.mb-15{margin-bottom:15px;}.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}.mb-30{margin-bottom:30px;}.mb-35{margin-bottom:35px;}.mb-40{margin-bottom:40px;}
.mt-0 {margin-top:0;}.mt-5{margin-top:5px;}.mt-10{margin-top:10px;}.mt-15{margin-top:15px;}.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}.mt-30{margin-top:30px;}.mt-35{margin-top:35px;}.mt-40{margin-top:40px;}
.pb-0 {padding-bottom:0;}.pb-5{padding-bottom:5px;}.pb-10{padding-bottom:10px;}.pb-15{padding-bottom:15px;}.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}.pb-30{padding-bottom:30px;}.pb-35{padding-bottom:35px;}.pb-40{padding-bottom:40px;}
.pt-0 {padding-top:0;}.pt-5{padding-top:5px;}.pt-10{padding-top:10px;}.pt-15{padding-top:15px;}.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}.pt-30{padding-top:30px;}.pt-35{padding-top:35px;}.pt-40{padding-top:40px;}

@media screen and (min-width: 768px) { /* width greater than or equal to 768  (>=sm) */
	.sm-left {text-align: left !important;}.sm-right{text-align:right !important;}.sm-center{text-align:center !important;}
	.xs-only {display:none;}
}

#recaptcha_image, #recaptcha_image img {
    min-height: 57px;
    width: 100% !important;
}

header {
	/*border-radius: 100%/0 0 15px 15px;*/
	border-bottom: 5px solid #4f0f6d;
	z-index: 1000;
	position: relative;
	-webkit-box-shadow: 0 6px 8px 0px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 6px 8px 0px rgba(0,0,0,0.8);
	        box-shadow: 0 6px 8px 0px rgba(0,0,0,0.8);
}

@media screen and (min-width: 768px) {
	/*header {
		width:720px;
		position: absolute;
		background-color: white;
		top:0px;	
	}*/
}

@media screen and (min-width: 992px) {
	/*header {
		width:940px;
	}*/
}

@media screen and (min-width: 1200px) {
	/*header {
		width:1140px;
	}*/
}

.section-divider{
	padding: 10px;
	margin-bottom:10px;
	color:white;
	font-size: 24px;
	/*background: #4f0f6d;*/
	background: #4f0f6d;
	/*
	background: -moz-linear-gradient(left, #4f0f6d 0%, #3f103a 50%, #4f0f6d 100%);
	background: -webkit-linear-gradient(left, #4f0f6d 0%,#3f103a 50%,#4f0f6d 100%);
	background: linear-gradient(to right, #4f0f6d 0%,#3f103a 50%,#4f0f6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0f6d', endColorstr='#4f0f6d',GradientType=1 );
	*/
	text-align:center;
	
	-webkit-box-shadow: 0 6px 8px 0px rgba(0,0,0,0.43);;
	   -moz-box-shadow: 0 6px 8px 0px rgba(0,0,0,0.43);;
	        box-shadow: 0 6px 8px 0px rgba(0,0,0,0.43);;
}

.purple-section {
	color:white;
	font-size:16px;
	background: #4f0f6d;
	padding-bottom: 10px;
}

#logo-addr {
	font-size: 14px;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.page-header{
	color: white;
	text-align: center;
	background-color: #4f0f6d;
}

#page-title-element {
	margin-bottom:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:none;
}

.curved-down {
	background-image: url(/development/nrcdv/images/bottom.png);
	background-size: contain;
    /*padding-left:{{ icon.width }}px;*/
    background-repeat: no-repeat;
    background-position: center top;
}

#block-categories ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left:0px;
}

.red-box {
	min-height: 400px;
	background-color: red;
}

.green-box {
	min-height: 200px;
	background-color: green;
}

.blue-box {
    min-height: 200px;
    background-color: blue;
}

.footer-disclaimer {
    padding-top: 20px;
    font-size: 12px;
}

/* Page columns **************************************************************************************************** */

.layout-sidebar-second {
	/* border: 2px dashed #ff0000; */
}
    
.layout-sidebar-first {
   /* border: 2px dashed #ff0000; */
}

.layout-content {
   /* border: 2px solid #0000ff; */
}
    
@media screen and (min-width: 768px) {
    .column {
        float: left;
        position:relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sidebar {
       width: 20%;
    }
    
    .layout-content {
        width: 80%;
    }   
}
@media screen and (min-width: 992px) {
    
}
@media screen and (min-width: 1200px) {
    .sidebar {
       width:14.66666667%;
    }
    
    .layout-sidebar-second {
    
    }
    
    .layout-sidebar-first {
       right: 70.66666667%
    }
    
    .layout-content {
       width: 70.66666667%;
       left: 14.66666667%;
    }
}
@media screen and (min-width: 1400px) {
    .sidebar {
       width:16.66666667%;
    }
    
    .layout-sidebar-second {
    
    }
    
    .layout-sidebar-first {
       right: 66.66666667%
    }
    
    .layout-content {
       width: 66.66666667%;
       left: 16.66666667%;
    }
}


/* fb and twitter plugins *********************************************************************************************** */
@media screen and (min-width: 768px) {
	.plugin-wrapper {
	   width: 350px;
	}
	
	.fb-wrapper{
	   margin-left: auto;
	   margin-right: 0px;
	}
}



/* Contact Page Type **************************************************************************************************** */
.contact-page-type-before-form {
	margin-bottom:15px;
}
.contact-page-type-form-container {
	margin-bottom:15px;
}

.contact-page-type-row {
	margin-right: -15px;
    margin-left: -15px;
}

.contact-page-type-cell {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.contact-page-type-form-cell {
    width: 100%;
    margin-bottom:15px;
}

.contact-page-type-beside-form-cell {
	width: 100%;
	margin-bottom:15px;
} 

@media screen and (min-width: 768px) {
	.contact-page-type-cell {
        float:left;
	}
	
	.contact-page-type-form-cell {
	    width: 60%;
	}
	
	.contact-page-type-beside-form-cell {
	    width: 40%;
	}  	
}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}

/* Page With Embed Type **************************************************************************************************** */
.embedded-page-type-before-form {
    margin-bottom:15px;
}
.embedded-page-type-form-container {
    margin-bottom:15px;
}

.embedded-page-type-row {
    margin-right: -15px;
    margin-left: -15px;
}

.embedded-page-type-cell {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.embedded-page-type-form-cell {
    width: 100%;
    margin-bottom:15px;
}

.embedded-page-type-beside-form-cell {
    width: 100%;
    margin-bottom:15px;
} 

@media screen and (min-width: 768px) {
    .embedded-page-type-cell {
        float:left;
    }
    
    .embedded-page-type-form-cell {
        width: 60%;
    }
    
    .embedded-page-type-beside-form-cell {
        width: 40%;
    }   
}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}

/* ******************************************************************************************************* */

.top-most-bar {
	margin-left: -15px;
	margin-right: -15px;
	
}

.top-most-bar::after {
  content: "";
  clear: both;
}

tmp-links-table {
	display: table;
}

.top-most-bar .logo-cell {
	float: left;
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
    
    width: 110px;
    margin-bottom: 20px;
}

.top-most-bar .tmp-links {
	float: left;
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
    
    width:calc(100% - 140px);
}

.top-most-bar .bar-cell {
	display:table-cell;
}

.top-most-bar .bar-cell img {
	max-height: 70px;
}

@media screen and (min-width: 1200px) {
	.top-most-bar .bar-cell {
           
    }	
}

/* ******************************************************************************************************* */

/* for sizing like bootstrap uses
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}
*/
