/* CONTENT BLOCK EDITOR STYLES
----------------------------------------------------------*/
/* GLOBAL NESTED STYLES ACROSS ALL CB */
.StandardCBStyle {font-family: 'Roboto', sans-serif; }
.StandardCBStyle p, .normalPara p {margin: 0; padding: 0; font-family: 'Roboto', sans-serif; }

.StandardCBStyle a {color: #7F3035; text-decoration: underline;}
.StandardCBStyle a:hover {color: #000000;}

/* STANDARD CB */
.StandardCBStyle, .StandardCBStyle .normalPara p, .StandardCBStyle .normalPara, .StandardCBStyle p {font-size: 16px; line-height: 24px; color: #000000; font-weight: 400;}

.StandardCBStyle h3, .StandardCBStyle h4, .StandardCBStyle h5, .StandardCBStyle h6 {margin: 0; padding: 0; line-height: 1.7em; font-weight: 700; color: #000000; font-family: 'MrsOnion-Regular', "Arial Black", Gadget, sans-serif;}
.StandardCBStyle h3 {font-size: 1.3em;}
.StandardCBStyle h4 {font-size: 1.2em;}
.StandardCBStyle h5 {font-size: 1.1em;}
.StandardCBStyle h6 {font-size: 1em;}

.StandardCBStyle ul {margin: 10px 0 10px 0; padding:0 0 0 0}
.StandardCBStyle ul li  {margin:8px 0 15px 15px; padding: 0 45px 0 17px; list-style-type:none; line-height: 20px;}
.StandardCBStyle ul li:before  {color: #7F3035; font-family: 'df-icomoon'; content: "\e62a"; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; margin: 0 5px -6px -20px;}

.StandardCBStyle ol {margin: 15px 0 20px 15px; padding:0 0 0 0;}
.StandardCBStyle ol li  {margin:8px 0 15px 25px; padding:0 45px 0 5px; line-height: 23px; zoom:1; list-style-type: decimal-leading-zero;}

.StandardCBStyle hr {background-color: #cccccc; border: none; height: 1px;}
.StandardCBStyle blockquote {font-size: 18px; color: #666666; background-color: #f4f4f4; line-height: 1.9em; margin: 24px 0 24px 0; padding: 25px 35px 35px 35px; box-shadow: 0 0 10px #999; border: 4px solid #fff;}
.StandardCBStyle table {border-collapse: collapse; border-color: #f4f4f4; }
.StandardCBStyle table thead {background-color: #808080; border-collapse: collapse; border-color: #808080; color: #ffffff;}
.StandardCBStyle table thead td, .StandardCBStyle table thead th td  {border-color: #cccccc;}
.StandardCBStyle caption {caption-side:bottom; text-align: left; font-size: .75em;}

.StandardCBStyle .video-container.getout {max-width: 1280px; margin: 0 auto;}

.video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
   z-index: 4000;
   }

.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 4001;
   }

.video-container.getout {
max-width: 1280px;
margin: 0 auto;
}   

/* HOME CB */
.HomeCBStyle {font-family: 'Forum', cursive, 'Times New Roman', Times, serif;}
.HomeCBStyle p {margin: 0; padding: 0;}

.HomeCBStyle a {color: #7F3035; text-decoration: underline;}
.HomeCBStyle a:hover {color: #000000;} 
.HomeCBStyle, .HomeCBStyle .normalPara p, .HomeCBStyle .normalPara, .HomeCBStyle p {font-size: 14px; line-height: 1.8em; color: #333333; font-weight: 400;}
    


@font-face {
	font-family: 'df-icomoon';
	src:url('/Themes/Default/Content/fonts/df-icomoon.eot?a9yoq0');
	src:url('/Themes/Default/Content/fonts/df-icomoon.eot?#iefixa9yoq0') format('embedded-opentype'),
		url('/Themes/Default/Content/fonts/df-icomoon.woff?a9yoq0') format('woff'),
		url('/Themes/Default/Content/fonts/df-icomoon.ttf?a9yoq0') format('truetype'),
		url('/Themes/Default/Content/fonts/df-icomoon.svg?a9yoq0#df-icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.StandardCBStyle .fa-external-link-alt:before {
	top: 2px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 12px !important;
}
/*  STANDARD / 100% VIDEO EMBED   ================= */
.StandardCBStyle .video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
   z-index: 5;
   margin: 0 auto;
   text-align: center;
   width: 100%;
   }

.StandardCBStyle .video-container iframe,
.StandardCBStyle .video-container object,
.StandardCBStyle .video-container embed,
.StandardCBStyle .video-container video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   /*max-width: 640px;*/
   height: 100%;
   /*max-height: 420px;*/
   z-index: 4001;
   margin: 0 auto;
   text-align: center;
   }