/*
Theme Name: Digest of Motor Laws
Theme URI: http://m5designstudio.com/
Author: M5 Design
Author URI: http://m5designstudio.com/
Description: Bootstrap responsive, 1280px
Version: 01

*/
 
 /* /////////////////////////////
    COLORS
 /////////////////////////////
 
Dark Blue
#04445f

Medium Blue
#3b5661

Green 
#92af4a

Red
#e8112a

light gray
#e2e7e7

Black
#000

 */
 
 
 /* /////////////////////////////////////////////////////////////
  BOOTSTRAP
/////////////////////////////////////////////////////////////*/


 img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a:focus {
    outline:none;
}
 
 /* /////////////////////////////////////////////////////////////
  TYPOGRAPHY
/////////////////////////////////////////////////////////////*/


body {
    color:#000;
	font-weight:300;
	background-color:#fff;
	letter-spacing: 0.2px;
    line-height: 120%;
	font-family: 'Questrial', Verdana, sans-serif;
	font-size:15px
}

 /* ::::::: Links :::::::*/
  
a:link, a:visited {
  color: #0F6294;
  text-decoration: none;
  font-weight:normal
}


a:active, a:hover {
	color: #e8112a ;
	text-decoration:none;
	font-weight:normal
}



 /* ::::::: Headings :::::::*/

h1{
  margin: 10px 0;
  font-family: 'Oswald', Helvetica, sans-serif;
  font-weight: 400;
  font-style:normal;
  line-height: 110%;
  color:#04445f;
  text-transform:uppercase;
}

h2{
	font-size: 28px
	
}

h2,
h3,
h4,
h5,
h6 {
   font-family:  'Oswald', Helvetica, sans-serif;
  margin: 10px 0;
  color:#04445f;
  font-weight:400;
  text-transform:uppercase;
   letter-spacing: 0.5px;
}


h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited
 {
  color:#04445f;
  line-height: 20px;
   letter-spacing: 0.5px;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
  color:#e8112a;
  line-height: 20px;
  text-decoration:none
}


h2 small {
    font-size: 24.5px;
}



 /* ::::::: Paragraphs :::::::*/

#content p{
	margin-bottom: 20px
	
}



 /* ::::::: Lists:::::::*/


#content li{
	margin: 0 0 15px 25px
	
}

#content li li{
	margin-bottom:3px
	
}




/* Divider*/

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


 /*::::::: Tables :::::::*/
 
 #content table {
    max-width: 100%;
    width: 100%;
}

#content table {
    background-color: #FFFFFF;
}

#content table thead {
	background-color: #F4F4F4;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

#content table img{
	border: none;
	margin: 0px
	
}


#content table{
	border: 1px solid #ddd;
}

#content  table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
#content  table > tbody > tr > td, table > tbody > tr > th, #content  table > tfoot > tr > td, #content  table > tfoot > tr > th, #content  table > thead > tr > td, #content  table > thead > tr > th {
    line-height: 1.42857;
    padding: 8px;
}

#content  table > tbody > tr > td,#content  table > tbody > tr > th, #content  table > tfoot > tr > td, table > tfoot > tr > th, #content  table > thead > tr > td, #content  table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
 
 /*::::::: Breadcrumbs :::::::*/


.breadcrumbs{
    margin-bottom:15px;
	font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
	color:#CCC;
	font-weight:normal;	
	font-size:25px
	
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color:#04445f;
	font-size:18px
}

.breadcrumbs a:hover, .breadcrumbs a:active{
		color:#e8112a;
		font-size:18px
}


.breadcrumbs strong{
	font-weight:400;
	color:#e8112a;
	font-size:18px
	
}


/*::::::: Sidebar Tagcloud :::::::*/


.tagcloud a:link, .tagcloud a:visited{
    background-color: #eeeeee;
    border-radius: 5px;
    color: #666666;
    display: block;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px;
	text-transform:uppercase;

}


.tagcloud a:active, .tagcloud a:hover {
	  background-color: #04445f;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px 10px;
    text-decoration: none;
    width: 100%;
	padding: 10px;
	text-transform:uppercase;

}


 /*::::::: Sidebar Widgets :::::::*/
 
 #primary #navSearch,  #primary #search {
	 width:100%
	 
 }

.widget_categories a:link, .widget_categories a:visited{
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
	display: block;
}

.widget_categories a:hover, .widget_categories a:active{
    background-color: #04445F;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
	display: block;
	text-decoration:none
}




 /* /////////////////////////////////////////////////////////////
  STRUCTURE
/////////////////////////////////////////////////////////////*/
.main-menu{
	background-color: #04445F;
	 margin-bottom: 3px;
	 border-bottom: 4px solid #92af4a;
}


#content {
    padding: 0 20px;
}

header {
    margin-bottom: 30px;
	padding: 0 15px;
}

/* /////////////////////////////////////////////////////////////
HEADER
/////////////////////////////////////////////////////////////*/

.logo img {
    display: block;
    margin: 10px auto;
}



/* /////////////////////////////////////////////////////////////
NAVIGATION 
/////////////////////////////////////////////////////////////*/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color:transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:14px
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color:#032E3F;
	color: #fff;
}


/* selected parent dropdown menu*/
 .navbar-default .navbar-nav .current-menu-parent > a {
  color: #fff;
  background-color: #032E3F;
   font-weight: normal;
}

/* selected parent dropdown menu hover*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color:  #032E3F;
    color: #fff;
}


/*selected current dropdown menu*/
.current_page_item {
	background-color:#eaeaea;
	font-weight: normal;
	color:#fff	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #92af4a;
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0f6294;
}


 input#search {
   background-image: url("images/search.png");
    background-position: 7px 9px;
    background-repeat: no-repeat;
    padding: 10px 8px 10px 30px;
}


input[type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}


/* secondary menu */
#menu-secondary-menu{
   clear: both;
    float: right;
    list-style: outside none none;
    padding-left: 0;
 margin-top: 15px;
}

#menu-secondary-menu li{
 float: left;
    margin: 0;
	
}

#menu-secondary-menu a:link, #menu-secondary-menu a:visited{
color: #000;
text-decoration:none;
 margin: 0 0 0 20px;

}

#menu-secondary-menu a:hover, #menu-secondary-menu a:active{
color:#e8112a;
 margin: 0 0 0 20px;

}


/*Uber menu*/

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: auto!important;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    width: 95%!important;
}



/*margin to see green bar
.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width */


.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-center{
    margin-top: 4px;
}


/*caret*/

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
    font-size: 20px!important;
    font-weight: bold!important;
    margin-top: -10px!important;

}

a.ubermenu-responsive-toggle {
	color:#fff
	
}

a.ubermenu-responsive-toggle:hover, a.ubermenu-responsive-toggle:active {
	color:#D4ECF9
	
}


.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) {
    padding-right: 52px!important
}



.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-12741.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto {
    float: right;
    margin-right: 10px;
}

/*remove headers*/
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    display: none;
}

/*remove search padding*/

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    padding: 0;
}

/*::::::: Social media :::::::*/

.round {
    border: 2px solid #172d3b;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 38px;
    padding: 5px 0 0;
    text-align: center;
    width: 38px;
	float:left;
	margin-right:5px
}


.socialmedia{
	float:right;
	margin: 0px -10px 20px 0;
	clear:both
}

.socialmedia a:link, .socialmedia a:visited {
    color: #182d3b;
}
.socialmedia a:active, .socialmedia a:hover {
    color: #ed1c2e;
}

.fa.fa.pin {
    font-size: 27px;
    margin-top: -3px;
}

.fa.fa-google-plus {
    margin-left: 1px;
    margin-top: 2px;
}


/* /////////////////////////////////////////////////////////////
WordPress Core
/////////////////////////////////////////////////////////////*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.sticky{
	font-weight:300
}

.bypostauthor{
		font-weight:300	
}

/* /////////////////////////////////////////////////////////////
SHARE THIS PLUGIN
/////////////////////////////////////////////////////////////*/


#sthoverbuttons #sthoverbuttons-top, #sthoverbuttons .sthoverbuttons-shade-l, #sthoverbuttons .sthoverbuttons-bottom-l{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important
}

#sthoverbuttons {
    background-color: #fff;
}


/* /////////////////////////////////////////////////////////////
BLOG POSTS 
/////////////////////////////////////////////////////////////*/


.wp-post-image{
	margin:0px 20px 10px 0px
	
}

.entry-metaA{
	margin: 0px 0px 10px 0px;
		
}


.entry-metaA span{
		margin-top: 8px !important;
	
	
}

.entry-meta{
 border-bottom: 1px solid #EFEFEF;
    float: left;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 10px 0 ;
	width:100%
}

.entry-utility {
	border-bottom: 2px solid #CDCCCC;
	border-top: 2px dotted #CCCCCC;
	clear: both;
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #A5A5A5
}

.entry-content .wp-post-image{
	float:left
	
}

.entry-utility span{
	 padding-right:5px;
	 margin-right:10px;
	 border-right:1px solid #CCC
}

.entry-summary{
	margin-top:15px
	
}

.shareB {
    margin-left: 0px;
}


h2.entry-title a:link, h2.entry-title a:visited {
  color:#04445f;
  text-decoration: none;
  font-weight:normal;
  margin-top:0px;
}

h2.entry-title a:active, h2.entry-title a:hover {
  color: #e8112a;
  text-decoration: none;
  font-weight:normal;
  margin-top:0px;
}

h2.entry-title{
	margin-top:0px;
	
}


/* Categories */



.categ h3{
	font-size:20px
	
}

.categ .panel-group {
    margin-bottom: 0;
}


.categ .panel {
    background-color: #fff;
    box-shadow:none;
}

.categ .panel-default {
    border-color: #fff;
	border-bottom: 1px solid #000
}

.categ .panel-default > .panel-heading {
    background-color: #fff;
    border-color:transparent;
}

.categ .panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.panel-title a {
    display: block;
    position: relative;
    width: 100%;
}


.categ .panel-title {
    font-size: 23px;
}

.categ .panel-title a:link,  .categ .panel-title a:visited{
	color:#000
}


.categ .panel-title a:hover,  .categ .panel-title a:active{
    color:#e8112a;
}



.categ .panel-title a .oup-openclose-icon {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 30%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
  
}
.categ .panel-title a.collapsed .oup-openclose-icon {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}










/* Tags */

.black{
	color:#000;
	 margin: 20px 0;
	
}


.lawstabs {
    margin-top: 20px;
}

#content .lawstabs .nav-tabs {
    border-bottom: 2px solid #000;
}

#content .lawstabs li{
	margin: 0 20px 0 0
	
}


.lawstabs  .nav.nav-tabs  li  a  {
	background-color: #04445f;
    border-bottom:1px solid #000;
    color: #ffffff;
	line-height:120%;
	font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
    border-radius:0;
    padding-bottom: 8px;
    padding-top: 8px;
	font-size:30px;
	letter-spacing:1px;
	text-transform:uppercase
	
	
}


.lawstabs .nav.nav-tabs  li  a:hover  {
	background-color: #92af4a;
	color:#fff;
    border-bottom:1px solid #000;

}

.lawstabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #04445f;
    border-color:transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #92af4a;
    cursor: default;
		text-transform:uppercase

}




.lawstabs .tab-content > .active {
    display: block;
    padding: 20px 0 0;
}


/* /////////////////////////////////////////////////////////////
BLOG SINGLE
/////////////////////////////////////////////////////////////*/

/*h1.entry-title, h1.page-title {

    font-weight: normal;
}

h1.page-title{ 
margin-bottom:30px

}*/

/*  Related Posts */



/*  Comments */
.comment-form-comment #comment{
	width:100%
	
}

#comments-title, #reply-title{
	background-color: #094569;
	color:#fff;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 0 0;
	margin: 50px 0;
	padding: 8px 15px;
	
	
}



.avatar {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.commentlist{
	list-style-type:none;
	padding: 0px;
	margin:0px;
	overflow:hidden
	
}

.commentlist li{
	padding:0px
	
}

.commentlist ul li{
		list-style-type:none;
		

}
.commentlist hr{
	margin-top:0px
	}


/*  Related Posts */

.relatedP{
	font-size:14px
	
}
.relatedP h4 a:link, .relatedP h4 a:visited{
	color:#04445f;
	font-size:20px;
	text-decoration:none

}

.relatedP h4 a:hover, .relatedP h4 a:active{
	color:#e8112a;
	font-size:20px;
	text-decoration:none
}


.related-title {
    background-color: #04445f;
	color:#fff;
    border-radius: 0 0 0 0;
    margin: 0 0 10px 0;
    padding: 8px 15px;
	
}



/*Gallery/////////////////////////////////////////////////
/////////////////////////////////////////////////////////////*/


.gallery-columns-3{
	float:left;
	clear:both
	
}


dl.gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    width: 31.33%;
}


/* /////////////////////////////////////////////////////////////
SIDEBAR
/////////////////////////////////////////////////////////////*/

#primary.widget-area{

background-color: #F8F8F8;
    border-left: 1px solid #EFEFEF;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;	
	margin-top:10px;
	overflow:hidden
	
}


#primary.widget-area ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0 !important;

}

#primary.widget-area a, #primary.widget-area a:hover{
	font-weight:normal;
	
	
}

#primary.widget-area hr {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 10px;
    margin-top: 5px;
}

#primary.widget-area .widget-title {
    
    color: #04445f;
    font-size: 25px;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 2px;
}

#primary.widget-area aside{
	margin-bottom:25px;
	overflow:hidden
	
}


#primary.widget-area li.current-cat a:link, #primary.widget-area li.current-cat a:visited{
	background-color: #a2a1a1;
	 color: #FFFFFF;
}

#primary.widget-area li.current-cat a:hover{
	background-color: #0f6294;
    color: #FFFFFF;
}

/* tag  cloud*/

.wp-tag-cloud li{
	
	float:left;
	display:block;
	margin-bottom:5px
	
}

.wp-tag-cloud li a:link, .wp-tag-cloud li a:visited{
    border-radius: 5px 5px 5px 5px;
    padding: 4px 10px;
	color:#666;
	background-color: #EEE;
	margin-bottom: 10px;
	float:left;
	margin-right: 10px;
	text-decoration:none;
	display:block;
	width:100%
	
}
.wp-tag-cloud li a:active, .wp-tag-cloud li a:hover {
	border-radius: 5px 5px 5px 5px;
	padding: 4px 10px;
	background-color: #0f6294;
    color: #FFFFFF;
	margin-bottom: 10px;
	float:left;
	margin-right: 10px;
	text-decoration:none;
	display:block;
	width:100%
}



/* /////////////////////////////////////////////////////////////
FOOTER
/////////////////////////////////////////////////////////////*/


footer{
	background-color: #e2e7e7;
	color: #3e3e3e;
	padding: 40px 0;
	font-size: 14px;
	margin-top:30px
}	


footer a:link, footer a:visited {
color: #3e3e3e;
text-decoration:none
}

footer a:active, footer a:hover{
color: #e8112a;
text-decoration:underline
}



footer h3{
	color:#3b5661;
	font-size:20px
	
}

footer ul{
	list-style-type:none;
	margin:0px;
	padding:0px
	
}

.flogo{
	margin-top:20px;
	
}

.copyright{
	background-color: #04445F;
    color: #fff;
    font-size: 12px;
    text-align: center;
	border-top:4px solid#fff;
}

.copyright a:link,.copyright a:visited{
	color:#fff
}
 .copyright a:hover, .copyright a:active{
	color:#fff;
	text-decoration:underline;
	

}

.copypad{
	padding: 15px 0px
	
}

.copyright span{
	margin: 0 5px
	
}

ul.blue,  ul#menu-secondary {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

footer ul.blue li {
    background-image: url("images/blue.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 5px;
    padding-left: 25px;
}

 ul#menu-secondary li {
    background-image: url("images/gray.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 20px;
    padding-left: 25px;
}

 ul#menu-secondary li a:link,ul#menu-secondary li a:visited { 
 color:#535353
 }
 
  ul#menu-secondary li a:hover,ul#menu-secondary li a:active { 
 color:#0078c8

 }


 ul#menu-secondary li.current_page_item{
    background-color:transparent;
}




/* /////////////////////////////////////////////////////////////
HELPER CLASSES
/////////////////////////////////////////////////////////////
.center-block
 .pull-left
 .pull-right 
 .clearfix
 .show
 .hidden 
 .invisible
 .visible-xs-*
 .visible-sm-*
 .visible-md-*
 .visible-lg-*
 .hidden-xs
 .hidden-sm
 .hidden-md
 .hidden-lg
 .text-left
 .text-center
 .text-right
 
/////////////////////////////////////////////////////////////*/

.paddingA{
	padding:10px
	
}

.paddingAA{
	padding:20px
	
}

.paddingT{
	padding:10px 0px 0px 0px 
	
}

.paddingR{
	padding:0px 10px 0px 0px 
	
}

.paddingB{
	padding:0px 0px 10px 0px 
	
}
.paddingL{
	padding:0px 0px 0px 10px 
	
}


.nomarginT{
	margin-top:0%
	
}


.nomarginR{
	margin-right:0%
	
}

.nomarginB{
	margin-bottom:0%
	
}

.nomarginL{
	margin-left:0%
	
}



/* /////////////////////////////////////////////////////////////
SHORTCODES
/////////////////////////////////////////////////////////////*/
 
 /* ******TABS ********/
  


 #content .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

  .nav-tabs > li > a {
    background-color: #1477ac;
	color:#fff;
  }
	
	 .nav-tabs  li  a:hover,   .nav-tabs  li  a:active{
    background-color: #0E6591;
	color:#fff;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	  background-color:  #182D3B;
	color:#fff;
 
  }
  
  #content .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tab-content > .active {
    background-color: #fff;
    border:none;
	box-shadow:none;
    padding: 20px;

}

a:focus {
    outline: none;
}


/*  ******   COLLAPSABLES  *****  */

.panel-heading {
	padding: 0px
	
}
.panel-default > .panel-heading {
    background-color: #1477ac;
}

h4.panel-title a{
	color:#fff;
	background-color: #1477ac;
	display:block;
	padding:15px 20px
	
}

h4.panel-title a:hover{
	color:#fff;
	background-color: #182D3B;
}

.panel-heading p{
	display:none
	
}

/*  buttons */

a.btn-default {
    background-color: #1477ac;
    border-color: #0e6591;
	
}

a:hover.btn-default {
    background-color: #182D3B;
    border-color: #0e6591;
	color:#fff
	
}
	
a.btn{
	color:#fff
	
}
	
blockquote {
    border-left: 5px solid #1477ac;
	
}




/* /////////////////////////////////////////////////////////////
HOME
/////////////////////////////////////////////////////////////*/

.home .main-menu {
    margin-bottom: 30px;
}


/*Map Tabs*/

.selectmap{
	float:left;
	color: #04445f;
    font-family: "Oswald",Helvetica,sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
	text-align:right;
	width: 250px;
}

.selectcountry {
	width:100%;
	text-align:center;
	color: #04445f;
    font-family: "Oswald",Helvetica,sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    border-top: 2px solid #e2e7e7;
	margin: 20px 0 10px;
	padding-top: 20px;
	
}

.maptabs .nav-tabs {
    border-bottom:none;
}


.maptabs .nav-tabs > li {
    float: right;
	margin-left: 10px;
	
}

.maptabs .nav-tabs {
	float:right

}

.maptabs .tab-content {
    clear: both;
    float: left;
	width:100%
}


.maptabs .nav.nav-tabs  li  a  {
	background-color: #04445f;
    border-bottom:none;
    color: #ffffff;
	line-height:120%;
	font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
    border-radius:0;
    padding-bottom: 8px;
    padding-top: 8px;
	font-size:30px;
	letter-spacing:1px;
	
	
}


.maptabs .nav.nav-tabs  li  a:hover  {
	background-color: #92af4a;
	color:#fff

}

.maptabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #04445f;
    border-color:transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #92af4a;
    cursor: default;
}



.selectH {
    background-color: #a3bf59;
    border-bottom: 2px solid #fff;
    padding: 10px;
	font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
	color:#000;
	text-transform:uppercase
}

.form-control{
	font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
	color:#000;
	text-transform:uppercase;
	letter-spacing:0.5px
	
}



#canada.tab-pane.active #mapsvg-14456, #usa.tab-pane.active #mapsvg-14456{
   min-height: 385px; 
   height:385px!important; 
  /* height:auto!important;*/ 
  
}

/* /////////////////////////////////////////////////////////////
STATE REGISTRATION
/////////////////////////////////////////////////////////////*/

.reg {
    border-right: 2px solid #000;
    min-height: 215px;
	border-bottom:none
}


/* /////////////////////////////////////////////////////////////
RESPONSIVE
/////////////////////////////////////////////////////////////*/


/*  /// Large desktop  //////
/////////////////////////////////////*/


@media (min-width: 1200px){
	
}

@media (max-width: 1199px){
	
}



/*  /// Small desktop  //////
/////////////////////////////////////*/


@media (min-width: 980px) and (max-width: 1200px){
	
}

@media (min-width: 992px) and (max-width: 1199px){
	.selectmap{
	width: 150px;
}

}

@media (min-width: 960px) and (max-width: 1199px){
.ubermenu .ubermenu-search .ubermenu-searchform {
    width: 100%!important;
}



.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-12741.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto {
    float: left;
    margin-right: 0px;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 20px!important;
    padding-right: 20px!important;
}


}

@media (min-width: 960px) and (max-width: 991px){
	
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 10px!important;
    padding-right: 10px!important;
	font-size: 12px;
}
	
.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-12741.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto {
    width: 200px;
}


}


@media (min-width: 768px) and (max-width: 991px){
	.selectmap{
	width: 100%;
	text-align:right
}

}



@media (max-width: 980px){
	/*.searchB {
    display: none;
}*/


.main-menu{
	margin-top: 10px
	
}



}


@media (min-width: 979px) and (max-width: 1200px) {
	
}


@media (min-width: 980px) and (max-width: 1199px){
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.navbar-default .navbar-nav > li > a {
    font-size: 11.6px;
    padding: 15px 8px;
}

ul#menu-secondary li{
    margin: 0;
}

}


@media (max-width: 957px){
	
	.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    background-color:#04445F!important;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { background-color:#03394F!important; }

.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-12741.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto {
    margin-right: 0px;
}

}


@media (min-width: 540px) and (max-width: 767px){
	.selectmap{
	width: 130px;
}
#menu-secondary-menu{
	margin-top:0px
}

.logo img {
	margin-bottom:0px
}




#menu-secondary-menu a:link, #menu-secondary-menu a:visited {
    margin: 0 10px;
}

}

/*   /////Intermediated: before phone landscape 481 and before desktop 980px
includes tablet portrait ///////////////////  */


@media (min-width: 481px) and (max-width: 979px){
	
}

@media (min-width: 480px) and (max-width: 979px){
}

@media (max-width: 991px) {
.reg {
    border-right: 0px none;
    min-height: 50px;
	border-bottom:2px solid #000
}
	
}





/* /// Landscape phone to portrait tablet  //////
/////////////////////////////////////*/

@media (max-width: 767px){
	#content {
    padding: 0 4%;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #c0e5fc;
}


#primary.widget-area {
    border-left:none
}

#third{
	clear:left
	
}

.maptabs {
    margin-top: 20px;
	border-top: 2px solid #e2e7e7;
	padding-top: 20px
}


.breadcrumbs {
    margin-top: 20px;

}



}

@media (min-width: 767px){
	
	
}

@media (min-width: 440px) and (max-width: 767px){
	
}

@media (min-width: 650px) and (max-width: 766px){
	
}







@media (min-width: 769px) and (max-width: 1199px){
	
}


/* /// iPHONE LANDSCAPE //////
/////////////////////////////////////*/


@media (min-width: 667px){
	.mobileH{
		display:block
		
	}
	
	.mobileS{
		display:none
		
	}
	

	
}



@media (max-width: 667px){
	.mobileH{
		display:none
		
	}
	
	.mobileS{
		display:block
		
	}
	
	.logo img {
    margin: 0 auto;
}


.maptabs .nav.nav-tabs li a {
    font-size: 20px;
}

.maptabs .tab-content {
    padding: 10px 15px 0;
}

.maptabs .tab-content {
    width: 100%;
}

.maptabs .nav-tabs {
    float: none;
    margin: 0 auto;
    width: 289px;
}

.maptabs .nav-tabs > li {
	margin-left:0px;
    margin-right: 10px;
}

.maptabs {
    margin-top: 0px;
	border-top:none;
	padding-top:0px;
}


	.lawstabs  .nav.nav-tabs  li  a {
		font-size: 20px
		
	}
	
	
}




@media (max-width: 593px){
	

.socialmedia{
    float: none;
    text-align: center;
	margin-bottom: 10px;
}


	.selectmap{
	width: 100%;
}



	
}

@media (max-width: 493px){


#branding{
	display: none
	
}

.socialmedia{
	display:none
}
	
.categ .panel-title a:link, .categ .panel-title a:visited {
    padding: 10px 0;
	font-size:15px
}

.categ img{
	display:none
	
}
.categ .panel-title a .oup-openclose-icon {
 top: 10%;
}
	
	
/*	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 50%;
	background-color:red
}
	
.ubermenu-submenu.ubermenu-submenu-id-11.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
    clear: none;
    float: left;
    width: 50%!important;
	min-width:50%;
	
}

 .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 50%;
	background:red
}*/
	
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 45%!important;
}

	
}


@media (max-width: 479px){
	
	.ubermenu .ubermenu-search .ubermenu-searchform {
    width: 92% !important;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    margin: 7px 20px !important;

}
	
}

@media (max-width: 350px){
	.lawstabs  .nav.nav-tabs  li  a {
		font-size: 18px
	}
	

}

@media (min-width: 371px) and (max-width: 767px){
	.menu-secondary-menu-container {
    margin: 0 auto;
    overflow: hidden;
    width: 324px;
	position: relative;
	left:10px
}

.socialmedia {
    clear: both;
    overflow: hidden;
    width: 301px;
	float:none;
	margin:0 auto;
	position: relative;
	left:10px
}

}


@media (max-width: 370px){
	
	#menu-secondary-menu a:link, #menu-secondary-menu a:visited {
    margin: 0 0 0 10px;
	}
}


/* =Print Styles
-------------------------------------------------------------- */

@media print {
	
	body{
		background:none;
		font-size:10pt;
	}
	
	.socialmedia,
	.main-menu, 
	.menu-secondary-menu-container,
	.breadcrumbs, 
	.maptabs,
	.selectH, 
	footer,  
	#secondary,
	#primary, 
	.menuBox, 
	
	.relatedP, 
	.related-title,
	#comments, 
	.entry-meta, 
	.entry-utility, 
	.entry-metaA, 
	.share {
		display:none
	}
	
	#content, .col-sm-8.col-md-8, 
	.col-sm-9.col-md-9, .col-sm-5.col-md-5  {
		width:100%;
		float:none;
	}
	
	
	img.logo{
	display: block;
    margin:0 auto
		
	}
	
	
	 #branding{
		text-align:center
	}

.collapse {
    display: block;
}

.h1, h1, .lawstabs .nav.nav-tabs li a {
    font-size: 20px;
}

.h3, h3 {
    font-size: 15px;
}

/* remove links urls*/
a:after { content:''; }
a[href]:after { content: none !important; }
	
	
@page { 
margin: 1in
}

}
