/* COLORS:
802629 	- maroon
001d60	- blue
e6e4ec	- light-blue
f3f2f6 	- light-light blue
*/

@import url(//fonts.googleapis.com/css?family=Oswald:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@font-face { font-family: 'Simplifica'; src: url('fonts/simplifica.eot'); src: url('fonts/simplifica.eot?#iefix') format('embedded-opentype'), url('fonts/simplifica.svg#Simplifica') format('svg'), url('fonts/simplifica.woff') format('woff'), url('fonts/simplifica.ttf') format('truetype'); font-weight: normal; font-style: normal;}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Open Sans',sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color:#001d60; /* blue */
	line-height:1.4em;
}
em, strong, p {
	font-family: 'Open Sans', sans-serif;
}
span{
	color:#802629; /* maroon */
}
strong{
	font-weight:bold;
}
strong.maroon{
	color:#802629; /* maroon */
}
strong.larger{
	text-transform:uppercase;
	font-size: 1.4em;
	line-height: 1em;
}
html { 
  background: no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	line-height: 1;
	background:#FFF;
	min-width:100%;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes:no-quotes;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.wpb_content_element blockquote p{
  font-size: 20px;
  line-height: 1.8em;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 0 2px 2px #000;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 100;
	text-align: left;
}
h1,
h1 span,
h1 a:link,
h1 a:visited,
h2,
h2 span,
h2 a:link,
h2 a:visited,
h3,
h3 span,
h3 a:link,
h3 a:visited,
h4,
h4 span,
h4 a:link,
h4 a:visited,
h5,
h5 span,
h5 a:link,
h5 a:visited,
h6,	
h6 span,
h6 a:link,
h6 a:visited{
	color:#001d60; /* blue */
	font-family:'Open Sans', sans-serif;
	letter-spacing: -0.02em;
	font-weight: 800;
}
h1{ 
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 30px;
}
h1 span{
	line-height:1em;
	color:#802629; /* maroon */
}
h1.smaller{
	font-size:1.7em;
}
.standard h1{
	color:#802629; /* maroon */
}
.standard h1 span{
	color:#001d60; /* blue */
}
h2{ 
	line-height:1em;
	margin:10px 0 5px 0;
	text-transform:uppercase;
	color:#802629; /* maroon */
	font-weight:bold;
	font-size:1.8em
}
h3{ 
	color:#802629; /* maroon */
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.6em;
	margin-bottom: 10px;
}
h4,
h4 span{
	font-size:1.6em;
	letter-spacing:-0.05em;
	text-transform:uppercase;
	font-weight:bold;
}
h4 span{
	font-size:1em;
	color:#802629; /* maroon */
}
h4.inline{
	display:inline-block;
}
h5{
	font-size:1.5em;
	font-weight:normal;
	color:#802629; /* maroon */
	text-transform:none;
}
h6{
	color:#001d60; /* blue */
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:20px;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:link,a:visited,
a:link strong,a:visited strong{
	color:#802629; /* maroon */
	text-decoration:none;
}
a:active,a:hover,
a:active strong,a:hover strong{
	text-decoration:underline;
}
a:focus {
	outline: thin dotted;
}

hr{
	border: 0;
    height: 0;
    margin:30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.right,
.right p{
	text-align:right;
}
.clear{
	clear:both;
}


/* Styles */

/* Header */

/* Search */
.search{
	margin:5px 0px;
	height:28px;
}
.extra-contact-show {
    display: none; 
}
@media (max-width: 767px)
{    
    .search{
        float: right;
    }
}
input[type=text].search_input{
	float:left;
	display:block;
	width:85%;
	height:24px;
	margin:0;
	padding:3px;
	color:#aaa;
}
input[type=submit].search_submit{
	border:none;
	background-color:transparent;
	background-image:url('../images/icon_search.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:0 0;
	width:23px;
	height:23px;
	margin:0 0 0 3px;
	padding:0;
	cursor:pointer;
}
input[type=text],
textarea{
	background-color:#fff;
	border:1px #ccc solid;
	display:table-cell;
	font-size:14px;
	padding:3px;
	width:100%;
    
}
@media only screen and (max-width:1000px)
{
    input[type=text].search_input
    {
        width: 145px;
    }
    .extra-contact-show {
        
        display: none;
    }
}
@media (max-width: 600px)
{    
    input[type=text].search_input
    {
        width: 125px;
    }
}

/* Contact */
.contact{
	/*font-size:12px;
	font-weight:bold;*/
	height:100px;
}
.contactUs {
    background-color: #802629;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    width: 100%;
    /*margin-top:15px;*/
    display: inline-block;
    z-index: 100;
}

    .contactUs:hover {
        background-color: #001d60;
        color: white;
        cursor: pointer;
    }

    .contactUs:visited {
        background-color: #001d60;
        color: white;
    }
.contact a{
	/*font-weight:bold;
	color:#001d60; /* blue */
	/*text-transform:uppercase;*/
	/*padding-left:20px;*/
	/*background-image:url('../images/icon_contact.png');*/
	background-repeat:no-repeat;
}
@media only screen and (max-width:767px)
{
    .contact{        
	    height: 25px;
    }
    .contact a{
        float: right;
    }
    .extra-contact{
		display:none;
	}

    .extra-contact-show {
        display: block;
    }
     
}


/* Logo */
.logo{
	position:absolute;
	top:20px;
	left:-90px;
	z-index:1;
}
.logo_text a{
	display: block;
	padding-top: 20px;
}
@media only screen and (max-width: 1320px)
{
    .logo{
        max-width: 105px;
        left: -5px;
    }
}
@media only screen and (max-width: 1152px)
{
    .logo{
        left: 3px;
    }
    .logo_text img{
        padding-left: 15px;
    }
}
@media (max-width: 948px)
{
    .logo{
        max-width: 96px;
    }
    .logo_text img{
        max-width: 270px;
    }
}
@media (max-width: 767px)
{
    .logo_text img{
        padding-left: 25px;
    }
}
@media (max-width: 600px)
{    
    .logo{
        max-width: 64px;
    }
}


/* Nav */

/*IE10+ Nav Menu fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav.navbar-nav.mainMenu {
        width: 1030px;
    }
}

.menuBar {
    width: 100%;
    background-color: #001d60;
    color: white;
}
.navbar
{
    margin-bottom:0;
    border-bottom-width:0;
    border-top-width:0;
    min-height:0;
}
ul.nav.navbar-nav.mainMenu>li {
    font-size:.9em;
    text-transform:uppercase;
}
.navbar-nav>li>.dropdown-menu{
    background-color:#001d60;
    border:0px;
    padding:0px;
}
@media (min-width: 768px) {
    ul.nav.navbar-nav.mainMenu > li > a {
        border-right: 1px solid white;
    }
    ul.nav.navbar-nav.mainMenu > li:first-of-type a {
        border-left: 1px solid white;
    }
}
ul.nav.navbar-nav.mainMenu>li>a, ul.nav.navbar-nav.mainMenu>li>a:link, ul.nav.navbar-nav.mainMenu>li>a:visited, ul.nav.navbar-nav.mainMenu>li>a:active {
    color:white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #802629;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-toggle {
      border: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
  }
  #nav_faq ul
  {
      float:none !important;
  }
}
.navbar-nav > li {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav > li > a {
    padding: 15px 30px;
    line-height: 1.4em;
}
.navbar-default .navbar-nav>.active>a {
    background-color:#802629;
}
nav {
    margin-bottom:0;
}
.dropdown-menu>li>a
{
    padding:15px 30px;
    background-color:#802629;
    color:white;
    border: 0 !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active, .dropdown-menu>li>a:focus{
    background-color:#001d60;
    color:white;
}
@media (max-width: 1164px)
{
    .navbar-nav > li > a {
        padding: 15px 23px;
    }
}
@media (max-width: 1052px)
{
    .navbar-nav > li > a {
        padding: 15px 15px;
    }
}
@media (max-width: 948px)
{
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
}
@media (max-width: 830px)
{
    .navbar-nav > li > a {
        font-size: 11px;
    }
}


/* Footer */
footer{
	width:100%;
	background-color:#001d60; /* blue */
	margin:0 auto;
	padding:50px 0;
	text-align:center;
	color:#fff;
    font-size:0.8em;
}
footer ul{
	margin:10px 0;
	padding:0;
	list-style:none;
	text-align:center;
}
footer ul li{
	display:inline-block;
}
footer ul li a{
	display:block;
	color:#fff;
	border-right:1px #fff solid;
	padding:0 20px;
}
footer a, footer a:active, footer a:link, footer a:hover, footer a:visited {
    color:white;
}
footer ul li:last-of-type a{
	border-right:0;
}

/* Centered Column */
.row-centered {
    max-width:1120px;
    margin: 0 auto;
}
.col-centered {
    display:inline-block;
    float:none;
}

/* Side Menu */
.sidemenu{
	margin-top:50px;
}
.sidemenu h2{
	color:#001d60; /* blue */
}
.sidemenu ul li a.current-page{
	color:#802629; /* maroon */
	font-weight:bold;
}
@media only screen and (max-width:767px)
{
	.sidemenu{
		margin-top:0;
		padding:0 10px;
		border-bottom:1px #ccc solid;
		margin-bottom:50px;
	}
}

/* Origo col */
.origo-col
{
    padding: 0 0 0 0.5%;
}


/* Front Page */

/* Splash */
.splash_home {
	min-height:200px;
	background-image:url('../images/header_splash.jpg');
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100%;
}
@media only screen and (max-width: 1119px)
{
	.splash_home{
		background-size:auto 100%;
	}
}
.protecting{
	text-align:center;
	color:#fff;
	opacity:0.8;
	font-size:3em;
	font-weight:800;
	margin-top:100px;
	margin-bottom:50px;	
}
.quick_links{
	margin-bottom:50px;
}
.quick_links div
{
    padding: 0px 3px;
}
.quick_links a img{
	width:100%;
}

/* Content */
.content{
	margin:30px auto 60px auto;
}
.content p{
    margin-bottom: 20px;
}
.content ul{
	margin:0;
	padding:0;
}
.content ul li{
	margin: 10px 0;
	list-style-position: outside;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;	
	color:#001d60; /* blue */
}
.content ul li:before{
	content: "> ";
	color: #802629; /* maroon */
	margin-right: 5px;
}
.content ul li a{
	color:#001d60; /* blue */
	font-weight:normal;
}
.content ul li a span{
	color:#802629; /* maroon */
	font-weight:bold;
}
.content .scrollable{
	width:100%;
	height:250px;
	overflow:auto;
}
@media only screen and (max-width:767px)
{
	.content{
		padding:0 20px;
	}
}

/* Important Notices */
.importantnotice{
    text-align:center;  
    top: -22px;  
}
@media only screen and (max-width:1199px)
{
    .importantnotice{
        top: -72px;
    }
}
.importantnotice #importantnotices{
    margin-bottom: 8px;
    padding: 1%;
}
.importantnotice a#tab_button{
    background: url('../images/white-arrow.gif') no-repeat right -45px;
    background-color:#001d60; /* blue */
    color: #fff;
    padding: 0.5em 1.7em 0.5em 0.5em;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    position: relative;
}
.importantnotice a:focus{
    outline: none;
}
.importantnotice .active#tab_button{
    background-position: right 15px;   
}

/* Welcome */
.welcome p{
	line-height: 1.6em;
	font-size: 19px;
}
.content p.arrow-link a{
	display: block;
	padding-left: 50px;
	background-image: url('../images/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 42px;
	color: #001d60; /* blue */
	font-weight: bold;
	font-size:1.3em;
	line-height:1em;
	text-transform: uppercase;
	min-height:37px;
}
.content p.arrow-link a span{
	color:#802629; /* maroon */
}
.content p.arrow-link a span.tiny{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	margin-top:5px;
}

/* News */
.news{
	background-color:#fff;
	border:1px #ccc solid;
	padding:20px;
}
.news ul{
	margin:20px 0;
	padding:0;
}
.news ul li{
	margin: 10px 0;
	list-style-position: outside;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;	
}
.news ul li:before{
	content: "> ";
	color: #802629; /* maroon */
	margin-right: 5px;
}
.news ul li a{
	color:#001d60; /* blue */
	font-weight:normal;
}
.news ul li a span{
	white-space:nowrap;
	color:#802629; /* maroon */
	font-weight:bold;
}
.news_links a{
	display:block;
	background-color:#802629; /* maroon */
	padding:4px 4px 4px 32px;
	margin:10px 0;
	background-image: url('../images/icon_arrow_white.png');
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: auto 20px;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
}
.twitter_link a{
	display:block;
	background-color:#001d60; /* blue */
	padding:4px 4px 4px 32px;
	margin:10px 0;
	background-image: url('../images/icon_twitter_white.png');
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: auto 20px;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
}


/* Bottom Callout */
.callout_wrapper{
	width:100%;
	background-color:#001d60; /* blue */
	padding:20px 0;
	margin: 0;
}
.callout_wrapper .row .col{
	display: table;
    margin-bottom: 5px;
    padding: 0px 2px;
}
.callout_wrapper h3{
	display: block;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin: 20px;
}
.callout_wrapper a:link,
.callout_wrapper a:visited{
    display: table-cell;
    width: 100%;
    background-color:#6f759f; /* light blue */
    padding: 0 20px 0 52px;
	margin:2px 0;
	background-image: url('../images/icon_arrow_white.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 20px;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 1em;
    height: 65px;
    vertical-align: middle;
}
.callout_wrapper a:active,
.callout_wrapper a:hover{
	background-color:#802629; /* maroon */
}


/* Accordion Document */
.expand_link h3{
	background-color:#001d60; /* blue */
	background-image: url('../images/icon_plus.png');
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: auto 100%;
	padding:4px;
	margin:10px 0;
	color: #fff;
	font-size: 16px;	
}


/* Shaded Panel */
.shaded{
	background-color:#f1f1f5; /* light blue */
	padding:4%;
}
.shaded h3{
	font-size:18px;
}
.shaded li{
	font-size:14px;
	line-height:1.2em;
	margin:5px 0;
}
.shaded img{
	display:block;
	margin:10px auto;
}
.shaded label{
    font-weight: normal;
    margin: 5px 0;
}
.shaded input,
.shaded select{
    margin: 5px 0;
    padding: 0 3px;
}
.statement{
	background:rgba(255,255,255,0.8);
	padding:50px 75px;
	margin:130px 0;
	font-size:26px;
}
@media only screen and (max-width:767px)
{
    .statement{
		margin:10px 0;
		padding:30px;
	}
	.statement p{
		font-size:0.8em;
	}
}


/* Remove Padding */
.no_padding{
    padding: 0;
}


/* Splash */
.splash_wrapper{
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100%;
}
@media only screen and (max-width: 1119px)
{
	.splash_wrapper{
		background-size:auto 100%;
	}
}


/* Contact Us */
.content .contact_link,
.content .contact_link a{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.content .contact_link img,
.content .contact_link a img{
	display:inline-block;
	float:left;
	margin-right:10px;
}
.content .contact_link h4,
.content .contact_link a h4,
.content .contact_link h1,
.content .contact_link a h1{
	display:inline-block;
	float:left;
}


/* About */
.splash_wrapper.about {
	min-height:200px;
	background-image:url('../images/header_splash_about.jpg');
}
.highlight{
	background-color:#802629; /* maroon */
	color:#fff;
	padding:30px;
	margin:50px 0 0 10px;
}
.highlight img{
	margin:0 auto 20px auto;
}
.content .highlight a:link,
.content .highlight a:visited,
.content .highlight a:link p,
.content .highlight a:visited p{
	color:#fff;
	text-decoration:none;
}

/* Resources */
.border-right{
	border-right:1px #ccc solid;
}
@media (max-width: 767px)
{
    .border-right
    {
        border-right: 0;
        margin-bottom: 50px;
    }
}


/* Fees */
.fees p{
    margin-bottom: 0px;
}


/* Complaint */
.calendar{
    display: flex;
}
.calendar img{
    margin: auto 5px auto 0;
}
input[type=submit],
input[type=reset],
input[type=button]{
	background-color:#802629; /* maroon */
	border:none;
	color:#fff;
	font-size:1.3em;
	font-weight:100;
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	padding:8px 20px;
	margin:20px 0;
}   


/* Publications */
.splash_wrapper.pubs{
	min-height:350px;
	background-image:url('../images/header_splash_publications.jpg');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_publications.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_publications.jpg', sizingMethod='scale')";
}


/* Licensing */
.content ul li.news_links{
	text-indent:0;
	margin:0;
	padding:0;
}
.content ul li.news_links a{
	color:#fff;
	text-transform:none;
	font-weight:normal;
	max-width:200px;
}
.content ul li.news_links:before{
	content:'';
	margin:0;
}
.icon_link{
	text-align:center;
	height: 110px;
	margin: 20px 0;
}
.icon_link img{
	display:block;
	margin:0 auto;
}
.icon_link a{
	color: #001d60; /* blue */
}
.icon_link.big_news_links a{
	display:block;
	background-color:#802629; /* maroon */
	padding:20px 4px 20px 50px;
	margin:10px 0;
	background-image: url('../images/icon_arrow_white.png');
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: auto 20px;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
	max-width: 200px;
	margin: auto;
}
@media only screen and (min-width: 1321px)
{
    .offset_top_licensing{
        margin-top:80px;
    }
}


/* Laws Rules */
.splash_wrapper.lawsrules{
	min-height:350px;
	background-image:url('../images/header_splash_laws_rules.jpg');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_laws_rules.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_laws_rules.jpg', sizingMethod='scale')";
}


/* Law Enforcement */
.splash_wrapper.lawenforcement{
	min-height:350px;
	background-image:url('../images/header_splash_law_enforcement.jpg');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_law_enforcement.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_law_enforcement.jpg', sizingMethod='scale')";
}


/* FAQs */
.splash_wrapper.faq{
	min-height:350px;
	background-image:url('../images/header_splash_faq.jpg');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_faq.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_faq.jpg', sizingMethod='scale')";
}
.faq_search{
	background-color:#6f759f; /* light blue */
}
.faq_search .col{
    display: table;
}
.faq_search .col label{
    width: 150px;
	margin:10px;
    line-height: 2.3em;
    color:#fff;
}
.faq_search .col input{
	margin:10px;
    width: 94%;
	padding:1%;
}
.faq_search .col span{
    display: table-cell;
    width: 100%;
}
@media only screen and (max-width: 767px)
{
    .faq_search .col span{
        display: block;
    }
}
.offset_top_faq{
    margin-top: 30px;
}
.faq_answer_visible{
	display:block;
	visibility:visible;
	color:#802629;
	margin-left:50px;
}
.faq_answer_visible a{
    color: #001d60 !important;
    text-decoration: underline;
}
.faq_answer_hidden{
	display:none;
	visibility:hidden;
}



/* EPTS */
.epts p{
    margin-bottom: 20px;
}
.eptslist li{
    list-style-type:decimal;
    margin-left:30px;
}
.eptsrow{
    height: 2em;
}


/* Table Border */   
.table_border th,
.table_border td{
    border:1px solid;
    vertical-align:middle;
    padding: 0 5px 0 10px;
}
.table_border th{
    font-weight: bold;
    text-align: center;
}


/* Search Results */
.offset_top_search{
    margin-top: 30px;
}
@media only screen and (min-width: 1321px)
{
    .offset_top_search{
        margin-top:80px;
    }
}


/* RSS */
.rss ul li{
    margin: 0;
	text-indent: 1em;	
}
.rss ul li:before{
	content: "";
}
.rss .category li{
    margin: 5px 0;
    font-weight: bold;
}


/* Offsets */
.offset_top_large{
    margin-top: 100px;
}
.offset_top_medium{
    margin-top: 50px;
}
.offset_top_small{
    margin-top: 20px;
}
.offset_bottom_large{
    margin-bottom: 100px;
}
.offset_bottom_medium{
    margin-bottom: 50px;
}
.offset_bottom_small{
    margin-bottom: 20px;
}
.offset_bottom_extraSmall{
    margin-bottom: 15px;
}

.hiddenOverflow{
    overflow:no-content;
}


/* Force Color */
.force_maroon{
    color: #802629 !important;
}

.ButtonNDC{
    margin:0px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
     background-color:#802629; /* maroon */
	border:none;
	color:#fff;
	font-size:1.3em;
	font-weight:100;
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	padding:8px 20px;
	margin:20px 0;
}

@-ms-viewport{
width:auto!important;
}

.txtBoxDiv{
    overflow:hidden;
    
    padding-left:12px;
    padding-right:12px;
    padding-top:6px;
}
