@charset "utf-8";

/* ======= GOOGLE FONTS & CSS IMPORTS ======== */

@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700');

@font-face {
	font-family: 'agency';
	src: url('../fonts/AGENCYR.eot');
	src: local('☺'), url('../fonts/AGENCYR.woff') format('woff'), url('../fonts/AGENCYR.ttf') format('truetype'), url('../fonts/AGENCYR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ======= CSS INCLUDES ======== */

/* @import url('customscroll.css'); */

/* ======= STICKY FOOTER ======== */

* {
	margin: 0;
}

html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -226px;
}

.footer, .push {
	height: 226px;
}

/* ======= CSS RESET ======== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: gray;
}
p {
	margin-bottom: 10px;
	line-height: 1.8;
}
a {
	color: #E31B3E;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	outline: none;
}
u {
	text-decoration: underline;
}
.cursor
{
	cursor: pointer;
}
strong, b {
	font-weight: 700;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	-moz-outline-style: none;
	-webkit-outline-style: none;
}
textarea {
	font-family: 'Lato', sans-serif;	
}
em {
	font-style: italic;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.nopad {
	padding: 0px !important;	
}
.nomar {
	margin: 0px !important;
}
h1 {
	font-size: 24px;
	color: #333333;
	font-weight: 700;
}
h2 {
	font-size: 19px;
	color: #333333;
	font-weight: 700;
}

/* ======= IE FIXES ======== */

.IE7 .IE8 {
	display: none;	
}

/* ======= CSS CLEARFIX ======== */

.ui-helper-clearfix:after, .cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .cf, * html .ui-helper-clearfix:after {
	zoom: 1;
} 
*:first-child+html .cf, *:first-child+html .ui-helper-clearfix {
	zoom: 1;
} 

/* ======= Standard Margin and Padding ======== */

.block-center {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-stripe {
	border-bottom: 3px solid #FF9D00;
}

.last {
	margin-right: 0px !important;
}

.mten-left {
	margin-left: 10px;
}
.mten-right {
	margin-right: 10px;
}
.mten-top {
	margin-top: 10px;
}
.mten-bottom {
	margin-bottom: 10px;
}
.mfifteen-left {
	margin-left: 15px;
}
.mfifteen-right {
	margin-right: 15px;
}
.mfifteen-top {
	margin-top: 15px;
}
.mfifteen-bottom {
	margin-bottom: 15px;
}
.mtwenty-left {
	margin-left: 20px;
}
.mtwenty-right {
	margin-right: 20px;
}
.mtwenty-top {
	margin-top: 20px;
}
.mtwenty-bottom {
	margin-bottom: 20px;
}

.pten-left {
	padding-left: 10px;
}
.pten-right {
	padding-right: 10px;
}
.pten-top {
	padding-top: 10px;
}
.pten-bottom {
	padding-bottom: 10px;
}
.pfifteen-left {
	padding-left: 15px;
}
.pfifteen-right {
	padding-right: 15px;
}
.pfifteen-top {
	padding-top: 15px;
}
.pfifteen-bottom {
	padding-bottom: 15px;
}
.ptwenty-left {
	padding-left: 20px;
}
.ptwenty-right {
	padding-right: 20px;
}
.ptwenty-top {
	padding-top: 20px;
}
.ptwenty-bottom {
	padding-bottom: 20px;
}

/* ======= CORE / STRUCTURE ======== */


div.header_stripe
{
	width: 100%;
	height: 5px;
	margin-bottom: 27px;
	background-color: #E31C3F;
}

div.little-birds { 
	position: absolute;
	margin-left: 275px;
	margin-top: 43px;
}

div.header
{
	width: 960px;
	margin: 0 auto;
}

div.header_left
{
	width: 192px;
	height: 70px;
	float: left;
	margin-bottom: 27px;
}

div.header_right
{
	width: 700px;
	text-align: right;
	float: right;
	padding-top: 22px;
}

div.header_right li a
{
	font-family: 'agency';
	font-size: 20px;
	color: #FF9D00;
}

div.header_right li
{
	font-family: 'agency';
	font-size: 20px;
	color: #FF9D00;
	display: inline;
	margin-left: 25px;
	text-transform:uppercase;
}

div.header_right .current-menu-item a
{
	color: #E31B3F !important;
	font-weight: bold;
}

div.home_media_banner
{
	width: 100%;
	background-image:url('../images/main-banner-1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

div.home_media_content
{
	width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 35px;
}

div.home-buttons {
	margin-bottom: 40px;
}

.hover-effect:hover {
	opacity: 0.90;
}

.twitter-button {
	padding: 10px 30px 10px 30px;
	background-color: #E31B3F;
	color: #FFF;
}

.twitter-button a {
	color: #FFF;
}

.twitter-button:hover {
	opacity: 0.80;
}
	
div.home_media_content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	margin-bottom: 20px;
}	

div.home_media_content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	margin-bottom: 25px;
	width: 335px;
}

div.home_sub_media
{
	width: 100%;
	background-image: url('../images/sub_header_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

div.home_sub_media_content
{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
	
div.home_sub_media_content_left
{
	width: 625px;
	float: left;
}

div.home_sub_media_content_left h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E31B3E;
	font-weight: normal;
	margin-bottom: 20px;
}

div.home_sub_media_content_left p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

div.home_sub_media_content_left p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E31B3E;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: none;
}


div.home_sub_media_content_right
{
	width: 220px;
	float: right;
	background-image:url('../images/twitter_bg.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 28px;
	padding-bottom: 41px;
}

div.home_sub_media_content_right p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

div.home_sub_media_content_right p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
}

div.home_4x4_container
{
	width: 1000px;
	margin: 0 auto;
	clear: both;
	padding-left: 40px;
}

div.home_4x4_box
{
	width: 200px;
	margin-right: 50px;
	float: left;
	margin-bottom: 30px;
}

div.home_4x4_box h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E31B3E;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: capitalize;
}

div.home_4x4_box p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: none;
	line-height: 20px;
}

/* ======= JOB SEEKERS PAGE ======== */

div.job-item {
	margin-bottom: 35px;
}

div.job-item p {
	font-size: 14px;
}

div.job-item h2 a {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 27px;
	color: #FF9E04;
	margin-bottom: 10px;
	font-weight: normal;
	display: inline-block;
}

div.blog-post h2 a {
	font-size: 24px;
}

div.job-item h2 {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 27px;
	color: #FF9E04;
	margin-bottom: 10px;
	font-weight: normal;
	display: inline-block;
}

div.job-item-single ul {
	list-style: disc;
	padding-left: 25px;
	font-size: 12px;
	margin-bottom: 30px;
}

div.job-item-single h2 {
	margin-bottom: 20px;
}

div.job-item-single ul li {
	margin-bottom: 10px;
}

div.job-item-single .alignleft {
	float: left;
	margin: 15px 15px 15px 0px; 
}

div.job-item-single .alignright {
	float: left;
	margin: 15px 0px 15px 15px; 
}

div.job-item h2 a:hover {
	text-decoration: underline;;
}

div.job-left {
	width: 675px;
	margin-top: 20px;
}

div.job-right {
	width: 240px;
}

div.job-sidebar {
	border-left: 2px solid #E31B3F;
	min-height: 500px;
	margin-top: 25px;
	padding-left: 20px;
	padding-top: 20px;
}

div.job-sidebar h3  {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 27px;
	color: #FF9E04;
	margin-bottom: 20px;
	font-weight: normal;
	display: inline-block;
}

div.job-sidebar ul li a {
	color: #E31B3E;
	margin-bottom: 5px;
	display: block;
}

div.job-sidebar .selected {
	font-weight: bold;
}

div.job-header-left {
	font-size: 30px;
	color: #E52A4C;
	font-weight: 900;
	line-height: 45px;
}

div.job-header-right {
	margin-bottom: 18px;
}

div.job-header-right:hover {
	opacity: 0.95;
}

div.job-tags, div.job-location {
	color: #E31A3F;
}

div.job-location {
	background-image: url('../images/location-icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
	margin-right: 20px;
}

div.job-comments {
	background-image: url('../images/comment-icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
}

div.job-tags {
	background-image: url('../images/tags-icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
}

div.job-tags {
	margin-left: 0px;
	text-transform: capitalize;
	font-size: 12px;
}

div.job-tags ul li {
	display: inline;
	margin-left: 5px;
}

div.job-tags ul li:after {
	content: ",";
}

div.job-tags ul li:last-child:after {
	content: "";
}

div.arrow-icon {
	position: absolute;
	width: 24px;
	height: 48px;
	background-image: url('../images/arrow-icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -30px;
	margin-left: -5px;
}

div.consider-me {
	width: 210px;
	margin: 0 auto;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	text-align: center;
}

/* ======= EMPLYERS page-break-inside:  ======== */

div.our-process {
	text-align: center;
	padding: 80px 0px 40px 0px;
}

div.our-process-text-blocks {
	padding-left: 70px;
}

div.our-process-single-block {
	width: 250px;
	height: 100px;
	margin-right: 75px;
	text-align: center;	
}

div.our-process-single-block h2 {
	color: #FF9F06;
	font-size: 22px;
}

div.our-process-single-block:last-child {
	margin-right: 0px;
}

div.two-grid-emplyers .left, div.two-grid-emplyers .right {
	width: 460px;
}

div.two-grid-emplyers h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #E31C3F;
}

div.two-grid-emplyers p {
	font-size: 14px;
	margin-bottom: 25px;
}

div.lets-get-started {
	text-align: center;
	padding: 40px 0px 80px 0px;
}

span.testimonial-src {
	color: #E31C3F;
	margin-top: 5px;
	display: block;
}

div.two-grid-emplyers .left p {
	line-height: 26px;
}

/* ======= FOOTER ======== */

div.footer_container
{
	width: 100%;
	background-color: #E52A4C;
	padding-top: 25px;
	clear: both;
}

div.footer-content
{
	width: 960px;
	margin: 0 auto;
}

div.home_footer_box
{
	width: 200px;
	margin-right: 50px;
	float: left;
	margin-bottom: 30px;
}

div.our-mission {
	width: 450px;
}

div.our-mission p {
	font-size: 12px;
	color: #FFF;
}

div.home_footer_box li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 13px;
	text-decoration: none;
}

div.home_footer_box li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}

div.home_footer_box li a:hover {
	opacity: 0.70;
}

div.home_footer_box h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px solid #FFF;
}

.skype_button img {
	margin: 0px !important;
	vertical-align: 0px !important;
}

div.sub-footer {
	font-size: 12px;
	color: #FFF;
	background-color: #B61632;
	padding-bottom: 14px;
}

div.sub-footer .left {
	margin-top: 8px;
}