/* =============================================================== */
/* Import Section
================================================================ */
@import url("normalize.css");
@import url("foundation.css");
@import url("animate.css");

/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */

body { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; color: #980008; }
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 2rem;
}
strong { font-weight: 700; }
ul, ol, dl { font-family: 'Source Sans Pro', sans-serif; font-size: 1.1rem; margin-left: 2.5rem; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.row { max-width: 80rem; }
.row.full-width { max-width: 90%; width: 100%; }

label {
	font-size: 1rem;
}

.flex-video { padding: 0 0 56.5% 0; }

.content-image img { width: 100%; padding: 0 0 0 0; float: none; }
.content-image .caption { display: inline-block; width: 100%; background: #EFEFEF; text-align: center; font-style: italic; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.content-image img { width: 100%; padding: 0 0 2rem 0; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.content-image img { width: auto; padding: 0 0 2rem 2rem; float: right; }
} 

.valign-middle {
    display: table;
}

.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width:90em) {
	.valign-middle .columns, .valign-middle [class*="column"] + [class*="column"]:last-child { float: none; }
}


/* =============================================================== */
/* Generic Content Styling 
================================================================ */
.nav-wrapper {
	background: #231F20;
	border-bottom: 3px solid #c00710;
	padding: 8px 0px;
}

/* remove wrapper on mobiles */
@media only screen and (max-width: 40em) {
	.nav-wrapper { background: transparent; margin-bottom: 15px; }
} 

.section-area { padding: 2.5em 0; }
.content_title { margin: 0 0 35px 0; }
.section-desc { color: #a9a9a9; text-align: center; font-size: 1.6em; margin-bottom: 50px; }
.content-area { margin: 2rem 2rem 3rem 0px; }
.content-area p { font-size: 1.1rem; }

.content-area a {
	color: #c00710;
}

.content-area a:hover, .content-area a:focus {
	color: #ED1C24;
	text-decoration: underline;
}

.disclaimer, .disclaimer p { font-size: 0.8em !important; }
.site-by { text-align: right; }


/* =============================================================== */
/* Our Team Page
================================================================ */
.clear:after{content:"."; visibility:hidden; height:0px; clear:both; display:block;}
.staff-container{width:100%; clear:both; margin-bottom:50px;}
.staff-container .staff-left{float:left; margin-right:2%; width:25%;}
.staff-container .staff-right{float:left; width:73%; padding-top:43px;}
.staff-container h3{width:100%;}
.staff-container img{display:block; float:left;}


/* =============================================================== */
/* Header
================================================================ */

#header-green-bar{width:100%; padding:4px 2% 5px 2%; background:#c00710; text-align: center;}
#header-green-bar:after { content: ''; display: table; clear: both; }

header {
	/*border-top: 2px solid #A7A5A6;*/
}

.logo { margin-top: 30px; margin-bottom: 30px; }

.contact_details { text-align: center; margin: 20px 0; }
.contact_details .phone a {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.6em; 
	font-weight: 700; 
	color: #800800; 
}
.contact_details .phone a:hover { color: #CC181E; }

.contact_details .address { font-size: 1.125rem; font-weight: 700; line-height: 120%; color: #777777; }

.contact-phone span a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
}

.contact-phone span a:before {
	content: '\e801';
	font-family: "fontello";
	margin-right: 10px;
}

.contact-email {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.contact-phone{
	display: inline-block;
	}

.contact-email span a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
}

.contact-email span a:before {
	content: '\e802';
	font-family: "fontello";
	margin-right: 10px;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.contact_details { text-align: right; }
	.contact_details .sm ul { text-align: right; }
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	#header-green-bar { text-align: right; }
	.contact-email { margin: 0 0 0 50px; width: auto; }
}

/* =============================================================== */
/* Navigation 
================================================================ */

.top-bar { background: #231F20; }
.top-bar .name { color: #FFFFFF; }

.top-bar-section ul li {
    background: #231F20 none repeat scroll 0% 0%;
    margin-right: 0.25rem;
}

.top-bar-section ul li > a {
    font-size: 1.1rem;
	}

.top-bar-section li:not(.has-form) a:not(.button) {
	background: #231F20;
	border-radius: 5px;
}  /* menu item colour */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #ED1C24;
	border-radius: 5px;
	box-shadow: -2px -2px rgba(85, 85, 85, 0.45) inset;
}  /* menu item:hover colour */

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #231F20; } /* dropdown menu item colour */
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) { background: #773333; } /* dropdown menu item:hover colour */
.top-bar-section ul li:hover:not(.has-form) > a { background: #773333; } /* dropdown's parent menu item:hover colour when dropdown is open */

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #C00710;
	border-radius: 5px;
	box-shadow: -2px -2px rgba(85, 85, 85, 0.45) inset;
} /* active menu item colour */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #ED1C24;
} /* active menu item:hover colour */

.top-bar-section ul li > a {
	transition-duration: 0.3s, 0.3s, 0.3s, 0.6s, 0.6s, 0.3s; 
	transition-property: opacity, color, text-shadow, background-color, background-position, padding;
	transition-timing-function: ease-out;
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 600;
}

.top-bar .toggle-topbar.menu-icon {
    width: 100%;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.top-bar-section ul li > a { font-size: 0.8rem; padding: 8px 0.25rem 8px 0.25rem; }
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
	.top-bar-section ul li > a { font-size: 1.125rem; padding: 12px 0.4rem 12px 0.4rem; }
}  

/* =============================================================== */
/* Buttons 
================================================================ */

button, .button {
	background-color: #15A006;
	border-radius: 5px;
	box-shadow: -2px -2px rgba(85, 85, 85, 0.45) inset;
	font-family: "Source Sans Pro",sans-serif;
}

input[type="submit"] {
	border-radius: 5px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #ed1c24;
}

.buttons { margin-top: 15px; }
.buttons h2 { 
	color: #FFFFFF; 
	font-size: 1.6rem;  
	background: rgba(0,0,0,0.5);
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.buttons a {
	display: block;
	height: 150px;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
	margin-bottom: 0.9375rem;
	transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: ease-in-out;
}
.buttons a:hover {
	background: rgba(0,0,0,0.85);
}
.buttons a h3 { color: #FFFFFF; text-align: center; margin: 15px 0 0 0; font-size: 1.125rem; font-weight: 700; }
.buttons a i { 
	color: #FFFFFF;
	margin: 10px auto 0;
	padding: 0;
	transition-duration: 0.5s;
    transition-property: margin;
    transition-timing-function: ease-in-out;
    font-size: 44px;
    display: block;
}
.buttons a:hover i {
	margin: 0 auto 10px;
    transition-duration: 0.3s;
    transition-property: margin;
}
/* special rules for icon-chart because it plays up */
.buttons a i.icon-chart { margin-top: 0px; }
.buttons a:hover i.icon-chart { margin-top: -10px; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.buttons { margin: 0; }
	.buttons h2 { font-size: 2.2rem; }
	.buttons a h3 { font-size: 1.25rem; }
} 

/* News Summary */
.news_summary_holder h2 { 
	color: #FFFFFF; 
	font-size: 1.6rem;  
	background: rgba(0,0,0,0.5);
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.news_summary_holder ul {
	margin: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	list-style-type: none;
}
.news_summary_holder li { padding: 0 0 5px 0; }
.news_summary_holder li:last-child { padding: 0; }
.news_summary_holder a {
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	transition-duration: 0.2s, 0.2s, 0.4s;
    transition-property: padding, color, background;
    transition-timing-function: ease-in-out;
}
.news_summary_holder a:hover {
	padding-left: 15px;
	color: #CC181E;
	background: rgba(0,0,0,0.85);
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.news_summary_holder h2 { font-size: 2.2rem; }
	.news_summary_holder ul { margin: 0 0 15px 0; }
}

/* =============================================================== */
/* eWombat and ASX Search 
================================================================ */

#ewombat_input {
	display: inline-block;
	width: 82%;
	border-radius: 5px 0px 0px 5px;
	background: #DDD;
}

#ewombat_input:focus {
	background: #FEFEFE;
}

#ewombat_button {
	display: inline-block;
	padding: 9px 12px 10px 12px;
	border-radius: 0px 5px 5px 0px;
	margin-left: -3px;
	background: #777;
	border: none;
	font-family: "fontello";
	transition: background 0.1s ease-in-out 0s;
	box-shadow: -1px -1px rgba(34, 34, 34, 0.4) inset;
}

#ewombat_button:hover {
	background: #ED1C24;
}

#asx_input {
	display: inline-block;
	width: 82%;
	border-radius: 5px 0px 0px 5px;
	background: #DDD;
}

#asx_input:focus {
	background: #FEFEFE;
}

#asxlookup_button {
	display: inline-block;
	padding: 9px 12px 10px 12px;
	border-radius: 0px 5px 5px 0px;
	margin: -1px 0 0 -3px;
	background: #777;
	border: none;
	font-family: "fontello";
	transition: background 0.1s ease-in-out 0s;
	box-shadow: -1px -1px rgba(34, 34, 34, 0.4) inset;
}

#asxlookup_button:hover {
	background: #ED1C24;
}

/* =============================================================== */
/* Home
================================================================ */

.interactive-area {
	/*background: url(../images/melbourne-city.jpg_disabled) no-repeat bottom center fixed;*/
	background-size: cover;
	min-height: 200px;
}

#home-content-area{width:100%; background:#231f20; color:#fff; padding:1em 0px;}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.interactive-area { height: 300px; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.interactive-area { height: 400px; }
} 



.welcome {
	background: rgba(0, 0, 0, 0.66) none repeat scroll 0% 0%;
	border-radius: 5px;
	margin: 0px auto 20px auto;
	padding: 28px 35px 0px;
	width:90%;
}

#home-content-area i {
	font-size: 42px;
}

.intro p {
	font-size: 2rem;
	color: #FFFFFF;
	text-align: center;
	margin: 2rem 0;
	line-height:1.2em;
}

p.intro-2 {
	font-size: 2rem;
	color: #000;
	text-align: center;
	margin-bottom: 0.5rem;
	margin-top: 1.25rem;
}

.intro p a.button.ext{}

span.option {
	background: #C00710;
	box-shadow: -4px -4px rgba(85, 85, 85, 0.45) inset;	
	display: block;
	color: #FFFFFF;
	border-radius: 7px 12px 7px 12px;
	text-align: center;
	padding: 4px 8px 2px;
	transition: background 0.15s ease-in-out 0s;
	max-width:100%;
	margin:25px auto 60px auto;
}

span.option:hover {
	background: #ED1C24;
}

p.opt {
	font-size: 20px;
	margin-bottom:1rem;
}

span.option p{
	font-size:14px;
	line-height:1.2em;
}

a.button.ext {
	background: #c00710;
	box-shadow: -4px -4px rgba(17, 17, 17, 0.45) inset;
	color: #FFFFFF;
	border-radius: 7px 12px 7px 12px;
	text-align: center;
	transition: background 0.15s ease-in-out 0s;
	width: 53%;
	font-size: 20px;
	text-shadow: none;
}

a.button.ext:hover {
	background: #ed1c24 none repeat scroll 0% 0%;
}

.welcome .icon-right-circled {
	font-size: 42px;
	top: 8px;
	position: inherit;
}




/* =============================================================== */
/* JS Ticker
================================================================ */

.jsticker_wide { background: #980008; }
.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 40px; width: 100%; display: block; overflow: hidden; margin: 0 auto;  }
#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #FFFFFF; display: block; padding: 0 20px; line-height: 40px; }
#jsticker_scroll a:hover { text-decoration: underline; }
#jsticker_scroll .scrollingtext { white-space: nowrap; }

/* =============================================================== */
/* Sidebar
================================================================ */

.sidebar { margin-top: 46px; }
.sidebar .widget { margin-bottom: 1.8rem; }

.widget.location { background: #551111; padding: 10px 15px; }
.widget.location h1, .widget.location h2 { color: #FFFFFF; text-align: center; }
.widget.location h1 { font-size: 1.3rem; font-weight: 700; }
.widget.location a h2 { 
	font-size: 1rem; 
	background: #655655; 
	line-height: 200%; 
	transition-duration: 0.4s;
    transition-property: background;
    transition-timing-function: ease-out;
}
.widget.location a h2:hover { background: #CC181E; }

.widget.menu-list h4 {
	color: #FFFFFF;
	background: #980008;
	line-height: 200%;
	margin: 0;
	padding: 0 1rem;
	border-radius: 5px 5px 0 0;
}

.widget.menu-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget.menu-list li {  }

.widget.menu-list a { 
	color: #FFFFFF;
	background: #555 none repeat scroll 0% 0%;
	display: block;
	padding: 0.25rem 1rem;
	transition-duration: 0.2s, 0.4s;
    transition-property: padding, background;
    transition-timing-function: ease-in-out;
    border-bottom: 1px solid #4A4A4A;
}
.widget.menu-list a:hover { background: #C00710; }

.contact-sidebar {
	background: #555555 none repeat scroll 0% 0%;
	color: #EEE;
	border-radius: 5px;
	padding: 1px 26px 6px;
	margin: 45px 0;
	font-family: "Source Sans Pro",sans-serif;
}

.contact-sidebar h5 {
	color: #EEE;
	font-size: 1.53rem;
	margin-top: 11px;
}

.contact-sidebar #commentForm {
	margin-top: 0px;
}

.contact-sidebar label {
	color: #EEE;
	font-size: 1rem;
}

.contact-sidebar button, .button {
	background: #c00710;
	box-shadow: -2px -2px rgba(85, 85, 85, 0.45) inset;
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 600;
	color: #FFF;
}

.contact-sidebar img {
	margin-top: 20px;
}

/* =============================================================== */
/* Forms, Searches and Tables
================================================================ */

table {
	background: transparent;
}

footer table {
	border: none;
}

footer table tr th, table tr td {
	padding: 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	border-radius: 5px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: #15A006;
}

/* =============================================================== */
/* Contact Us
================================================================ */

#contact-us {  }
#contact-us h4 { font-size: 1.8em; margin-top: 1em; color: #B49658; }
#contact-us p { font-family: 'Source Sans Pro', sans-serif; font-size: 1.25em; }
#contact-us ul { font-size: 1.25em; list-style-type: none; margin-left: 0; }
#contact-us li { margin: 0 0 0.8em 0; }
#contact-us li, #contact-us a { color: #414042; }
#contact-us li i { color: #696986; }
#contact-us a:hover { color: #B49658; }

#contact-form { padding: 25px 0; }
#contact-form label { color: #414042; }
#contact-form input:not(.button), #contact-form textarea {
	color: rgba(105,105,105,0.7); 
	border-color: rgba(65,64,66,0.25); 
	-webkit-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
	-moz-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
	-o-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
	transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
	box-shadow: none;
}
#contact-form input:focus:not(.button), #contact-form textarea:focus {
	border-color: rgba(19,134,169,0.5);
	color: rgba(105,105,105,1);
}

#contact-form textarea {
	min-height: 120px;
}

#commentForm {
	margin-top: 40px;
}

.t2 {
	display: none;
} /* form spam check - do not remove */

.contact-details ul {
	list-style: outside none none;
	margin-left: 0;
}

.contact-details li {
	margin-bottom: 12px;
}

.contact-details strong {
	margin-right: 10px;
}

/* =============================================================== */
/* Footer
================================================================ */

footer {
	background: #231F20;
	border-top: 3px solid #980008;
}

footer p {
	color: #AFAFAF;
	font-size: 0.9rem;
}

footer p a {
	color: #AAAAAA;
}

footer a {
	color: #DDDDDD;
}

footer a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

footer ul {
	color: #DDDDDD;
	list-style: none;
	margin-left: 0;
	font-size: 1rem;
}

footer li {
	font-size: 1rem;
}

footer h6 {
	font-weight: 600;
	color: #DDD;
	font-size: 1.1rem;
}

img.rel-logo {
	float: right;
}

.google-map {
	margin-top: 40px;
}

.footer-links a { display: inline-block; margin-right: 20px; text-decoration: underline; color: #FFFFFF; }
.footer-links a:hover { text-decoration: none; }

/* =============================================================== */
/* Back to Top Button
================================================================ */

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 46px;
	height: 44px;
	line-height: 39px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: -2px -2px rgba(45, 45, 45, 0.25) inset;
	font-size: 19px;
}
.scroll-top-wrapper:hover {
	background-color: #ed1c24;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* =============================================================== */
/* Mobile Styles
================================================================ */

/* Define mobile styles */
@media only screen { } 

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.content-area {
    	margin: 2rem 0 3rem;
	}
	img.rel-logo {
	float: none;
	}
	.intro p {
    font-size: 1.4rem;
	}
	span.option {
    margin: 20px 0;
    padding: 5px 36px 1px 32px;
	}
	a.button.ext {
		width: 87%;
	}
} 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 54em) {
	.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 0.5rem;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0px 0.5rem;
	}
	.top-bar-section ul li > a {
    font-size: 0.85rem;
	}
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { } 

/* =============================================================== */
/* Font Icons
================================================================ */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?49148924');
  src: url('../font/fontello.eot?49148924#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?49148924') format('woff'),
       url('../font/fontello.ttf?49148924') format('truetype'),
       url('../font/fontello.svg?49148924#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49148924#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-fax:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-mail-alt:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-check:before { content: '\e804'; } /* '' */
.icon-check-1:before { content: '\e805'; } /* '' */
.icon-box:before { content: '\e806'; } /* '' */
.icon-gplus-squared:before { content: '\e807'; } /* '' */
.icon-gplus:before { content: '\e808'; } /* '' */
.icon-car:before { content: '\e809'; } /* '' */
.icon-facebook-squared:before { content: '\e80a'; } /* '' */
.icon-twitter-squared:before { content: '\e80b'; } /* '' */
.icon-twitter:before { content: '\e80c'; } /* '' */
.icon-linkedin-squared:before { content: '\e80d'; } /* '' */
.icon-linkedin:before { content: '\e80e'; } /* '' */
.icon-link:before { content: '\e80f'; } /* '' */
.icon-tool:before { content: '\e810'; } /* '' */
.icon-doc-text-inv:before { content: '\e811'; } /* '' */
.icon-doc-inv:before { content: '\e812'; } /* '' */
.icon-newspaper:before { content: '\e813'; } /* '' */
.icon-user-pair:before { content: '\e814'; } /* '' */
.icon-user:before { content: '\e815'; } /* '' */
.icon-user-1:before { content: '\e816'; } /* '' */
.icon-users:before { content: '\e817'; } /* '' */
.icon-users-1:before { content: '\e818'; } /* '' */
.icon-newspaper-2:before { content: '\e819'; } /* '' */
.icon-tools:before { content: '\e81a'; } /* '' */
.icon-search:before { content: '\e81b'; } /* '' */
.icon-chat:before { content: '\e81c'; } /* '' */
.icon-chat-1:before { content: '\e81d'; } /* '' */
.icon-logo-icon-black:before { content: '\e81e'; } /* '' */
.icon-comment:before { content: '\e81f'; } /* '' */
.icon-calc:before { content: '\e820'; } /* '' */
.icon-down-big:before { content: '\e821'; } /* '' */
.icon-left-big:before { content: '\e822'; } /* '' */
.icon-right-big:before { content: '\e823'; } /* '' */
.icon-up-big:before { content: '\e824'; } /* '' */
.icon-left-circled:before { content: '\e825'; } /* '' */
.icon-right-circled:before { content: '\e826'; } /* '' */
.icon-up-circled:before { content: '\e827'; } /* '' */
.icon-down-circled:before { content: '\e828'; } /* '' */





/* Define mobile styles */
@media only screen { } 

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { } 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { } 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { } 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { } 



