@font-face {
	font-family: 'dosis-sb';
	src: url('../fonts/dosis-semibold-webfont.eot');
	src: url('../fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/dosis-semibold-webfont.woff') format('woff'),  url('../fonts/dosis-semibold-webfont.ttf') format('truetype'),  url('../fonts/dosis-semibold-webfont.svg#dosissemibold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'dosis-m';
	src: url('../fonts/dosis-medium-webfont.eot');
	src: url('../fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/dosis-medium-webfont.woff') format('woff'),  url('../fonts/dosis-medium-webfont.ttf') format('truetype'),  url('../fonts/dosis-medium-webfont.svg#dosismedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensed';
	src: url('../fonts/robotocondensed-regular-webfont.eot');
	src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),  url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensed_l';
	src: url('../fonts/robotocondensed-light-webfont.eot');
	src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-light-webfont.woff') format('woff'),  url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-regular-webfont.woff') format('woff'),  url('../fonts/roboto-regular-webfont.ttf') format('truetype'),  url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensed_b';
	src: url('../fonts/robotocondensed-bold-webfont.eot');
	src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),  url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),  url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'roboto-b';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-bold-webfont.woff') format('woff'),  url('../fonts/roboto-bold-webfont.ttf') format('truetype'),  url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: bold;
	font-style: normal;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
}
*, *:before, *:after { box-sizing: inherit; }
* {
	max-height: 100000em;
	font-size: 100.01%;
}
body {
	margin: 0;
	color: #333;
	font: 16px/22px "roboto", Arial, Helvetica, sans-serif;
	/*background: #fbf9f4;*/
    background:#f4f0ec;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 320px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
img { border-style: none; }
a {
	text-decoration: none;
	color: #4182d0;
	outline: none;
}
a:hover { text-decoration: none; }
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
    overflow: visible;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
q { quotes: none; }
q:before, q:after {
	content: '';
	content: none;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { margin: 0 0 1.2em; }
#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#header { background: #4182d0; }
.home #header,
.page-template-page-templatessportsmen-php #header,
.page-template-veterans #header {
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.holder {
	max-width: 950px;
	margin: 0 auto;
}
#header .holder { padding: 20px 0 16px; }
.holder:after {
	display: block;
	content: "";
	clear: both;
}
.logo { float: left; }
.logo img { display: block; }
.nav-area {
	max-width: 670px;
	font: 18px/22px "dosis-sb", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	float: right;
	padding: 21px 0;
}
.nav-area:after {
	display: block;
	content: "";
	clear: both;
}
.nav-area .nav-opener { display: none; }
.slide.js-slide-hidden { position: static !important; }
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
#nav li {
	float: left;
	position: relative;
	margin: 0 2px;
}
#nav li a {
	color: #fff;
	padding: 5px 7px;
	display: block;
	text-shadow: 0 0 5px #3e3e3e;
}
#nav li:hover .opener, #nav li .opener:hover {
	background: #d9dcf3;
	color: #112f52;
	text-decoration: none;
	text-shadow:none;
}
#nav li a:hover { text-decoration: underline; }
#nav .dropdown, #nav .sub-menu {
	text-transform: capitalize;
	display: none;
	position: absolute;
	left: 0;
	top: 32px;
	width: 148px;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 17px/20px "dosis-m", Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 1px solid transparent;
}
#nav li:hover .dropdown, #nav li:hover .sub-menu { display: block; }
#nav .dropdown li, #nav .sub-menu li {
	display: block;
	margin: 0 0 1px;
	float: none;
}
#nav .dropdown li a, #nav .sub-menu li a {
	color: #112f52;
	background: #b9bee1;
	padding: 6px 7px;
	display: block;
	text-decoration: none;
	text-shadow:none;
}
#nav .dropdown li a:hover, #nav .sub-menu li a:hover { opacity: 0.90; }
.language {
	list-style: none;
	margin: 0 -5px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
}
.language li {
	float: left;
	padding: 0 5px;
	position: relative;
}
.language li:before {
	background: #fff;
	width: 1px;
	height: 12px;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
}
.language li:first-child:before { background: none; }
.language li a {
	color: #fff;
	text-decoration: none;
	text-shadow:0 0 3px rgba(8,8,8, 0.60);
}
.language li a:hover{
	text-decoration: underline;
}
.language li.active a{
	color: #112f52;
	text-shadow:0 0 3px rgba(254,254,254, 0.75);
}
.carousel {
	position: relative;
	max-height: 476px;
	overflow: hidden;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	float: left;
	position: relative;
	max-height: 476px;
	overflow: hidden;
}
.slide .img-holder {
	min-width: 1002px;
	position: relative;
	float: left;
	left: 50%;
	width: 100%;
}
.slide .img-frame {
	width: 100%;
	min-width: 1002px;
	position: relative;
	float: left;
	left: -50%;
}
.slide .img-frame img {
	display: block;
	width: 100%;
}
.slide .caption-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 120px 0 0;
}
.slide .caption-holder .holder { padding: 27px 0 0; }
.slide .caption-holder .caption {
	width: 287px;
	padding: 30px;
	text-align: center;
	background: rgba(255,255,255, 0.90);
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin: 0 0 0 41px;
	box-shadow:3px 2px 16px -5px rgba(8,8,8, 0.75);
}
.slide .caption-holder .caption:hover { opacity: 0.90; }
.slide h1 {
	color: #454545;
	font: 40px/48px "roboto_condensed_l", Arial, Helvetica, sans-serif;
	margin: 0 0 34px;
}
.caption .learn-more {
	min-width: 202px;
	background: #4182d0;
	padding: 6px 20px 11px;
	color: #fefefe;
	font: 22px/24px "dosis-sb", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.caption .learn-more em {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 25px 0 0;
}
.caption .learn-more em:after {
	background: url(../images/sprite.png) no-repeat;
	width: 12px;
	height: 22px;
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
}
.carousel .pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.pagination ul li a {
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	border: 4px solid #fff;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
.pagination ul li.active a, .pagination ul li a:hover { background: #fff; }
.signup-area {
	background: #4182d0;
	text-align: center;
	box-shadow:0 5px 8px rgba(8,8,8, 0.13);
}
.signup-area .row{
	display: inline-block;
}
.signup-area .holder { padding: 19px 0 18px; }
#main .signup-form {
	background: #4182d0;
	padding: 18px 18px 25px;
	margin: 0 0 33px;
	max-width: 517px;
}
#main #sidebar .signup-form { margin: 0; }
#main #sidebar .signup-form h2, #main #content .signup-form h2, .signup-form h2 {
	display: inline-block;
	vertical-align: middle;
	color: #fefefe;
	margin: 0;
	font: 24px/26px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#main #sidebar .signup-form h2 { margin: 0 0 20px; }
#main #content .signup-form h2 { margin: 0 0 17px; }
#main #content .signup-form h2 br { display: none; }
.signup-form .input-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px;
}
#main .signup-form .input-holder {
	display: block;
	margin: 0 0 23px;
}
#main #sidebar .signup-form .input-holder { margin: 0 0 12px; }
.signup-form input[type="email"], .signup-form input[type="text"] {
	background: #fff;
	color: #a7a7a7;
	font: 16px/20px "roboto", Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	height: 35px;
	text-transform: capitalize;
	box-shadow: 1px 2px 2px #c8c7c7 inset;
	border: 0;
	width: 118px;
	margin: 0 0 0 16px;
}
#main .signup-form input[type="email"], #main .signup-form input[type="text"] { width: 226px; }
#main #sidebar .signup-form input[type="email"], #main #sidebar .signup-form input[type="text"] {
	margin: 0 0 11px;
	width: 100%;
}
#main .signup-form input[type="text"] { margin: 0 0 0 23px; }
.signup-form .error input[type="text"],
.signup-form .error input[type="email"] {
	border:1px solid #f00;
}
.signup-form input[type="email"] {
	width: 222px;
	margin: 0;
}
.signup-form button[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	background: #71b16d;
	min-width: 130px;
	padding: 5px;
	text-align: center;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font: 20px/24px "roboto_condensed", Arial, Helvetica, sans-serif;
}
.signup-form button[type="submit"]{
	min-width:132px;
	box-shadow:1px 1px 9px -5px #000;
}
.signup-form button[type="submit"]:hover { opacity: 0.85; }
.signup-form button[type="submit"] span {
	display: inline-block;
	vertical-align: top;
	padding: 0 24px 0 0;
	position: relative;
}
.signup-form button[type="submit"] span:after {
	background: url(../images/sprite.png) no-repeat;
	width: 12px;
	height: 22px;
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
}
#sidebar .signup-form button[type="submit"] span:after{
	background:url(../images/sprite.png) no-repeat -63px 0;
	width:12px;
	height:20px;
	top:2px;
}
#main {
	max-width: 950px;
	margin: 0 auto 30px;
	padding: 39px 30px;
	background: #fff;
}
.home #main,
.page-template-page-templatessportsmen-php #main,
.page-template-veterans #main{
	background: none;
	padding: 53px 0;
}
#main:after {
	display: block;
	content: "";
	clear: both;
}
.tiles-nav {
	position: relative;
	padding: 0 0 16px;
    margin: 0 auto;
}
.tiles-nav:after {
	display: block;
	content: "";
	clear: both;
}
#main h2 {
	color: #4182d0;
	font: 32px/34px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	margin: 0 0 17px;
}
#main .tiles-nav h2 {
	/*display: inline-block;*/
	vertical-align: middle;
	margin: 0;
}
.tiles-nav .tiles-list {
	list-style: none;
	margin: 0;
	padding: 5px 5px 0;
	display: inline-block;
	vertical-align: middle;
	font: 20px/24px "roboto_condensed_l", Arial, Helvetica, sans-serif;
}
.tiles-list li {
	float: left;
    margin: 0 10px;
}
.tiles-list li a {
	color: #777;
	text-decoration: none;
	padding: 0 0 20px;
}
.tiles-list li.active .active,
.tiles-list li.active > a {
	font-weight: 600;
	color: #1b1b1b;
}
.tiles-list li.active a:hover { text-decoration: none; }
.tiles-list li:hover a, .tiles-list li a:hover {
    /*text-decoration: underline;
    margin: 0;
    padding: 0 0 10px;*/
}
.tiles-list .drop-down {
	display: none;
	position: absolute;
	left: 0;
    right: 0;
	/*top: 42px;*/
	/*padding: 0 9999px;
	margin: 0 -9999px;
	background: #edece8;*/
    background:#fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 20px;
	z-index: 999;
}
.tiles-list .drop-down.resource { text-align: center; }
.tiles-list li:hover > .drop-down { display: block; }
.drop-down .holder { padding: 7px 0; }
.drop-down ul {
	list-style: none;
	margin: 0;
	padding: 0 45px;
	letter-spacing: -4px;
}
.drop-down ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 8px 0 13px;
	position: relative;
	margin: 0;
	float: none;
}
.drop-down ul li:first-child:before { background: none; }
.drop-down ul li:before {
	background: #1b1b1b;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}
.drop-down ul li:first-child { padding-left: 0; }
.tiles-list .drop-down ul li a {
	/*color: #1b1b1b;*/
	text-decoration: none;
}
.drop-down ul li:hover a, .drop-down ul li a:hover {
	opacity: 0.75;
	text-decoration: none;
}
.tiles-block { margin: 0 -12px 9px; }
.tiles-block:after {
	display: block;
	content: "";
	clear: both;
}
.tiles-block .col {
	padding: 0 12px 25px;
	width: 33.3%;
	float: left;
	min-height: 425px;
}
.tiles-block .col.add { width: 66.6%; }
.tiles-block .col a {
	display: block;
	background: #fff;
	color: #111;
	text-decoration: none;
	height: 100%;
	box-shadow: 2px 2px 9px -7px #080808;
}
.tiles-block .col .lightbox {
	width: auto;
	padding: 0;
}
.tiles-block .col a:hover { opacity: 0.85; }
.tiles-block .col img {
	width: 100%;
	display: block;
}
.tiles-block .col .video { position: relative; }
.tiles-block .col .video span {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/ico-play.png) no-repeat;
	width: 50px;
	height: 38px;
	margin: -19px 0 0 -25px;
	text-indent: -9999px;
	overflow: hidden;
}
.tiles-block .col .detail {
	padding: 18px 30px 30px;
	font: 18px/24px "roboto_condensed_l", Arial, Helvetica, sans-serif;
}
.col .detail .title {
	color: #999;
	font: 14px/23px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	display: block;
	margin: 0 0 13px;
}
.col a:hover .detail .title {
	color: #71b16d;
	border-color: #71b16d;
}
#main .col .detail h3, #main .col .detail h2 {
	font: 22px/26px "roboto_condensed", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #1b1b1b;
}
.tiles-block .col p { margin: 0; }
.tiles-block .col .head {
	text-align: center;
	font: 20px/24px "roboto_condensed_l", Arial, Helvetica, sans-serif;
	color: #111;
	padding: 33px 15px 40px;
	background: #f8f4e9;
	box-shadow: 0 0 6px -5px #231f20 inset;
	letter-spacing: 1px;
}
#main .tiles-block .col .head h2 {
	font: 32px/35px "roboto_condensed_l", Arial, Helvetica, sans-serif;
	margin: 0 0 9px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.tiles-block .col .blockquote {
	background: #f0ebe1;
	font: 19px/24px "roboto_condensed", Arial, Helvetica, sans-serif;
	color: #111;
	padding: 34px 24px 40px;
	overflow: hidden;
}
.tiles-block .col .blockquote blockquote { margin: 0; }
.blockquote blockquote q {
	display: block;
	margin: 0 0 6px;
}
.blockquote blockquote cite {
	font-style: normal;
	float: right;
}
.tiles-block .col .header {
	background: #cb764d;
	text-align: center;
	padding: 14px;
	color: #fff;
	text-transform: uppercase;
	font: 600 20px/24px "roboto", Arial, Helvetica, sans-serif;
}
#main .tiles-block .col .header h2 {
	color: #111;
	font: 56px/60px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	text-transform: capitalize;
}
.tiles-block .col .header p { margin: 0; }
#main .tiles-holder:after{
	display: block;
	content: '';
	clear: both;
}
#main .tiles-holder {
	padding: 0 0 53px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 37px;
}
#main .tiles-holder .holder-fixed{
    /*position:absolute;
    right: 0;
    left: 0;*/
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}
#main .tiles-holder.fixed .holder-fixed{
	position: fixed;
    top:0;
    right: 0;
    left: 0;
	z-index: 9999;
}
#main .tiles-holder.fixed  .tiles-nav{
	margin: 0 auto;
}
.tiles-holder .btn-holder { text-align: center; }
.btn-holder .see-more {
	color: #fff;
	font: 22px/26px "roboto_condensed", Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	min-width: 190px;
	background: #69ad65;
	text-transform: uppercase;
	padding: 9px;
	text-decoration: none;
}
.btn-holder .see-more:hover { opacity: 0.80; }
.apps-block {
	overflow: hidden;
	padding: 0 0 50px;
	margin: 0 0 36px;
	border-bottom: 1px solid #ccc;
}
.apps-holder {
	overflow: hidden;
	margin: 0 -25px;
}
.apps-holder .col {
	border: 1px solid #ccc;
	/*float: left;*/
	width: 45%;
	margin: 0 auto;
	background: #fff;
	min-height: 278px;
}
.apps-holder .col h3 {
	color: #fff;
	font: 24px/28px "roboto_condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #4182d0;
	padding: 13px 28px 15px;
	margin: 0;
}
.apps-holder .col h3 a {
	color: #fff;
	text-decoration: none;
}
.apps-holder .col h3 a:hover { text-decoration: underline; }
.apps-holder .col .detail { padding: 7px 28px; }
.apps-holder .col .detail:after {
	display: block;
	content: "";
	clear: both;
}
.apps-holder .col:last-child {
    display: none;
}
.col .social-list {
	list-style: none;
	margin: 0;
	padding: 29px 0 0;
	float: left;
}
.col .social-list li { margin: 0 0 18px; }
.col .social-list li a { display: block; }
.col .social-list li a img { display: block; }
.apps-holder .col .img-holder { overflow: hidden; }
.apps-holder .col .img-holder img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.apps-holder .col:first-child .img-holder {
	margin: -49px 10px 0 0;
	float: right;
}
.socials-block {
	overflow: hidden;
	padding: 0 0 54px;
	margin: 0 0 36px;
	border-bottom: 1px solid #ccc;
}
.social-bar{
	overflow:hidden;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#ccc;
	background:#fff;
}
.social-bar.face{
	background:#edeff4;
}
.social-bar .follow{
	float:right;
	padding:9px;
	min-width:184px;
	color:#fff;
	text-align:center;
	background:#71b16d;
	font: 16px/18px "roboto_condensed", Arial, Helvetica, sans-serif;
}
.social-bar .follow span{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 20px;
	position:relative;
}
.social-bar .follow:hover{opacity:0.80;}
.social-bar .follow span:before{
	content:"";
	position:absolute;
	left:0;
	top:2px;
}
.social-bar .follow .tweet{
	background:url(../images/ico-twitter.png) no-repeat;
	padding:0 0 0 27px;
}
.social-bar .follow .fb{
	background:url(../images/ico-facebook.png) no-repeat;
}
.social-bar h3{
	color:#111;
	margin:10px;
	font:600 14px/16px "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.social-bar.facebook h3{
	font-size:12px;
	line-height:14px;
}
.socials-block .twitter {
	overflow: hidden;
	margin: 0 0 29px;
}
.socials-block img {
	display: block;
	max-width: 100%;
}
.socials-block .mobile { display: none; }
.socials-block .desktop { display: block; }
.news-carousel {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding: 33px 31px 35px;
}
.news-carousel .mask {
	position: relative;
	overflow: hidden;
	max-width: 885px;
}
.news-carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.news-carousel .mask .slide {
	width: 305px;
	float: left;
	padding: 0 15px 0 0;
}
.news-carousel .btn-next, .news-carousel .btn-prev { display: none; }
.news-carousel .photo {
	float: left;
	margin: 2px 17px 0 0;
}
.news-carousel .photo:hover { opacity: 0.80; }
.news-carousel .photo img { display: block; }
.news-carousel .detail { overflow: hidden; }
.news-carousel .detail h3 {
	font: 18px/22px "roboto_condensed", Arial, Helvetica, sans-serif;
	margin: 0 0 -2px;
}
.news-carousel .detail h3 a {
	color: #1b1b1b;
	text-decoration: none;
}
.news-carousel .detail h3 a:hover { text-decoration: underline; }
.detail .news-agency {
	color: #999;
	font: 14px/16px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.detail .news-agency:hover { opacity: 0.80; }
#content {
	width: 65.2%;
	float: left;
}
#content h1 {
	color: #4182d0;
	font: 600 32px/34px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	margin: 0 0 26px;
}
#main #content h2 {
	color: #1b1b1b;
	font: 22px/24px "roboto_condensed", Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}
#main #content .accordion-block h2 { margin: 0 0 16px; }
#content p { margin: 0 0 16px; }
#content p a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#content p a:hover { text-decoration: none; }
#content p strong {
	font-family: "roboto-b", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accordion-block {
	overflow: hidden;
	padding: 17px 0;
}
.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion li { margin: 0 0 1px; }
.accordion li .opener {
	display: block;
	background: #9db4de;
	color: #fff;
	font: 600 18px/26px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 10px 3px 12px;
	text-decoration: none;
}
.accordion li .opener span {
	float: right;
	color: #284f81;
	padding: 0 33px 0 0;
	position: relative;
	font: 600 14px/27px "roboto-b", Arial, Helvetica, sans-serif;
}
.accordion li .opener span:after {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #fff;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #2f5e97 url(../images/arrow04.png) no-repeat 50% 50%;
}
.accordion li.active .opener span:after { background: #2f5e97 url(../images/arrow03.png) no-repeat 50% 50%; }
.accordion li .opener .show { display: block; }
.accordion li.active .opener .show { display: none; }
.accordion li .opener .hide { display: none; }
.accordion li.active .opener .hide { display: block; }
.accordion ul {
	list-style: none;
	margin: 0;
	padding: 10px 25px 5px;
	width: 50%;
	float: left;
}
.accordion ul li { margin: 0 0 13px; }
.accordion ul li a {
	color: #333;
	text-decoration: none;
	font: 600 16px/20px "roboto-b", Arial, Helvetica, sans-serif;
}
.accordion ul li span { display: block; }
.accordion ul li a:hover { opacity: 0.80; }
.accordion .slide {
	border: 1px solid #f2f2f2;
	overflow: hidden;
}
#sidebar {
	width: 29.4%;
	float: right;
}
#main #sidebar h2 {
	color: #4182d0;
	font: 22px/26px "roboto_condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 14px;
}

#sidebar .widget { overflow: hidden; }
#sidebar .widget:first-child {
    padding: 0 0 37px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 32px;
}
.widget .twitter {
    overflow: hidden;
    margin: 0 0 32px;
    position:relative;
    padding:0 0 37px;
}
.widget .facebook{
    position:relative;
    padding:0 0 37px;
}
.widget .social-bar .follow{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    border-width:0 1px 1px 1px;
    border-style:solid;
    border-color:#ccc;
}
.widget img { width: 100%; }
.widget .twitter .desktop { display: block; }
.widget .twitter .tablet { display: none; }
.widget .facebook .desktop { display: block; }
.widget .facebook .tablet { display: none; }
.committee-block { overflow: hidden; }
#main #content .committee-block h2 {
	font: 600 22px/26px "roboto_condensed_b", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 15px;
	background: #9db4de;
	margin: 0 0 16px;
}
.committee-block .widget {
	overflow: hidden;
	margin: 0 0 24px;
}
.advisor-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #1b1b1b;
}
.advisor-list li {
	float: left;
	width: 50%;
	padding: 0 10px 36px 0;
}
.advisor-list li .photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}
.advisor-list li .photo img {
	display: block;
	width: 100%;
}
.advisor-list li .detail {
	width: 57%;
	display: inline-block;
	vertical-align: middle;
	font: 17px/20px "roboto_condensed", Arial, Helvetica, sans-serif;
}
#content .advisor-list li .detail p { margin: 0; }
.advisor-list li .name {
	color: #1b1b1b;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
	font: 20px/22px "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.advisor-list li .name:hover { opacity: 0.75; }
#footer { background: #4182d0; }
#footer .holder {
	padding: 30px 0;
	clear: both;
}
#footer .img-holder {
	width: 100%;
	position: relative;
	float: left;
	left: 50%;
	min-width: 1020px;
}
#footer .img-frame {
	width: 100%;
	position: relative;
	float: left;
	left: -50%;
	overflow: hidden;
	min-width: 1020px;
}
#footer .img-frame img {
	display: block;
	width: 100%;
}
.footer-nav {
	list-style: none;
	margin: 0;
	padding: 4px 0 0;
	float: left;
	font: 18px/22px "dosis-sb", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.footer-nav li {
	float: left;
	padding: 0 14px;
	position: relative;
}
.footer-nav li:first-child { padding-left: 0; }
.footer-nav li:before {
	width: 1px;
	background: #fff;
	height: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}
.footer-nav li:first-child:before { background: none; }
.footer-nav li a {
	color: #fff;
	text-decoration: none;
}
.footer-nav li a:hover { text-decoration: underline; }
.footer-nav .popup {
	display: none;
	position: absolute;
	left: 94%;
	bottom: 30px;
	width: 630px;
	background: #fff;
	color: #1b1b1b;
	font: 16px/22px "roboto", Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 10px;
}
.footer-nav .popup p { margin: 0; }
.footer-info {
	float: right;
	max-width: 750px;
}
.footer-info .apps-holder, .footer-info .link-holder { display: none; }
.footer-info .socials-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.socials-list li {
	float: left;
	margin: 0 0 0 19px;
}
.socials-list li a {
	width: 35px;
	height: 35px;
	background: url(../images/sprite.png) no-repeat 0 -60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.socials-list li a:hover { opacity: 0.80; }
.socials-list li .youtube { background-position: -54px -60px; }
.socials-list li .twitter { background-position: -107px -61px; }
.socials-list li .facebook { background-position: -161px -60px; }
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
.lightbox {
	width: 950px;
	background: #fff;
}
.two-columns {
	padding: 33px 30px;
	overflow: hidden;
}
.two-columns .article {
	width: 65.2%;
	float: left;
}
.article .header {
	overflow: hidden;
	padding: 0 0 21px;
	margin: 0 0 23px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.article p { margin: 0 0 15px; }
.article .header .title {
	text-transform: uppercase;
	color: #999;
	display: block;
	margin: 0 0 9px;
	font: 600 14px/20px "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.article .header h1 {
	color: #4182d0;
	margin: 0 0 8px;
	font: 600 32px/36px "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.article .header p { margin: 0; }
.article .header p a {
	color: #333;
	text-decoration: none;
}
.article .header p a:hover { opacity: 0.80; }
.article .header time {
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 0 0 20px;
}
.article .social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article .social-list li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
.article .social-list li:before { background: none; }
.article .social-list li a {
	background: url(../images/sprite.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.article .social-list li .linkedin { background-position: 0 -152px; }
.article .social-list li .twitter { background-position: -50px -153px; }
.article .social-list li .facebook { background-position: -101px -152px; }
.article .social-list li .mail { background-position: -151px -152px; }
.article .social-list li a:hover { opacity: 0.80; }
.article ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 17px;
}
.article ul li {
	padding: 0 0 15px 13px;
	position: relative;
}
.article ul li strong { font-family: "roboto-b", Arial, Helvetica, sans-serif; }
.article ul li:before {
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
}
.article ul li a { text-decoration: underline; }
.article ul li a:hover { text-decoration: none; }
.aside {
	width: 29.4%;
	float: right;
}
.aside .widget { overflow: hidden; }
.aside .widget h2 {
	color: #4182d0;
	margin: 0 0 13px;
	text-transform: uppercase;
	font: 22px/26px "roboto_condensed", Arial, Helvetica, sans-serif;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 999991;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 99999;
	outline: none;
	display: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff !important; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 50px;
	height: 50px;
	background: url(../images/btn-close.png) no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	top: 278px;
	height: 60px;
	width: 43px;
	cursor: pointer;
	outline: none;
	background: #fff url(../images/arrow05.png) no-repeat 50% 50%;
	z-index: 1102;
}
#fancybox-left {
	left: -35px;
	box-shadow: 2px 0 5px #e6e6e6;
}
#fancybox-right {
	right: -15px;
	box-shadow: -2px 0 5px #e6e6e6;
	background: #fff url(../images/arrow06.png) no-repeat 50% 50%;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	/*background-image: url(../images/fancybox/fancybox.png);*/
	background-position: -40px -30px;
}
#fancybox-right-ico {
    /*background-image: url(../images/fancybox/fancybox.png);*/
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}
::-webkit-input-placeholder {
	color: #a7a7a7;
}
:-moz-placeholder {
	color: #a7a7a7;
}
::-moz-placeholder {
	color: #a7a7a7;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #a7a7a7;
}

/*sportsmen page*/
.page-template-page-templatessportsmen-php .signup-area,
.page-template-veterans .signup-area{
	background: #317e33;
	border-bottom: 1px solid #2a6b2b;
}

.page-template-page-templatessportsmen-php .signup-area .hbspt-form,
.page-template-veterans .signup-area .hbspt-form{
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
}
.page-template-page-templatessportsmen-php .signup-area .hbspt-form form > div,
.page-template-veterans .signup-area .hbspt-form form > div{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-form-required,
.page-template-veterans .signup-area .hbspt-form .hs-form-required{
	display: none;
}
.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-error-msgs,
.page-template-veterans .signup-area .hbspt-form .hs-error-msgs{
	position: absolute;
	left: 0;
	top: 38px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	color: red;
	font-size: 11px;
	line-height: 100%;
}
.page-template-page-templatessportsmen-php .signup-form input[type="text"],
.page-template-veterans .signup-form input[type="text"]{
	margin-left: 20px;
}
.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-button,
.page-template-veterans .signup-area .hbspt-form .hs-button{
	display: inline-block;
	vertical-align: middle;
	background: #71b16d url(../images/sprite.png) no-repeat 99px 7px;
	min-width: 132px;
	padding: 5px 5px 5px 21px;
	text-align: left;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font: 20px/24px "roboto_condensed", Arial, Helvetica, sans-serif;
	box-shadow: 1px 1px 9px -5px #000;
	margin-left: 21px;
}
.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-button:hover,
.page-template-veterans .signup-area .hbspt-form .hs-button:hover{
	opacity: 0.85;
}

.page-template-page-templatessportsmen-php #main h2{
	color: #317e33;
}
.page-template-page-templatessportsmen-php .tiles-list li.active .active, 
.page-template-page-templatessportsmen-php .tiles-list li.active > a,
.page-template-page-templatessportsmen-php #footer{
	background: #317e33;
}

.block-image-top {
	position: relative;
	max-height: 476px;
	overflow: hidden;
}
.block-image-top .img-holder {
	min-width: 1002px;
	position: relative;
	float: left;
	left: 50%;
	width: 100%;
}
.block-image-top .img-frame {
	width: 100%;
	min-width: 1002px;
	position: relative;
	float: left;
	left: -50%;
}
.block-image-top .img-frame img {
	display: block;
	width: 100%;
	/* -webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	filter: blur(8px);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=8); */
}
.block-image-top .caption-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 120px 0 0;
}
.block-image-top .caption-holder .holder {
	display: table;
	height: 100%;
	padding: 20px 0 35px;
}
.block-image-top .caption-holder .holder-in {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.block-image-top h1 {
	color: #fff;
	font: 56px/105% "roboto_condensed_l", Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
	text-shadow: 0 3px 5px rgba(8, 8, 8, 0.39);
}
.block-image-top .learn-more {
	border: 2px solid #fff;
	padding: 6px 15px 11px;
	color: #fff;
	font: 20px/22px "roboto_condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	width: auto;
}
.block-image-top .learn-more em {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 25px 0 0;
}
.block-image-top .learn-more em:after {
	background: url(../images/sprite.png) no-repeat;
	width: 12px;
	height: 22px;
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
}
.block-image-top .learn-more:hover {
	opacity: 0.8;
}

.featured-posts{
	margin: -12px -12px 12px;
	overflow: hidden;
}
.featured-posts .col{
	width: 33.333%;
	float: left;
	padding: 0 12px 25px;
	position: relative;
}
.featured-posts a{
	display: block;
	text-decoration: none !important;
	position: relative;
}
.featured-posts a:hover .featured-bg{
	opacity: 0.85;
}
.featured-posts .featured-bg img{
	width: 100%;
	display: block;
}
.featured-posts .featured-holder{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.featured-posts h2,
#main .featured-posts h2{
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: "roboto_condensed", Arial, Helvetica, sans-serif;
	text-shadow: 0 3px 5px rgba(8, 8, 8, 0.39);
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
.featured-posts h2 span,
#main .featured-posts h2 span{
	display: table-cell;
	height: 55px;
	vertical-align: bottom;
}
.featured-posts .featured-icon{
	display: inline-block;
	max-width: 55%;
}

/*home featured align text*/
.home .featured-posts .featured-icon{
	display: none;
}
.home .featured-posts h2,
.home #main .featured-posts h2{
	margin: 0;
	height: 100%;
}
.home .featured-posts h2 span,
.home #main .featured-posts h2 span{
	height: 100%;
	vertical-align: middle;
}

.page-template-page-templatessportsmen-php #main .tiles-holder{
	padding: 0;
	margin: 0;
	border: none;
}

.page-template-page-templatessportsmen-php .socials-list li .linkedin { background-position: 0 -231px; }
.page-template-page-templatessportsmen-php .socials-list li .youtube { background-position: -54px -231px; }
.page-template-page-templatessportsmen-php .socials-list li .twitter { background-position: -107px -232px; }
.page-template-page-templatessportsmen-php .socials-list li .facebook { background-position: -161px -231px; }

.sportsmen-badge{
	margin: 0 0 25px;
	overflow: hidden;
}
.sportsmen-badge:hover{
	opacity: 0.85;
}
.sportsmen-badge .col{
	width: 33.333%;
	float: left;
	position: relative;
}
.sportsmen-badge .featured-icon{
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25% 0 0 -25%;
}
.sportsmen-badge .featured-bg img,
.sportsmen-badge .featured-icon img{
	display: block;
	width: 100%;
}
.sportsmen-badge .sportsmen-badge-text{
	font-size: 18px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	font-family: "roboto_condensed", Arial, Helvetica, sans-serif;
	text-shadow: 0 2px 2px rgba(8, 8, 8, 0.30);
	padding: 8px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(41,106,43,1);
	background: -moz-linear-gradient(top, rgba(41,106,43,1) 0%, rgba(49,126,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,106,43,1)), color-stop(100%, rgba(49,126,51,1)));
	background: -webkit-linear-gradient(top, rgba(41,106,43,1) 0%, rgba(49,126,51,1) 100%);
	background: -o-linear-gradient(top, rgba(41,106,43,1) 0%, rgba(49,126,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,106,43,1) 0%, rgba(49,126,51,1) 100%);
	background: linear-gradient(to bottom, rgba(41,106,43,1) 0%, rgba(49,126,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296a2b', endColorstr='#317e33', GradientType=0 );
}
.sportsmen-badge .sportsmen-badge-text:after{
	content: '';
	background: url(../images/sprite.png) no-repeat 0 -293px;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	margin-left: 8px;
}


/*---------Veterans page----------*/
.page-template-veterans .search-holder,
.page-template-veterans .signup-area{
	background: #b72126;
}

.page-template-veterans .signup-area .hbspt-form .hs-button{
    background-color: #00395a;
}
.page-template-veterans #main h2,
.page-template-veterans .col a .detail .title,
.page-template-veterans .col a:hover .detail .title,
.page-template-veterans #main .col .detail h3,
.page-template-veterans #main .col .detail h2,
.page-template-veterans .tiles-block .col a{
	color: #00395a;
}
.page-template-veterans .tiles-list li.active .active,
.page-template-veterans .tiles-list li.active > a,
.page-template-veterans .btn-holder .see-more,
.page-template-veterans .tiles-list li.active .active,
.page-template-veterans .tiles-list li.active > a,
.page-template-veterans #footer,
.page-template-veterans .tiles-block .col .header,
.page-template-veterans .sportsmen-badge .sportsmen-badge-text{
	background: #00395a;
}
.page-template-veterans .col .detail .title{
	border-color: #00395a;
}
.page-template-veterans #main .featured-posts h2{
	color: #fff;
}
.page-template-veterans .signup-area .hbspt-form .hs-error-msgs{
	color: #fff;
}

.page-template-veterans .socials-list li .linkedin { background-position: 0 -320px; }
.page-template-veterans .socials-list li .youtube { background-position: -54px -320px; }
.page-template-veterans .socials-list li .twitter { background-position: -107px -320px; }
.page-template-veterans .socials-list li .facebook { background-position: -161px -320px; }

.page-template-veterans .nav-area .nav-opener{
 	background: #b62126;
}

.page-template-veterans #main .tiles-block .col .header h2{
	color: #fff;
	font-size: 28px;
	line-height: 30px;
}


/*---------Quiz----------*/
.quiz-block{
	padding-bottom: 40px;
}
.quiz-box{
	padding-bottom: 40px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
.quiz-box .quiz-question{
	padding-bottom: 16px;
	color: #1b1b1b;
	font-size: 22px;
	line-height: 24px;
	font-family: "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.quiz-box img{
	max-width: 100%;
	vertical-align: top;
	margin-bottom: 21px;
}
.quiz-box .questions{
	margin: 0;
	padding: 0 0 13px;
	list-style: none;
	border-top: 1px solid #ddd;
}
.quiz-box ul li{
	padding: 0;
}
.quiz-box ul li:before{
	display: none;
}
.quiz-box .right{
	color: #fff;
	background: #48a823;
}
.quiz-box .right input[type=checkbox]:checked + label:before{
	background-position: 0 -22px;
}
.quiz-box .wrong{
	color: #fff;
	background: #bc861b;
}
.quiz-box .wrong input[type=checkbox]:checked + label{
	border-color: #bc861b;
}
.quiz-box .wrong input[type=checkbox]:checked + label:before{
	background-position: 0 -44px;
}

.quiz-box input[type=radio],
.quiz-box input[type=checkbox] {
    display: none;
}
.quiz-box label {
	position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: -1px;
    padding: 8px 10px 11px 50px;
    border: 1px solid transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quiz-box label:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;   
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 20px 0 0;
    border: 2px solid #aaa;
}
.quiz-box input[type=checkbox]:checked + label{
	z-index: 100;
	border-color: #48a823;
}
.quiz-box input[type=checkbox]:checked + label:before {
    width: 24px;
    height: 20px;
    border: none;
    background: url(../images/checkbox-sprite.png) no-repeat 0 0;
    border-color: #48a823;
}

.quiz-box .answer-box{
	padding: 16px 20px;
	line-height: 22px;
	background: #f4f0ec;
}
.quiz-box .answer-box .ttl{
	margin: 0 0 6px;
	color: #48a823;
	font-size: 18px;
	font-family: 'roboto-b', Arial, Helvetica, sans-serif;
}
.quiz-box .answer-box.incorrect .ttl{
	color: #bc861b;
}
.quiz-box .answer-box p:last-of-type{
	margin-bottom: 0;
}
.quiz-result{
	padding: 20px;
	background: #f4f0ec;
}
.quiz-result img{
	max-width: 100%;
}
.quiz-result .ttl{
	margin: 0 0 20px;
	color: #4182d0;
	font-size: 22px;
	line-height: 24px;
	font-family: "roboto_condensed_b", Arial, Helvetica, sans-serif;
}
.quiz-result .row{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 29px;
}
.quiz-result .row .col{
	width: 50%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quiz-result .quiz-share{
	color: #4182d0;
	font-family: "roboto_condensed_b", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: 1px solid #bbb;
}
.quiz-result .social-list{
	display: inline-block;
	vertical-align: middle;
}
.quiz-result .social-list li{
	margin: 0 8px;
}



@media only screen and (max-width:999px) {
	.home #main, .page-template-page-templatessportsmen-php #main,
	.page-template-veterans #main{
		max-width: 627px;
		padding: 43px 0;
		margin: 0 auto;
	}
	#main {
		margin: 0 19px;
		padding: 38px 50px;
	}
	#content {
		width: 100%;
		margin: 0 0 37px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
	}
	#sidebar { width: 100%; }
	#content h1 { font-size: 30px; }
	.committee-block { margin: 0 0 -30px }
	#main #sidebar h2 { margin: 0 0 22px; }
	#header .holder { padding: 20px 23px 16px; }
	.slide .caption-holder .caption { margin: 0 0 0 24px; }
	.signup-form h2 { font-size: 22px; }
	.lightbox { width: 730px; }
	#fancybox-outer { background: #fff; }
	#fancybox-left { left: -9px; }
	#fancybox-right { right: -9px; }
	.two-columns { padding: 33px 48px; }
	#fancybox-close {
		right: -12px;
		top: -4px;
	}
	.aside,  .two-columns .article { width: 100%; }
	.carousel,  .carousel .mask,  .carousel .mask .slide { max-height: 484px; }
	.signup-area .holder { padding: 19px 10px 18px; }
	.signup-form input[type="text"] { margin: 0 0 0 9px; }
	.signup-form .input-holder { margin: 0 20px 0 15px; }
	#main h2 { font-size: 30px; }
	.tiles-nav .tiles-list {
		font-size: 17px;
		line-height: 20px;
		padding: 0;
		position: relative;
	}
	#main .tiles-nav h2 {
		display: block;
		margin: 0 0 11px;
	}
	.tiles-list li { margin: 0 17px 0 0; }
	.tiles-list .drop-down { top: 31px; }
	.drop-down ul { padding: 0; }
	.tiles-list .drop-down { font-size: 16px; }
	.drop-down ul li:before {
		width: 3px;
		height: 3px;
	}
	.drop-down ul li { padding: 0 8px 0 11px; }
	.tiles-block .col { width: 49.9%; }
	.tiles-block .col.add { width: 100%; }
	.tiles-block { margin: 0 -12px 14px; }
	.footer-nav .popup {
		left: 0;
		width: 600px;
	}
	#main .tiles-holder {
		padding: 0 0 47px;
		margin: 0 0 31px;
	}
	.apps-holder { margin: 0 -10px; }
	.apps-holder .col {
		margin: 0 10px;
		width: 46.9%;
		min-height: 261px;
	}
	.apps-holder .col h3 {
		font-size: 22px;
		padding: 13px 17px 15px;
	}
	.col .social-list li a img { max-width: 117px; }
	.apps-holder .col .detail { padding: 18px 18px 28px; }
	.apps-holder .col .img-holder {
		max-width: 252px;
		margin: 0 auto;
	}
	.col .social-list { padding: 7px 0 0; }
	.col .social-list li { margin: 0 0 16px; }
	.apps-holder .col:first-child .img-holder {
		margin: -3px -7px -12px 0;
		max-width: 141px;
	}
	.apps-block { margin: 0 0 35px; }
	.news-carousel .mask { max-width: 640px; }
	.news-carousel { padding: 33px 22px 35px; }
	#footer .holder { padding: 20px 22px; }
	.widget .twitter .desktop { display: none; }
	.widget .twitter .tablet { display: block; }
	.widget .facebook .desktop { display: none; }
	.widget .facebook .tablet { display: block; }
	.accordion ul { width: 45.7%; }
	.accordion-block { padding: 17px 0; }
	.aside, .two-columns .article{
		padding:0 0 22px;
		border-bottom:1px solid #ccc;
		margin:0 0 30px;
	}
	.aside .widget h2{margin:0 0 16px;}
	.widget .social-bar .follow{
		position:static;
		border:0;
	}
	.widget .facebook,
	.widget .twitter{padding:0;}

	/*sportsmen page*/
	.page-template-page-templatessportsmen-php .nav-area{
		float: none;
		max-width: inherit;
	}
	.page-template-page-templatessportsmen-php .signup-form input[type="text"]{
		margin-left: 13px;
	}
	.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-button{
		margin-left: 23px;
	}

	.featured-posts .col{
		width: 50%;
	}
	.featured-posts .col:nth-child(3){
		width: 100%;
	}
	.featured-posts .col:nth-child(3) a{
		max-width: 300px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:850px) {
	/*sportsmen page*/
	.block-image-top h1{
		font-size: 50px;
	}
}
@media only screen and (max-width:767px) {
	.signup-area .row{
		display: block;
	}
	.carousel { display: none; }
	#header,  .home #header, .page-template-page-templatessportsmen-php #header,
	.page-template-veterans #header{
		position: relative;
		background: url(../images/bg-header.jpg) no-repeat;
		background-size: 100% 100%;
		min-height: 116px;
	}
	.page-template-veterans #header{
		background: url(../images/bg-header-veterans.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#header .holder { padding: 25px 8px 21px; }
	.nav-area { padding: 16px 5px; }
	.nav-area .nav-opener {
		float: right;
		width: 34px;
		height: 35px;
		background: #70af6c;
		position: relative;
		border-radius: 3px;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		border-radius: 0;
	}
	.nav-area .nav-opener:before,  .nav-area .nav-opener:after,  .nav-area .nav-opener span {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 18px;
		left: 24%;
		right: 24%;
		height: 2px;
		margin-top: -2px; /* height/2 */
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.nav-area .nav-opener:before,  .nav-area .nav-opener:after {
		content: '';
		top: 12px;
	}
	.nav-area .nav-opener:after { top: 25px; }
	.nav-area .close-btn span,  .nav-area.active .nav-opener span { opacity: 0; }
	.nav-area .nav-opener:hover { opacity: .9; }
	.nav-area .close-btn:after,  .nav-area .close-btn:before,  .nav-area.active .nav-opener:after,  .nav-area.active .nav-opener:before {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 18px;
		left: 15%;
		right: 15%;
	}
	.nav-area .close-btn:after,  .nav-area.active .nav-opener:after {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.nav-area .slide {
		position: absolute;
		left: 0;
		right: 0;
		top: 116px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		padding:0 0 10px;
	}
	.nav-area.active .slide {max-height: 4000px; }
	.nav-area .slide .slide-holder {
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: rgba(157,180,220, 0.90);
		overflow: hidden;
	}
	.nav-area.active .slide .slide-holder {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		box-shadow:0 4px 7px -6px #000;
	}
	#nav {
		display: block;
		text-align: left;
		text-transform: capitalize;
		font: 18px/22px "dosis-m", Arial, Helvetica, sans-serif;
	}
	#nav li {
		float: none;
		margin: 0;
		display: block;
		border-bottom: 1px solid #e1e8f6;
	}
	#nav li a {
		display: block;
		padding: 7px 50px;
		color: #1b1b1b;
		text-decoration: none;
		text-shadow:none;
	}
	#nav li a:hover {
		background: #d9dcf3;
		text-decoration: none;
	}
    #nav .dropdown, #nav .sub-menu {
        width: 100%;
        position: static;
        margin:0 0 -2px;
    }
    #nav li.hover .dropdown, #nav li.hover .sub-menu { display: block; }
    .language {
        display: block;
        padding: 5px 45px;
        overflow: hidden;
        font: 16px/18px "dosis-m", Arial, Helvetica, sans-serif;
        text-transform: capitalize;
    }
    .language li:before {
        background: #1b1b1b;
        top:3px;
    }
    .language li a {
        color: #1b1b1b;
        text-decoration: none;
        text-shadow:none;
    }
	.language li.active a {
		font-family: "dosis-sb", Arial, Helvetica, sans-serif;
		text-shadow:none;
	}
	.language li a:hover { text-decoration: underline; }
	.signup-area {
		text-align: left;
		margin: 0 0 25px;
	}
	.signup-form h2 {
		font-size: 28px;
		margin: 0 0 10px;
		text-transform: capitalize;
	}
	.signup-form input[type="email"], .signup-form input[type="text"] {
		width: 100%;
		margin: 0 0 5px;
		height: 40px;
	}
	.signup-form .input-holder {
		margin: 0 0 18px;
		width: 100%;
	}
	.signup-form button[type="submit"] {
		font-size: 18px;
		min-width: 164px;
		padding: 8px;
	}
	.signup-form button[type="submit"] span:after {
		background-position: 0 -111px;
		width: 11px;
		height: 18px;
	}
	.col .detail .title {
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 9px;
	}
	#main {
		padding: 25px 10px;
		max-width: inherit;
		margin: 0;
	}
	#main .col .detail h3, #main .col .detail h2 {
		font-size: 15px;
		line-height: 16px;
	}
	.tiles-block .col .detail {
		font-size: 12px;
		line-height: 13px;
		padding: 12px 13px;
	}
	.tiles-block { margin: 0 -6px 16px; }
	.tiles-block .col {
		padding: 0 6px 12px;
		min-height: 262px;
		width: 100%;
	}
	.tiles-block .col .video span {
		background-size: 24px 18px;
		margin: -9px 0 0 -12px;
		width: 24px;
		height: 18px;
	}
	.tiles-block .col .head {
		font-size: 10px;
		line-height: 12px;
		padding: 16px 10px 19px;
	}
	#main .tiles-block .col .head h2 {
		font-size: 15px;
		line-height: 17px;
		letter-spacing: 2px;
		margin: 0 0 3px;
	}
	.tiles-block .col .blockquote {
		font-size: 10px;
		line-height: 12px;
		padding: 17px 10px 19px;
	}
	.blockquote blockquote q { margin: 0 0 2px; }
	.apps-block { display: none; }
	.socials-block .mobile { display: block; }
	.socials-block .desktop { display: none; }
	.news-carousel .detail h3 {
		font-size: 16px;
		line-height: 20px;
	}
	#footer { text-align: center; }
	.footer-info {
		float: none;
		overflow: hidden;
		margin: 0 0 44px;
	}
	.footer-info .socials-list {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 40px;
	}
	.footer-nav {
		float: none;
		display: inline-block;
		vertical-align: top;
		position:relative;
		line-height:18px;
	}
	.footer-nav li {
		padding: 0 10px;
		position:static;
		border-left:1px solid #fff;
	}
	.footer-nav li:first-child{border:0;}
	.footer-nav li:before{background:none;}
	.footer-nav .popup{
		width:300px;
		left:-13px;
		text-align:left;
	}
	#footer h2 {
		color: #d4e1f3;
		text-transform: uppercase;
		font: 20px/22px "dosis-sb", Arial, Helvetica, sans-serif;
		margin: 0 0 8px;
	}
	.footer-info .link-holder {
		overflow: hidden;
		margin: 0 0 31px;
		display: block;
	}
	.link-holder .url {
		color: #fff;
		text-decoration: none;
		text-shadow: 0 1px 0 #044295;
		text-transform: uppercase;
		font-size: 21px;
		line-height: 24px;
		font-weight: bold;
	}
	.link-holder .url:hover { opacity: 0.80; }
	#footer .apps-holder { display: block; }
	#footer .apps-holder .app-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer .apps-holder .app-list li {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	#footer .apps-holder .app-list li img,  #footer .apps-holder .app-list li a { display: block; }
	.tiles-list li {
		padding: 0 5px 9px 0;
		margin: 0;
	}
	.tiles-list .drop-down {
		top: 35px;
		font-size: 14px;
		line-height: 16px;
	}
	.tiles-list .drop-down.resource {
		text-align: left;
		top: 70px;
	}
	.tiles-list li a {
		padding: 2px 6px;
		border: 1px solid #ccc;
		margin: 0;
		display: block;
	}
	.tiles-list li.active a,  .tiles-list li:hover a,  .tiles-list li a:hover {
		background: #777;
		color: #fff;
		padding: 2px 6px;
		margin: 0;
		text-decoration: none;
	}
	.tiles-list .drop-down { background: #e0e0dc; }
	.drop-down .holder { padding: 7px 0 0; }
	.drop-down ul li {
		padding: 0;
		margin: 0 11px 9px 0;
	}
	.tiles-list .drop-down ul li a {
		padding: 2px 7px;
		background: none;
	}
	.tiles-list .drop-down ul li a:hover { padding: 2px 7px; }
	.drop-down ul li:before { background: none; }
	.logo { max-width: 230px; }
	.logo img { width: 100%; }
	.signup-area .holder { padding: 23px 10px 27px; }
	.signup-form h2 { margin: 0 0 20px; }
	#main h2 {
		font-size: 28px;
		display: block;
	}
	#main .tiles-nav h2 { margin: 0 0 12px; }
	.tiles-nav .tiles-list {
		font-size: 16px;
		font-weight: 300;
	}
	.tiles-list li.active a { font-weight: 400; }
	.tiles-nav { margin: 0 0 12px; }
	#main .tiles-block .col .header h2 {
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 3px;
	}
	.tiles-block .col .header {
		padding: 7px;
		font-size: 10px;
		line-height: 12px;
	}
	#main .tiles-holder {
		border: 0;
		margin: 0 0 43px;
		padding: 0;
	}
	.socials-block .twitter {
		margin: 0 0 18px;
		position:relative;
		padding:0 0 36px;
	}
	.socials-block .facebook{
		position:relative;
		padding:0 0 36px;
	}
	.social-bar .follow{
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		border-width:0 1px 1px 1px;
		border-style:solid;
		border-color:#ccc;
	}
	.socials-block {
		padding: 0 0 44px;
		margin: 0 0 35px;
	}
	.news-block {
		max-width: 320px;
		margin: 0 auto;
	}
	.news-carousel { padding: 33px 29px 31px; }
	.news-carousel .mask { width: 245px; }
	.news-carousel .mask .slide {
		width: 245px;
		padding: 0;
	}
	.news-carousel .photo { margin: 2px 13px 0 0; }
	.socials-block img { width: 100%; }
	.news-carousel .btn-next, .news-carousel .btn-prev {
		display: block;
		position: absolute;
		left: -10px;
		top: 50%;
		width: 20px;
		height: 29px;
		text-indent: -9999px;
		overflow: hidden;
		margin: -15px 0 0;
		background: url(../images/arrow01.png) rgba(113,161,220, 0.65) 50% 50% no-repeat;
	}
	.news-carousel .btn-next {
		background: url(../images/arrow02.png) rgba(113,161,220, 0.65) 50% 50% no-repeat;
		left: auto;
		right: -10px;
	}
	#footer .holder { padding: 36px 15px 52px; }
	.socials-list li { margin: 0 10px; }
	.home #main, .page-template-page-templatessportsmen-php #main, .page-template-veterans #main { padding: 0 10px 20px; }
	#content h1 {
		font-size: 28px;
		margin: 0 0 25px;
	}
	#content p { margin: 0 0 19px; }
	#main #content .signup-form h2 br {
		display: inline-block;
		vertical-align: top;
	}
	#content .signup-form input[type="email"], #content .signup-form input[type="text"] {
		width: 100%;
		height: 35px;
		margin: 0 0 5px;
	}
	#content .signup-form .input-holder { margin: 0 0 18px; }
	#content .signup-form button[type="submit"] {
		min-width: 131px;
		padding: 5px;
	}
	#content .signup-form button[type="submit"] span:after { top: 3px; }
	#content .signup-form {
		padding: 18px 18px 20px;
		margin: 0 0 23px;
	}
	.accordion-block { padding: 26px 0 49px; }
	.accordion li .opener {
		padding: 7px 120px 8px 12px;
		position: relative;
		line-height: 18px;
	}
	.accordion li .opener span {
		position: absolute;
		right: 8px;
		top: 50%;
		margin: -13px 0 0;
	}
	.accordion ul {
		width: 100%;
		padding: 12px 25px 5px;
	}
	.accordion ul:first-child { display: none; }
	#content {
		margin: 0 0 38px;
		border: 0;
		padding: 0;
	}
	.widget .twitter .desktop { display: block; }
	.widget .twitter .tablet { display: none; }
	.widget .facebook .desktop { display: block; }
	.widget .facebook .tablet { display: none; }
	#main #content .committee-block h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.advisor-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 26px;
	}
	#sidebar .widget.form { margin: 0 -10px 39px; }
	.committee-block { border: 0; }
	#main #sidebar .signup-form h2 {
		font-size: 28px;
		line-height: 30px;
		text-transform: capitalize;
	}
	#main #sidebar .signup-form {
		padding: 20px 10px 27px;
		max-width: 100%;
	}
	.lightbox { width: 320px; }
	#fancybox-outer { background: none!important; }
	#fancybox-left { display: none!important; }
	#fancybox-right { display: none!important; }
	.two-columns { padding: 33px 10px; }
	/*#fancybox-close { background: none; }*/
	.article .header h1 {
		font-size: 28px;
		line-height: 30px;
	}
	#fancybox-content{
		width:320px !important;
        margin:0 auto;
	}
	.widget .social-bar .follow{
		position:absolute;
		border-width:0 1px 1px 1px;
	}
	.widget .facebook,
	.widget .twitter{padding:0 0 36px;}

	/*sportsmen page*/
	.block-image-top{
		display: none;
	}

	.page-template-page-templatessportsmen-php .signup-area .hbspt-form,
	.page-template-page-templatessportsmen-php .signup-area .hbspt-form form > div,
	.page-template-veterans .signup-area .hbspt-form,
	.page-template-veterans .signup-area .hbspt-form form > div{
		display: block;
		margin-left: 0;
	}
	.page-template-page-templatessportsmen-php .signup-form input[type="text"],
	.page-template-veterans .signup-form input[type="text"]{
		margin-left: 0;
	}
	.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-error-msgs,
	.page-template-veterans .signup-area .hbspt-form .hs-error-msgs{
		top: -15px;
	}
	.page-template-page-templatessportsmen-php .signup-area .hbspt-form .hs-button,
	.page-template-veterans .signup-area .hbspt-form .hs-button{
		margin: 18px 0 0;
		min-width: 164px;
		padding: 8px 8px 8px 38px;
		background-position: 114px 9px;
	}

	.featured-posts .col{
		width: 100%;
	}
	.featured-posts .col a{
		max-width: inherit !important;
	}
	.featured-posts .featured-icon {
	    position: absolute;
	    top: 50%;
	    margin-top: -40px;
	    left: 50%;
	    margin-left: -54px;
	}

	.quiz-result .row .col{
		width: 100%;
	}
}
@media only screen and (max-width:360px) {
	/*sportsmen page*/
	.featured-posts .featured-icon{
		position: static;
		margin: 0;
	}
}