/*
Theme Name: Taylor Herrick Recruitment
Theme URI: http://www.threcruit.co.uk/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar, #adroll_consent_banner {display: none !important;}

body {
	font-size: 18px;
	font-size: 16px;
	font-size: 15px;
	font-family: 'Hind Siliguri', sans-serif;
	color: #ffffff;
	color: #000000;
	background-color: #2A2B46;
	background-color: #D1D1D1;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}
/*p {
	font-size: 18px;
	font-size: 16px;
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: #ffffff;
}*/
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
	clear: both;
	float: none;
	text-align: center;
}






/* LINK STYLES START */
a:link {
	color: #b34e97;
	text-decoration: underline;
}
a:visited {
	color: #b34e97;
	text-decoration: underline;
}
a:hover {
	color: #b34e97;
	text-decoration: none;
}
a:active {
	color: #b34e97;
	text-decoration: underline;
}
/* LINK STYLES END */






/* HEADING STYLES START 
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
h2 a:link {
	color: #b34e97;
	text-decoration: none;
}
h2 a:active {
	color: #b34e97;
	text-decoration: none;
}
h2 a:hover {
	color: #b34e97;
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 28px;
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin-top: 11px;
}
h3 a:link {
	color: #b34e97;
	text-decoration: none;
}
h3 a:visited {
	color: #b34e97;
	text-decoration: none;
}
h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 28px;
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin-top: 11px;
}
h4 a:link {
	color: #b34e97;
	text-decoration: none;
}
h4 a:visited {
	color: #b34e97;
	text-decoration: none;
}
h4 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h5 {
	
}
HEADING STYLES END */






/* TABLE STYLES START */
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #005F9B;
}
td {
	border: 1px solid #005F9B;
}
th {
	border: 1px solid #005F9B;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-family: 'Hind Siliguri', sans-serif;
	-webkit-appearance: none; -moz-appearance: none;
}
input[type=text] {
	width: 270px;
	padding: 5px;
	height: 28px;
	font-size: 16px;
	border: 1px solid #000;
}
input[type=text]:focus {
	border: 1px solid #000090;
}
input[type=password] {
	width: 270px;
	padding: 5px;
	height: 28px;
	font-size: 16px;
	border: 1px solid #000;
}
input[type=password]:focus {
	border: 1px solid #000090;
}
input[type=email] {
	width: 270px;
	padding: 5px;
	height: 28px;
	font-size: 16px;
	border: 1px solid #000;
}
input[type=email]:focus {
	border: 1px solid #000090;
}
input[type=file] {
	width: 270px;
	padding: 5px;
	height: 28px;
	font-size: 16px;
	background-color: #fff;
 color: #000;
}
input[type=file]:focus {
	border: 1px solid #000090;
}
select {
	width: 282px;
	padding: 5px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
select:focus {
	border: 1px solid #000090;
}
textarea {
	font-family: 'Hind Siliguri', sans-serif;
	width: 280px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
textarea:focus {
	border: 1px solid #000090;
}
label {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	margin-bottom: 0px;
	width: auto;
}
input[type=submit] {
	border: none;
	clear: both;
	margin-bottom: 27px;
	background: none;
	padding: 20px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
	color: #b34e97;
	font-weight: 600;
	letter-spacing: 0.75px;
	clear: both;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border: 3px solid #b34e97;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
input[type=submit]:hover {
	cursor: pointer;
	background: none;
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=submit]:focus {
	cursor: pointer;
	background: none;
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=button] {
	border: none;
	clear: both;
	margin-bottom: 27px;
	background: none;
	padding: 20px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
	color: #b34e97;
	font-weight: 600;
	letter-spacing: 0.75px;
	clear: both;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border: 3px solid #b34e97;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
input[type=button]:hover {
	cursor: pointer;
	background: none;
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=button]:focus {
	cursor: pointer;
	background: none;
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*h6, .btn {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 40px;
	text-decoration: none;
}
h6 a:link, h6 a:visited, .btn a:link, .btn a:visited {	
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
	background-color: #1B1C39;
	border: none !important;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 16px 18px 16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
h6 a:hover, .btn a:hover {
	border: none !important;
	color: #ffffff !important;
	background-color: #B85A9F !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}*/
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	margin-left: 20px;
	list-style: none;
	font-size: 18px;
	font-size: 14px;
	line-height: 22px;
	background-image: url(pics/bullet.png);
	background-repeat: no-repeat;
}
ol li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 9px;
	list-style: decimal;
	background: none;
	font-size: 18px;
	font-size: 14px;
	line-height: 22px;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.png);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_30 {
	height: 30px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 40px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_50 {
	height: 50px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.mob_clear {
	display: inline;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #32334d;
	margin-bottom: 10px;
	height: 35px;
}
hr {
	border: none;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #32334d;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
	border-bottom: 1px solid #c271ac;
	background-color: #FFFFFF;
}
.header {
	width: 980px;
	height: 147px;
	height: 155px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	color: #32334d;
	font-size: 16px;
}
.header p {
	margin-top: 100px;
	color: #32334d;
}
.header a:link {
	text-decoration: none;
}
.header a:visited {
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header_left {
	width: 296px;
	float: left;
	padding-top: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-top: -50px;
	margin-top: -40px;
    padding-bottom: 10px;
}
.header_left img {
    height: 120px;
    width: auto;
}
.header_right {
	width: 684px;
	float: right;
	text-align: right;
	padding-top: 14px;
	padding-top: 30px;
}
.contact {
	margin-bottom: 37px;
	margin-bottom: 25px;
	text-align: right;
	padding-top: 5px;
	padding-top: 10px;
}
.contact img {
	vertical-align: middle;
	margin-right: 8px;
}
.contact strong {
	margin-right: 24px;
}
.nav {
	height: 27px;
	width: auto;
	float: right;
}
.nav {
    margin-top: 7px;
}
.nav_btn a {
	height: 27px;
	float: left;
	text-align: left;
	display: block;
	color: #32334d;
	text-transform: uppercase;
	margin-left: 30px;
	margin-left: 19px;
	font-size: 17px;
}
.nav_btn a:hover {
	color: #b34e97;
	text-decoration: none;
}
#nav_home a {
	margin-left: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
    float: left;
    position: relative;
    list-style: none;
	background-image: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 27px;
	padding: 3px;
    display: none;
    position: absolute;
	background-color: #fff;
	border: 1px solid #80d6f7;
	z-index: 2;
	margin-left: 25px;
}
#menu > li > ul > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 25px;
	width: 230px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	color: #32334d;
}
#menu > li > ul > li > a:hover {
	background-color: #b34e97;
	color: #FFFFFF;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.content {
	width: 965px;
	padding-left: 15px;
	padding-top: 60px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 166px;
	margin-bottom: 20px;
	float: left;
}
.col5_2wide {
	width: 362px;
	margin-bottom: 20px;
	float: left;
}
.col5_3wide {
	width: 558px;
	margin-bottom: 20px;
	float: left;
}
.col5_4wide {
	width: 754px;
	margin-bottom: 20px;
	float: left;
}
.col5_spacer {
	width: 30px;
	width: 36px;
	margin-bottom: 20px;
	float: left;
}
/* 5 COLUMN LAYOUT END */




/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 215px;
	margin-bottom: 20px;
	float: left;
}
.col4_2wide {
	width: 460px;
	margin-bottom: 20px;
	float: left;
}
.col4_3wide {
	width: 705px;
	margin-bottom: 20px;
	float: left;
}
.col4_4wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col4_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 315px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
.col3_2wide {
	width: 623px;
	margin-bottom: 20px;
	float: left;
}
.col3_3wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col3_spacer {
	width: 2px;
	margin-bottom: 20px;
	float: left;
}
/* 3 COLUMN LAYOUT END */





/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide {
	width: 680px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_2wide {
	width: 340px;
	margin-bottom: 20px;
	float: left;
}
/* ADDITIONAL COLUMN LAYOUTS END */






/* ----- COLUMN STYLES END ----- */



/* FOOTER STYLES START */
.footer_container {
	background-color: #c271ac;
}
.footer {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	padding-top: 38px;
	padding-bottom: 20px;
}
.footer p {
	font-size: 16px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer h3 {
	margin: 0px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	padding-bottom: 30px;
}
.footer .col4_1wide {
	text-align: center;
	font-size: 16px;
}
.footer .col4_1wide p img {
	margin-left: 14px;
	margin-right: 14px;
}
.footer .col5_1wide {
	text-align: center;
	font-size: 16px;
}
.footer .col5_1wide p img {
	margin-left: 14px;
	margin-right: 14px;
}
/* FOOTER STYLES ENDS */

/* BLUE FOOTER STYLES START */
.footer_blue_container {
	background-color: #b34e97;
	background-color: #c271ac;
	border-top: 5px solid #1c1b38;
	padding-top: 20px;
}
.footer_blue {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
}
.footer_blue a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer_blue a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer_blue a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/* BLUE FOOTER STYLES ENDS */

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}



/* ----- LAYOUT STYLES END ----- */





.more {display: none;}

.widgets {
    margin-bottom: 20px;
	padding: 10px;
}
.widgets li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	padding-top: 9px;
	padding-bottom: 2px;
	list-style: none;
	background: none;
	font-size: 16px;
}
.at_flat_counter {
	display: none !important;
}

.reclogo {margin-top: -45px;}



.flex-viewport {
	padding-bottom: 20px;
}
.flex-control-paging li a.flex-active {
	background: #f99c1c !important;
}
.flex-direction-nav .flex-nav-prev a {
	background-image: url('pics/arrow_prev.png') !important;
	margin-left: -30px !important;
	opacity: 1 !important;
	left: 0px !important;
	background-repeat: no-repeat !important;
 background-position: left !important;
}
.flex-direction-nav .flex-nav-next a {
	background-image: url('pics/arrow2.png') !important;
	margin-right: -30px !important;
	opacity: 1 !important;
	right: 0px !important;
	background-repeat: no-repeat !important;
 background-position: right !important;
}
.flex-direction-nav .flex-nav-prev:hover {
	opacity: 0.6 !important;
}
.flex-direction-nav .flex-nav-next:hover {
	opacity: 0.6 !important;
}

#metaslider_1463.flexslider .slides li {
    margin-right: 23px !important;
}

.slides li {
	background: none;
}







h1 {
    text-align: left;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    /*color: #B85A9F;*/
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
	color: #1B1C39;
	margin-bottom: 20px !important;
}
h2 {
    margin-block-end: 1rem;
    margin-block-start: .5rem;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 20px !important;
    padding: 0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 28px;
    color: #1B1C39;
}
h2 a:link, h2 a:visited {
	color: #1B1C39;
}
h3 {
    margin-block-end: 1rem;
    margin-block-start: .5rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #54556B;
	text-transform: uppercase !important;
}
h1, h2 {
	text-transform: uppercase;
}
.col3_3wide {
	margin-top: 40px;
}
.col3_1wide img {
	background-color: #B85A9F;
	padding-bottom: 15px;
}
.col3_1wide a img {
	background: none;
	padding-bottom: 0px;
}
.col1_1wide {
    width: 95%;
}
.col1_1wide p {
    text-align: left !important;
}
p {
    color: #1B1C39;
    font-family: 'Hind Siliguri';
    margin-block-end: .9rem;
    margin-block-start: 0;
    box-sizing: border-box;
	font-size: 18px;
	font-weight: 500px;
	line-height: 22px;
}
p a img {
    filter: invert();
}
.header_container, .footer_container, .footer_blue_container {display: none !important;}
body > div.content > div.col3_1wide > h2:nth-child(10)  {display: none !important;}

.col4_4wide, .col3_2wide {
    padding-inline-end: 57px;
    padding-inline-start: 57px;
    padding-block-end: 32px;
    padding-block-start: 32px;
	margin-bottom: 40px;;
    box-shadow: 0px 0px 15px 1px rgba(142.8, 142.8, 142.8, 0.86);
    background-color: #FFFFFF;
	border-radius: 6px;
}
.col3_1wide {
    width: 23%;
}
.col3_1wide h2 {
    display: none;
}
.col3_2wide {
	max-width: 63%;
    margin-right: 20px;
}
.col3_spacer {
	display: none;
}
.col4_4wide p {
	color: #1B1C39;
}
.hrclear {display: none;}

h6, .btn {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 40px;
	text-decoration: none;
}
h6 a:link, h6 a:visited, .btn a:link, .btn a:visited {	
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
	background-color: #1B1C39;
	border: none !important;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 16px 10px 16px;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	letter-spacing: 0;
	line-height: 0;
	text-decoration: none !important;
}
h6 a:hover, .btn a:hover {
	border: none !important;
	color: #ffffff !important;
	background-color: #B85A9F !important;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	text-decoration: none !important;
}
h2 a:link, h2 a:visited {
	text-decoration: none !important;
}




@media (max-width: 768px) {
	
.col1_1wide, .col1_1narrow, .col2_1wide, .col2_2wide, .col3_1wide, .col3_2wide, .col3_3wide, .col4_1wide, .col4_2wide, .col4_3wide, .col4_4wide, .col5_1wide, .col5_2wide, .col5_3wide, .col5_4wide, .col5_5wide, .col6_1wide, .col6_2wide, .col6_3wide, .col6_4wide, .col6_5wide, .col6_6wide, .content {
	width: 83% !important;
	max-width: 100% !important;
}
.col3_2wide {
		width: 73% !important;
}

}