/*
Theme Name: Intersource
Version: 1.1
Author: ITA
Author URI: https://ita.com.au

 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* ------------------------------- WP RESET (always use this) ---------------------------------*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff; // ITA change this from default
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*-------------------------------------- ITA STRUCTURE ---------------------------------------*/


header {

}

#Menu
{
    height: 100px;
    position: fixed;
    top: 0;
    line-height: 70px;
    background-color: white;
    z-index: 99;
    border-bottom: solid 1px #c0c0c0;
}

    .logo {
        text-align: center;
        line-height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .menutexth li{
        font: Normal 1.0em "SourceSansPro-Regular", sans-serif;
        font-weight: 300;
        white-space: nowrap;
        display: inline-block;
        padding: 55px 0 0 30px;
    }

    .menutextf li{
        font: Normal 1.0em "SourceSansPro-Regular", sans-serif;
        font-weight: 300;
        color: white !important;
        white-space: nowrap;
        display: inline-block;
        text-align: left;
        padding: 15px 25px 30px 0;
        margin: 0;
    }

    a.fm:active { color: white !important; }
    a.fm:visited { color: white !important; }

#content {

}

.content-band  {
	padding: 20px 0;
}

#content .content-band.red {
	background:#f00;
}

footer {

}

/*----------------------------------------- PANELS -------------------------------------------*/

#Topa { height: 55px; }
#Topb { height: 45px; }

a.anchor{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    a.anchor {
        display: block;
        position: relative;
        top: -55px;
        visibility: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    a.anchor {
        display: block;
        position: relative;
        top: -55px;
        visibility: hidden;
    }
}

#Home {
    height: 700px;
    background: #434745 url("./images/image-home.jpg") no-repeat center center;
    background-size: cover;
    color: white;
}

.Approach {
    background-color: white;
    color: #4d4d4f;
    padding-top: 60px;
    padding-bottom: 60px;
}

.Appliances {
    padding: 50px 0;
}

.Resources {
    /*height: 700px;*/
    padding: 70px 0;
}

.Company {
    padding: 70px 0;
}

.Leadership {
    padding: 70px 0;
}
	
	h3 {
		margin-top:25px;
	}

.Contact {
     padding: 30px 0 50px;
}

    .branch {
    }
    
    .location {
        padding: 15px 0 10px 0;
    }
    
    .arrow-right {
        width: 0; 
        height: 10px;
        position: relative;
        left: 110px;
        top: -16px;
        
        vertical-align: middle;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #f15a22;
        border-right-width: 0;
    }

    .arrow-left {
        width: 0; 
        height: 5px;
        position: relative;
        left: 110px;
        top: -16px;

        vertical-align: middle;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #f15a22;
        border-left: 0px solid transparent;
        
    }

.Careers {
    
    font-size: 1.2em;
    padding: 60px 0;
}

#Footer {
    min-height: 300px;
    color: white;
}

.panel-login {
    height: 160px;
    padding: 40px 0 40px 0;
}

.panel-gadgets {
    height: 250px;
}

.panel-quote {
    height: 200px;
    font: Normal 1.8em/2.3em "Montserrat";
    color: #d5d5d5;
    padding: 30px 0 30px 0;
}

.panel-offers {
    padding: 10px 0;
}

.bg-coal    { background-color: #434745; }
.bg-orange  { background-color: #f15a22; }
.bg-silver  { background-color: #d5d5d5; }

.cl-coal    { color: #434745; border-color: #434745; }
.cl-orange  { color: #f15a22; border-color: #f15a22; }
    a.cl-orange:hover, a.cl-orange:visited   { color: #f15a22 !important; }
.cl-silver  { color: #d5d5d5; border-color: #d5d5d5; }
    a.cl-silver:hover, a.cl-silver:visited   { opacity: 0.3; color: #d6d6d6 !important; }
.align-l    { text-align: left; }
.align-c    { text-align: center; }
.align-r    { text-align: right; }

.table      { display: table; width: 100%; }
.tableh     { display: table; width: 100%; height: 100%; }
.vom        { display: table-cell; vertical-align: middle; }
.vob        { display: table-cell; vertical-align: bottom; }
    
/*----------------------------------- TYPOGRAPHY & THINGS ------------------------------------*/

.linkbox, .wpcf7-submit {
    width: 200px;
    display: block;
    background:transparent;
    
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    
    text-align: center;
    font: Normal 20px "Source Sans Pro";
    line-height: 54px;
    
    cursor: pointer;
}

/*  h1 Main heading and title
    h2 Description under the title
    h3 Caption for icons and images
    h4 Quotes */

h1 { font: Normal 4.5em "Montserrat"; }
h2 { font: Normal 2.8vw "Source Sans Pro"; font-weight: 300; }
h3 { font: Normal 1.5em "Montserrat"; }
h4 { font: Normal 1.3em/1.3em "Source Sans Pro"; }
h5 { font: Normal 2.8em/1.3em "Montserrat"; }
h6 { font: Normal 1.8em "Source Sans Pro"; font-weight: 300; }

.resources  { font: Normal 4.0em "Montserrat"; }
.desc       { font-size: 1.4em; }

.caption { margin: 30px 0 30px 0; }
.captiont{ margin-top: 30px; }
.captionb{ margin-bottom: 30px; }
.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}


body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Source Sans Pro", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.6em;
}

b, strong {
	font-weight: 700;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover, a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

dfn, cite, em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite, blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* -------------------------------------- 	FORMS ---------------------------------------*/

button,
input,
select,
textarea,
input {
	background-color: transparent;
    border: solid 2px black;
	border-radius: 4px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input.small {
	width:120px !important;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"]
	{
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

/* ------------------------------------ ACCESSIBILITY ------------------------------------------*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/* Contact Page */

.map-link {
	cursor:pointer;
}

.map-canvas {
	display:none;
	width:90%;
	height:240px;
	position:absolute;
	left:0;
	margin: 0 auto;
	padding:2px;
	border:1px solid #787878;
	z-index:2;
}

.map-preamble {
	display:none;
}

.map-preamble .close {
	background:url('images/modal-close.png') no-repeat;
	width:35px;
	height:35px;
	position:relative;
	left:-28px;
	top:17px;
	z-index:2000000;
	cursor:pointer;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
         


/* -------------------------------- ALIGNMENT ------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------ HEADER & FOOTER --------------------------------------------*/

/* Mobile Menu */

#header-mobile {
	height:55px;
	position:fixed;
	top:0;
	z-index:998;
	background:rgba(255,255,255,0.9);
	width:100%;
}

#header-mobile-spacer {
	height:55px;
	position:relative;
}

#mobile-nav-button {
	padding:7px;
    height: 40px;
	cursor:pointer;
	float:right;
	position:fixed;
	right:10px;
	top: 7px;
	z-index:999;
}

#logo-mobile {
	float:left;
	padding:15px 20px;
}

#mobile-navigation {
	display:none;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 2px 3px 3px rgba(52, 52, 52, 0.3);
    font: Normal 19px "Noto Sans", sans-serif;
    font-weight: 100;
    left: 0;
    margin: 0;
    min-width: 100%;
    position: fixed;
    top: 55px;
    z-index: 1000;
    background:rgba(255,255,255,0.9);
    padding: 0;
}

#mobile-navigation ul {
	width:100%;
	margin-left:0;
	margin-bottom:0;
}

#mobile-navigation ul li {
	display:block;
	width:96%;
	padding: 4px 2%;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}

#mobile-navigation ul li:first-child {
	border-top:1px solid #ccc;
}

#mobile-navigation ul li:hover {
	background:rgba(235,235,235,0.8);
}

#mobile-navigation ul li a {
	font-size: 15px;
	margin:0;
	text-decoration:none;
	color:#454545;
	text-transform:uppercase;
	line-height:30px;
	padding:0 4% 0 4%;
	width: 92%;
	display:block;
	font-weight:500;
}

#mobile-navigation ul li a:hover {
	color:#333;
}

/* Search Form */
#header #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#header #searchform div {
	margin: 0;
}
#header #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#header #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#header #searchsubmit {
	display: none;
}
#header .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#header .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#header .only-search #s,
#header .only-search #s:focus {
	width: 85%;
}
#header .only-search #s:focus {
	background-color: #bbb;
}
#header .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#header .only-search + #access div {
	padding-right: 205px;
}


#back-to-top {
	display:none;
	z-index:9;
	position:fixed;
	bottom:3%;
	right:3%;
	cursor:pointer;
}

#footer {
	position:relative;
	width:100%;
	min-height:270px;
	background:#4c4d4f;
}

#footer-content {
	position:relative;
	padding-top:25px;
	padding-bottom:20px;
	color:#fff;
	font-size:0.85em;
	background:#4c4d4f;
}

#footer-content-top-left {
	float:left;
	position:relative;
	background:#4c4d4f;
}

#footer-content-nav {
	position:absolute;
	left:0;
	top:0;
	text-transform:uppercase;
	font-size:0.9em;
	background:#4c4d4f;
}

#footer-content-bottom-left {
	float:left;
	position:relative;
	background:#4c4d4f;
}

#footer-content-copyright {
	text-transform:uppercase;
	background:#4c4d4f;
}

#footer-content-top-right {
	float:right;	
	text-align:right;
	position:relative;
	background:transparent;
	background:#4c4d4f;
}

#footer-content-callus {
	position:relative;
	left:0;
	top:0;
	text-transform:uppercase;
	text-align:right;
	font-size:1.85em;
	font-weight:300;
	background:#4c4d4f;
}

#footer-content-actions {
	padding:20px 0 0;
	text-transform:uppercase;
	text-align:right;
	width:100%;
	background:#4c4d4f;
}

#footer-content-bottom-right {
	float:right;	
	text-align:right;
	background:#4c4d4f;
}

#footer-content-company {
	text-transform:uppercase;
	text-align:right;
	color:#f15922;
	font-size:1.2em;
	font-weight:400;
	line-height:1;
	background:#4c4d4f;
}

#footer-content-address {
	text-transform:uppercase;
	text-align:right;
	background:#4c4d4f;
}

.clearboth {
	clear:both;
	height:0px;
}

/* -------------------- CONTACT FORM AND MAP ------------------------*/


.map-link {
	cursor:pointer;
}

.map-canvas {
	display:none;
	width:90%;
	height:240px;
	position:absolute;
	left:0;
	margin: 0 auto;
	padding:2px;
	border:1px solid #787878;
	z-index:2;
}

.map-preamble {
	display:none;
}

.map-preamble .close {
	background:url('images/modal-close.png') no-repeat;
	width:35px;
	height:35px;
	position:relative;
	left:-28px;
	top:17px;
	z-index:2000000;
	cursor:pointer;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content-right {
	padding-top:10px;
	padding-bottom:10px;
	
	font-size:0.95em;
}

.content-right-left {
}

.content-right-right {
}

#content-right h1, #content-left h1 {
	font-size:2.6em;
	color:#f15922;
	font-weight:400;
	margin:0.2em 0 0.3em;
}

#content-right h2, #content-left h2 {
	font-size:1.2em;
	color:#f15922;
	font-weight:400;
	margin:0.2em 0 1em;
	text-transform:uppercase;
}

#content-right h3 {
	font-size:1.2em;
	font-weight:400;
	margin:0.2em 0 1em;
}

#content-right .more-info {
	color:#6cbdb5;
	font-size:1.1em;
	font-weight:400;
	margin-top:1em;
}

#content-right .more-info a {
	color:#6cbdb5;
	font-size:0.8em;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	font-weight:500;
}

#content-right .also-interested {
	font-size:0.8em;
}

#content-right .also-interested a {
	color:#6cbdb5;
	cursor:pointer;
}

#content-right .also-interested a:hover {
	text-decoration:underline;
}

#content-right .ask-us {
	width:100%;
	text-align:right;
	font-size:1.4em;
	color:#4c4d4f;
	font-weight:bold;
	font-weight:500;	
	padding-bottom:15px;
}

#content-right .ask-us img {
	vertical-align:text-bottom;
	margin-left:14px;
}


/* -------------------- WP CLEARING (seems like a reasonable idea...) ------------------------*/

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}
