/* 
Theme Name: Divorce Canada
Version: 1.0
Description: Divorce-Canada.ca WordPress Theme.
Author: Matthew Dilts, Nautalex Software Services Inc.
Author URI: http://www.nautalex.com/nss
*/

@import url("reset.css");

body{
	background: #ffffff;
	/*background: #c3cba3;
	background: #c0c0c0;
	background: #e8e7eb;
	background-repeat: repeat-x;*/
	background: #e8e7eb;
	background: url('images/background.jpg') #7c6f91;
	background-position: top left;
	background-repeat: no-repeat;
	width: 990px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a{
	color: #7c6f91;
	border: none;
}
.sub-menu li a img {
    height: 100%;
    margin-right: 10px;
    vertical-align: middle;
}

a:hover{
	color: #7b8628;
	text-decoration: none;
}

#header-section{
	margin-top: 32px;
	/*padding-bottom: 65px;*/
	padding-top: 15px;
	/*border-bottom: solid 7px #7c6f91;*/
	background: url("images/new-header-c.png");
}

#logo{
	width: 349px;
	height: 142px;
	background: url("images/logo.png");
	margin: 10px 0 0 15px;
	float: left;
}

#logo a{
	width: 100%;
	height: 100%;
	display: block;
}

#logo h1, #logo h2{
	height: 0;
	overflow: hidden;
	width: 300px;
}

/*#calltoaction{
	width: 310px;
	float: right;
	margin: -11px 220px 95px 0;
}*/

#calltoaction{
	width: 310px;
	float: left;
	/*margin: -11px 14px 95px 95px;*/
	margin: -11px 112px 95px 95px;
}

#topnav{
	width: 990px;
	/*float: right;*/
}

#topnav ul{
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 0;
	margin-right: 176px;
	padding-left: 10px;
	/*background: url("images/nav-back.png");*/
	background-position: bottom left;
	background-repeat: no-repeat;
}

#topnav ul li{
	display: block;
	padding: 6px 12px 0 13px;
	padding-bottom: 9px;
	float: left;
	border-left: 1px solid #ffffff;
}

#topnav ul li:last-child{
	border-right: 1px solid #ffffff;
}

/*#topnav ul li:first-child{
	border: none;
}*/

#topnav ul li a:hover{
	color: #000000;
}

#topnav ul li a{
	font-size: 1.1em;
	color: #ffffff;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	text-decoration: none;
}

#topnav ul li a img{
	width: 24px;
	height: 24px;
	margin: 0 5px -6px 0;
}

#topnav ul li ul.sub-menu{
	position: absolute;
	z-index: 9999;
	padding: 0;
	margin: 0;
	margin-left: -12px;
	margin-top: 7px;
	float: none;
	width: 0;
	display: none;
}

#topnav ul li:hover ul.sub-menu{
	display: block;
}

#topnav ul li ul.sub-menu li{
	padding: 0;
	margin: 0;
	float: none;
	width: 0;
	border: none;
}

#topnav ul li ul.sub-menu li a{
	color: #ffffff;
	background: #a9b35d;
	display: block;
	width: 220px;
	font-size: 1em;
	padding: 6px 10px;
}

#topnav ul li ul.sub-menu li a:hover{
	background: #7d8628;
	color: #000000;
}

#site-body{
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background: #ffffff;
}

#content-section{
	clear: both;
	/*-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	background: #d3d0d9;*/
}

#content{
	width: 644px;
	font-size: 0.9em;
	float: left;
}

#content h3{
	color: #4d4d4d;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	padding: 25px 15px 15px 15px;
}

#content h3 .comments{
	font-size: 0.8em;
	float: right;
}

#content h4{
	color: #7d8628;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px 15px 15px;
}

#content h3.green-head{
	margin: 25px 0 0 0;
	padding: 5px 23px;
	width: 359px;
	height: 28px;
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffff;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	
	position: relative;
	right: 5px;
}

#content h3.green-head{
	background: url("images/why_bg-green.png");
}

/* h1 and h2 styles added by BI, start */
#content h1{
	color: #4d4d4d;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	padding: 25px 15px 15px 15px;
}

#content h1 .comments{
	font-size: 0.8em;
	float: right;
}

#content h2{
	color: #7d8628;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px 15px 15px;
}

#content h1.green-head{
	margin: 25px 0 0 0;
	padding: 5px 23px;
	width: 359px;
	height: 28px;
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffff;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	
	position: relative;
	right: 5px;
}

#content h1.green-head{
	background: url("images/why_bg-green.png");
}
/* h1 and h2 styles added by BI, end */


#dialog-form label{
	display: inline-block;
	width: 140px;
	margin-top: 10px;
}
#dialog-form .status{
	color: #990000;
	margin-bottom: 7px;
}

#content a{
	text-decoration: none;
}

#content p{
	padding: 0 15px 15px 15px;
	line-height: 1.25;
}

#content ul{
	padding: 0 15px 15px 15px;
	list-style-image: url('images/bullet.png');
	margin-left: 5px;
	line-height: 1.25;
}

#content ol{
	padding: 0 15px 15px 15px;
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 1.25;
}

form{
	margin-top: 15px;
}

form p{
	padding: 0;
	margin: 0;
}
#message {
    width: 98% !important;
}
#submitform {
    width: 100%;
}
div.comments{
	padding: 0 15px 15px 15px;
}

#copy div.post{
	border-bottom: 1px dotted #aeaeae;
}

.navigation{
	border: none;
}

#copy div.post:last-child{
	border: none;
}

#copy .post h3, #copy .post h4{
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#copy .post h3{
	font-size: 1.4em;
}

#copy .post h4{
	font-size: 0.8em;
}

/* h1 and h2 styles added by BI, start */
#copy .post h1, #copy .post h2{
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#copy .post h1{
	font-size: 1.4em;
}

#copy .post h2{
	font-size: 0.8em;
}
/* h1 and h2 styles added by BI, end */


#copy .post p{
	margin: 15px 0;
}

#copy .post ul.post-categories{
	display: inline;
}

#copy .post .post-categories li{
	display: inline;
}


.navigation{
	margin: 25px 15px 15px 15px;
	padding-bottom: 15px;
}

.featurebox{
	color: #000;
	margin: 0 15px 15px 15px;
	border: 1px solid #444444;
	/*background: url("images/main_col_bg.png") #fff8ff;*/
	background: url("images/main_col_bg.png") #ffffff;
	/*background: #8c9f3c;*/
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0;
}

.featurebox .featurecell{
	width: 296px;
	padding: 10px;
	padding-right: 0;
	height: 135px;
	margin: 0;
	float: left;
	border-bottom: 1px dotted #ffffff;
}

.featurebox .featurecell:nth-child(odd){
	width: 286px;
}

.featurebox .featurecell:nth-child(even){
	width: 296px;
	padding-right: 10px;
}

.featurebox .featurecell img{
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 2px solid #444444;
}

.featurebox .featurecell h3{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: 1.3em !important;
	font-weight: normal !important;
}

.featurebox .featurecell h3 a{
	color: #7c6f91 !important;
	}

/* h1 and h2 styles added by BI, start */
.featurebox .featurecell h1{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: 1.3em !important;
	font-weight: normal !important;
}

.featurebox .featurecell h1 a{
	color: #7c6f91 !important;
	}
/* h1 and h2 styles added by BI, end */

.featurebox .featurecell p{
	font-size: 0.8em;
}

.featurebox .featurecell p strong{
	font-weight: normal !important;
}
.featurebox .featurecell p a{
	color: #7c6f91;
}

.sub_cat_list{
	list-style-type: none;
	text-align: center;
	margin-top: 5px;
}

.sub_cat_list li{
	display: block;
	width: 140px;
	float: left;
	padding: 5px 0;
}

.sub_cat_list li a{
	font-weight: bold;
	font-size: 0.9em;
}

#sidenav{
	width: 335px;
	float: right;
}

#sidenav .side-menu div > ul{
	padding: 20px 0 15px 15px;
}

#sidenav .side-menu div  > ul > li{
	background: url("images/menuheaderbg.png");
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
}

#sidenav .side-menu div  > ul > li > a{
	text-decoration: none;
	font-size: 1.3em;
	color: #fff;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	padding: 5px 10px;
	display: block;
	height: 28px;
}

#sidenav .side-menu div  > ul > li > ul{
	padding: 0;
	margin-left: 15px;
	margin-bottom: 8px;
	width: 290px;
	border: 1px solid #b9adce;
	border-bottom: none;
}

#sidenav .side-menu div  > ul > li > ul > li{
	background: #ffffff url("images/side_col_bg.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #b9adce;
	width: 280px;
	padding: 5px;
}

#sidenav .side-menu div  > ul > li > ul > li > a{
	/*color: #7c6f91;*/
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidenav .side-menu div  > ul > li > ul > li > a:hover{
	font-weight: bold;
	text-decoration: none;
}

#sidenav .side-menu div  > ul > li > ul > li > ul{
	font-size: 0.8em;
	margin-left: 20px;
	margin-top: 3px;
	display: none;
}

#sidenav .side-menu div  > ul > li > ul > li:hover > ul{
	display: block;
}

#sidenav .side-menu div  > ul > li > ul > li > ul > li{
	padding: 5px 0;
}

#foot-section{
	/*border-top: solid 1px #7c6f91;*/
}

#foot-section #footnav ul{
	list-style-type: none;
	text-align: center;
	margin-top: 5px;
	color: #ffffff;
}

#foot-section #footnav ul li{
	display: inline;
	padding: 0 5px;
}

#foot-section #footnav ul li a{
	color: #ffffff;
	font-size: 0.8em;
}

#foot-section #footnav ul li:last-child a{
	font-weight: bold;
}

#foot-section #footnav ul li a:hover{
	text-decoration: none;
}

#foot-section #disclaimer{
	margin: 10px 0;
}

#foot-section #disclaimer p{
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
}

.author-avatar{
	float: left;
	margin: 15px;
}

/*map styles*/
.map-area{
	padding: 0 15px 15px 15px;
}

.map-view{
	width: 320px;
	float: right;
}

.city-info-section{
	float: left;
	width: 225px;
	padding: 0 5px 15px 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 0;
}

.city-info-section img{
	padding: 0 15px 15px 0;
}

div.city-info-section h4{
	padding-left: 0 !important;
	margin: 0;
	font-size: 1.2em !important;
}

/* h1 and h2 styles added by BI, start */
div.city-info-section h2{
	padding-left: 0 !important;
	margin: 0;
	font-size: 1.2em !important;
}
/* h1 and h2 styles added by BI, end */


.city-info-section address{
	display: block;
}

address strong{
font-weight: normal;
}

.consult_link
{
	display: table-cell; 
	/*background-color: #7D6E95; */
	background: #bac27d; /* Old browsers */
background: -moz-linear-gradient(top,  #bac27d 0%, #939c57 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bac27d), color-stop(100%,#939c57)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bac27d 0%,#939c57 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bac27d 0%,#939c57 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bac27d 0%,#939c57 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bac27d 0%,#939c57 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac27d', endColorstr='#939c57',GradientType=0 ); /* IE6-9 */

	
	
	height: 450px; 
	width: 289px; 
	text-align: center; 
	vertical-align: middle; 
	color: #ffffff;	
}

.consult_link #line1
{
	font-size: 19px; height: 40px;	
}

.consult_link #line2
{
	font-size: 15px; line-height: 120%; height: 60px;
}

#google_streetview
{
	margin-top: 20px;	
}


ol.commentlist{
	margin: 0 15px 15px 15px;
	list-style-type: none !important;
}


/* WordPress Styles */
/* Image Alignment */
.alignright{
	float: right;
	margin-left: 10px;
}
.alignleft{
	float: left;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}

/* Image Captions */
.wp-caption{
}
.wp-caption img{
margin: 0 auto;
display: block;
}
.wp-caption p.wp-caption-text {
line-height: 1;
padding: 0;
font-size: 0.8em;
margin: 0;
text-align: center;
}

.comment-meta{
	padding: 0;
	width: 44px;
	float: left;
}

#cancel-comment-reply{
	padding: 0 15px 5px 15px;
}

.question-avatar{
	padding: 0 15px 5px 15px;
	float: left;
}

.commentlist li{
	border-top: dotted 1px #7c6f91;
}

.commentlist ul, ol.commentlist {
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 0 !important;
	padding-left: 0;
}

ol.commentlist li{
	border-bottom: solid 4px #e0e0e0;
}

.comment-content{
	margin-top: 10px;
	background: #ffffff;
	margin-left: 50px;
}
.comment-author-info{
	background: #e0e0e0;
	height: 40px;
	padding: 10px 0 0 15px;
	margin-left: 50px
}
.comment-date{
	margin-bottom: 5px;
}
.reply{
	padding-top: 5px;
}
.comment-author, .comment-meta, .reply{
	background: #ffffff;
}


/*evaluation form styles*/
.evaluation-form{
	border-top: solid 1px #c0c0c0;
}

.evaluation-form .submission{
	border-top: solid 1px #c0c0c0;
}

.evaluation-form input, .evaluation-form select{
	border: solid 1px #c0c0c0;
}

.evaluation-form ul{
}

.evaluation-form h4{
	font-size: 1.2em !important;
}

/* h1 and h2 styles added by BI, start */
.evaluation-form h2{
	font-size: 1.2em !important;
}
/* h1 and h2 styles added by BI, end */

.evaluation-form ul li{
	list-style-image: none;
	margin: 0;
	margin-bottom: 5px;
	clear: both;
	padding: 5px;
	
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.evaluation-form ul li.error-row{
	background: #e7cfcf;
}

.evaluation-form .error{
	color: #990000;
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 10px;
}

.evaluation-form .example{
	color: #909090;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 10px;
}

.evaluation-form input, .evaluation-form select{
	margin: 5px 3px 3px 0;
	padding: 2px;
}

.evaluation-form .required{
	color: #ff0000;
	font-size: 1.1em;
}

.evaluation-form label{
	font-weight: bold;
	font-size: 1em;
	display: block;
}

.evaluation-form label.inline{
	display: inline;
}

.evaluation-form .form-cell label{
	font-weight: normal;
	font-size: 0.8em;
}

.evaluation-form .form-cell{
	float: left;
}

.evaluation-form .fixed{
	display: block;
	width: 70px;
}

.evaluation-form .medium{
	width: 150px;
}

.evaluation-form .long{
	width: 200px;
}

.ui-tooltip 
{
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: "Arial", Sans-Serif;
	font-size: 0.8em !important;
	font-weight: bold;
	box-shadow: 0 0 7px black;
}

abbr{
	border-bottom: dotted 1px #009900;
}

div.city-info-section{
	border-right: solid 3px #7c6f91;
	border-bottom: solid 3px #7c6f91;
}

table{
	margin: 15px;
	border-collapse: collapse;
	border: solid 1px #7d8628;
}

table th{
	background: #7d8628;
	padding: 5px;
	text-align: left;
	border-collapse: collapse;
	border-left: solid 1px #ffffff;
}

table th:first-child{
	border-left: none;
}

table td{
	padding: 5px;
	border-collapse: collapse;
	border: solid 1px #7d8628;
}

#lang_selection {
	padding-top: 3px;
	font-size: 12px;
}


#lang_selection a{
	text-decoration: none;
}
@media all and (max-width: 920px) and (min-width: 601px){
body{
 width:100%;
overflow-x: hidden;
}
#header-section{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}
#logo{
background-repeat: no-repeat;
    background-size: 61% auto;
    float: left;
    height: 142px;
    width: 50%;
}
#topnav {
    width: 100%;
}
#calltoaction {
    float: left;
    margin: -8px 0 0 -84px;
    width: 44%;
}
#calltoaction img {
    width: 81%;
}
.menu-header-container {
    display: none;
}
.responsive-menu{
    display: block !important;
}

#sidenav {
    float: left;
}
#foot-section #footnav ul {
    width: 100%;
}
.menu-footer-container {
    width: 100%;
}
#foot-section > div {
    width: 100%;
}
#foot-section {
    width: 100%;
}
#content {
    width: 62%;
}
#sidenav {
    float: left;
    width: 36%;
}
#sidenav .side-menu div > ul > li > ul {
    width: 87%;
}
#sidenav .side-menu div > ul > li > ul > li {
    width: 95%;
}
#aswift_0_anchor > iframe{
   width: 100% !important; 
}
#aswift_0_expand > ins{
   width: 100% !important; 
}
.adsbygoogle > ins{
   width: 100% !important; 
}
.adsbygoogle{
   width: 100% !important; 
}
#content-section {
    clear: both;
    width: 100%;
}
#site-body {
    width: 100%;
}
#aswift_1_expand > ins{
    width: 100%;
}
#aswift_1_anchor > iframe{
    width: 100%;
}
#sidenav .side-menu div > ul > li > a{
   font-size:17px;
}
#responsive-menu .menu-header-container {
    display: block;
}
#menu-top {
    display: none !important;
}
}


@media all and (max-width: 600px) and (min-width: 481px){
body{
 width:100%;
overflow-x: hidden;
}
#header-section{
    background-color: #fff;
    background-position: 0 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 160px;
    width: 100%;
}
#logo{
background-repeat: no-repeat;
    background-size: 61% auto;
    float: left;
    height: 142px;
    width: 50%;
    margin: 0 0 0 33%;
}
#topnav {
    width: 100%;
}
#calltoaction {
    float: left;
    margin: -57px 0 0 31%;
    width: 48%;
}
#calltoaction img {
    width: 81%;
}
.menu-header-container {
    display: none;
}
.responsive-menu{
    display: block !important;
}
#foot-section #footnav ul {
    width: 100%;
}
.menu-footer-container {
    width: 100%;
}
#foot-section > div {
    width: 100%;
}
#foot-section {
    width: 100%;
}
#content {
    width: 100%;
}
#sidenav {clear: both;
    float: none;
    margin: 0 auto !important;
    width: 63%;
}
#sidenav .side-menu div > ul > li > ul {
    width: 87%;
}
#sidenav .side-menu div > ul > li > ul > li {
    width: 96%;
}
#aswift_0_anchor > iframe{
   width: 100% !important; 
}
#aswift_0_expand > ins{
   width: 100% !important; 
}
.adsbygoogle > ins{
   width: 100% !important; 
}
.adsbygoogle{
   width: 100% !important; 
}
#content-section {
    clear: both;
    width: 100%;
}
#site-body {
    width: 100%;
}
#aswift_1_expand > ins{
    width: 100%;
}
#aswift_1_anchor > iframe{
    width: 100%;
}
#sidenav .side-menu div > ul > li > a{
   font-size:17px;
}
#lang_selection{
    float: right;
    margin-top: -139px;
}
#click-menu{
top:-3px !important;
}
#responsive-menu .menu-header-container {
    display: block;
}
label.leftlabel {
    display: block;
    float: none !important;
    padding-top: 7px;
    width: 200px;
}
#menu-top {
    display: none !important;
}
}

@media all and (max-width: 480px) and (min-width: 400px){
body{
 width:100%;
overflow-x: hidden;
}
#click-menu{
top:-3px !important;
}
#header-section{
    background-color: #fff;
    background-position: 0 143px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 230px;
    width: 100%;
}
#logo{
background-repeat: no-repeat;
    background-size: 61% auto;
    float: left;
    height: 142px;
    width: 95%;
    margin: 0 0 0 21%;
}
#topnav {
    width: 100%;
}
#calltoaction {
    float: left;
    margin: -15px 0 0 18%;
    width: 78%;
}
#calltoaction img {
    width: 81%;
}
.menu-header-container {
    display: none;
}
.responsive-menu{
    display: block !important;
}
#foot-section #footnav ul {
    width: 100%;
}
.menu-footer-container {
    width: 100%;
}
#foot-section > div {
    width: 100%;
}
#foot-section {
    width: 100%;
}
#content {
    width: 100%;
}
#sidenav {
clear: both;
    float: none;
    margin: 0 auto !important;
    width: 56%;
}
#sidenav .side-menu div > ul > li > ul {
    width: 87%;
}
#sidenav .side-menu div > ul > li > ul > li {
    width: 96%;
}
#aswift_0_anchor > iframe{
   width: 100% !important; 
}
#aswift_0_expand > ins{
   width: 100% !important; 
}
.adsbygoogle > ins{
   width: 100% !important; 
}
.adsbygoogle{
   width: 100% !important; 
}
#content-section {
    clear: both;
    width: 100%;
}
#site-body {
    width: 100%;
}
#aswift_1_expand > ins{
    width: 100%;
}
#aswift_1_anchor > iframe{
    width: 100%;
}
#sidenav .side-menu div > ul > li > a{
   font-size:17px;
}
#lang_selection{
    float: left;
    margin-top: -139px;
}
#click-menu.admin-bar-showing {
    margin-top: 28px;
}
.admin-bar-showing {
    height: 24px;
}
#responsive-menu .menu-header-container {
    display: block;
}
label.leftlabel {
    display: block;
    float: none !important;
    padding-top: 7px;
    width: 200px;
}
#menu-top {
    display: none !important;
}
}


@media all and (max-width: 399px) and (min-width: 320px){
body{
 width:100%;
overflow-x: hidden;
}
#header-section{
    background-color: #fff;
    background-position: 0 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 161px;
    width: 100%;
}
#logo{
background-repeat: no-repeat;
    background-size: 61% auto;
    float: left;
    height: 106px;
    width: 308px;
    margin: 0 0 0 21%;
}
#topnav {
    width: 100%;
}
#calltoaction {
    float: left;
    margin: -15px 0 0 18%;
    width: 78%;
}
#calltoaction img {
    width: 81%;
}
.menu-header-container {
    display: none;
}
.responsive-menu{
    display: block !important;
}
#foot-section #footnav ul {
    width: 100%;
}
.menu-footer-container {
    width: 100%;
}
#foot-section > div {
    width: 100%;
}
#foot-section {
    width: 100%;
}
#content {
    width: 100%;
}
#sidenav {
clear: both;
    float: none;
    margin: 0 auto !important;
    width: 93%;
}
#sidenav .side-menu div > ul > li > ul {
    width: 87%;
}
#sidenav .side-menu div > ul > li > ul > li {
    width: 96%;
}
#aswift_0_anchor > iframe{
   width: 100% !important; 
}
#aswift_0_expand > ins{
   width: 100% !important; 
}
.adsbygoogle > ins{
   width: 100% !important; 
}
.adsbygoogle{
   width: 100% !important; 
}
#content-section {
    clear: both;
    width: 100%;
}
#site-body {
    width: 100%;
}
#aswift_1_expand > ins{
    width: 100%;
}
#aswift_1_anchor > iframe{
    width: 100%;
}
#sidenav .side-menu div > ul > li > a{
   font-size:17px;
}
#lang_selection{
    float: right;
    margin-right: 6px;
    margin-top: -146px;
}
#click-menu.admin-bar-showing {
    margin-top: 16px;
}
.admin-bar-showing {
    height: 24px;
}
#content h3.green-head{
    width: 85%;
}
.featurebox .featurecell:nth-child(2n) {
    padding-right: 10px;
    width: 272px;
}
#click-menu{
top:-3px !important;
}
#responsive-menu .menu-header-container {
    display: block;
}
label.leftlabel {
    display: block;
    float: none !important;
    padding-top: 7px;
    width: 200px;
}
#menu-top {
    display: none !important;
}
}