/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Skin 042 (Pop Warner)											*/
/* Created: 20 Feb 2017 by Anita									*/
/* Updated: 05 May 2017 by Krunal									*/
/********************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Lato');

/* Comman CSS */
/********************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,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		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
										background: transparent; }
blockquote,q							{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,q:after						{ content:''; content: none; }
:focus									{ outline:none; }
ins										{ text-decoration:none; }
del										{ text-decoration:line-through; }
form									{ height: 100%; }
img										{ border: 0; padding: 0; margin: 0; }
html, body								{ text-align: left; font-size: 14px; margin: 0; padding: 0;
										font-family: 'Open Sans',Arial,Helvetica,sans-serif; height: 100%;
										background: #fff; color: #000; line-height: 20px; font-weight: normal; }
#Body									{ overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
::-webkit-scrollbar-track				{ background-color: #e2e2e2; }
::-webkit-scrollbar						{ width: 7px; background-color: #e2e2e2; }
::-webkit-scrollbar-thumb				{ background-color: #aaaaaa; }

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6					{ font-family: 'Lato',Arial,Helvetica,sans-serif; letter-spacing: 1px;
										font-weight: normal; color: #000; padding: 0 0 18px 0; }
h1										{ font-size: 40px; line-height: 46px; }
h2										{ font-size: 30px; line-height: 36px; }
h3										{ font-size: 24px; line-height: 32px; }
h4										{ font-size: 18px; line-height: 22px; }
h5	 									{ font-size: 16px; line-height: 20px; }
h6										{ font-size: 14px; line-height: 20px; }
p										{ padding: 0 0 18px 0; }
ul, ol									{ padding: 0 0 18px 0; margin: 0 0 0 24px;}
sup										{ vertical-align: top; font-size: 8px; }
small									{ font-size: 8px; }
td[valign=middle]						{ vertical-align: middle; }
td[valign=top]							{ vertical-align: top; }
td[valign=bottom]						{ vertical-align: bottom; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject								{ font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-weight:normal;
										font-size: 14px; line-height: 20px; text-align: left; }

.Normal, .NormalDisabled				{ color: #000; }
.BoldText								{ font-weight: bold;}
.SubHead,
.NormalRed,
.SkinObject								{ color: #e51937; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited					{ font-family: 'Open Sans',Arial,Helvetica,sans-serif;
										font-weight: normal; font-size: inherit; text-decoration: none;
										line-height: inherit; color: #e51937; }
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active						{ color: #000; }
.paneOutline							{ outline: 1px dotted #000; border: none; }
.paneOutline center						{ text-align: center; }
.paneOutline .SubHead					{ color: #000; }
#Body .AlertText a,
#Body .AlertText a:link,
#Body .AlertText a:visited				{color: #ff3b3a;}
#Body .AlertText a:hover,
#Body .AlertText a:focus,
#Body .AlertText a:active			{color: #ebeaea;}


/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane							{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox						{ font-family: 'Open Sans',Arial,Helvetica,sans-serif;
										font-weight:normal; font-size: 14px; line-height: 22px;
										height: 22px; background: #f6f6f6; border: 1px solid #acacac; 
										padding: 2px 8px; margin: 2px 0px; color:#222; }
select.NormalTextBox						{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover				{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
										{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton							{ background: #e51937; color: #fff; display: inline-block; border: none;
										font-size: 14px; line-height: 20px; margin: 12px 0; padding: 8px 12px; }
.StandardButton:hover, 
.StandardButton:focus					{ background: #001489; color: #fff; outline: none; text-decoration: none; }

/* Float CSS */
/********************************************************************/
.float-left								{ float:left; }
.float-right							{ float:right; }
.clear:after							{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear-both								{ clear: both; font-size: 0px; line-height: 0px; height: 0px; }
#Body .clear							{ clear: none; }

/* DNN Overwrite CSS */
/********************************************************************/
.textAlignRight							{ text-align: right; }
.textAlignCenter						{ text-align: center; }
.FileManager_FileList 					{ margin: 2px 0 0 0; }
.rgMasterTable							{ width: 100%; }
.rgCurrentPage span						{ line-height: 22px; }
input.rgPagerTextBox					{ width: 24px!important; }
.termsContainer, 
.privacyContainer						{ padding: 12px; }
.FileManager_FileList 					{ margin: 2px 0 0 0; }
.rgMasterTable							{ width: 100%; }
.rgCurrentPage span						{ line-height: 22px; }
input.rgPagerTextBox					{ width: 24px!important; }

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited					{ text-decoration: none; }
#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover, 
#dnnCommonTasks a:active, #dnnCommonTasks a:focus, 
#dnnCurrentPage a:hover, #dnnCurrentPage a:active, 
#dnnCurrentPage a:focus, #dnnOtherTools a:hover, 
#dnnOtherTools a:active, #dnnOtherTools a:focus
										{ text-decoration: underline; }

/* Skin CSS */
/********************************************************************/
.skArea									{ min-height: 100%; _height: 100%; background: #00123e; overflow: hidden; }
.skWidth								{ width: 1025px; margin: auto; }
.skTopbar								{ background: #344a80; padding: 8px 0; }
.skCntWrapper							{ background: #00123e url(images/skin-bg.jpg) top center no-repeat; padding: 30px 0 0 0; }
.skMininav								{ float: right; color: #fff; }
.skMininav ul							{ margin: 0; padding: 0; }
.skMininav li							{ list-style: none; float: left; line-height: 20px;}
.skMininav a,
.skMininav a:link,
.skMininav a:visited					{ font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 20px; color: #fff; }
.skMininav a:hover,
.skMininav a:focus,
.skMininav a:active						{ color: #da2128;}
.skMininav .separator					{ display: inline-block; padding: 0 15px; }

.skHeader								{ padding: 18px 0 16px 0; }
.skSocial								{ position: absolute; right: 0; bottom: 8px; }
.skSocial a.link,
.skSocial a.link:link,
.skSocial a.link:visited				{ float: left; display: block; text-indent: -999px; height: 24px;
										margin: 0 0 0 12px; padding: 0; background-color: transparent;
										background-repeat: no-repeat; background-image: url(images/icn-social.png);
										overflow: hidden; }
a.facebook,
a.facebook:link,
a.facebook:visited 						{ background-position: 0 0; width: 11px; }
a.facebook:hover,
a.facebook:focus,
a.facebook:active						{ background-position: 0 -24px; }
a.twitter,
a.twitter:link,	
a.twitter:visited 						{ background-position: -11px  0; width: 29px; }
a.twitter:hover,
a.twitter:focus,
a.twitter:active						{ background-position: -11px -24px; }
a.instagram,
a.instagram:link,
a.instagram:visited 					{ background-position: -40px  0; width: 24px; }
a.instagram:hover,
a.instagram:focus,
a.instagram:active						{ background-position: -40px -24px; }
a.youtube,
a.youtube:link,
a.youtube:visited 						{ background-position: -64px  0; width: 32px; }
a.youtube:hover,
a.youtube:focus,
a.youtube:active						{ background-position: -64px -24px; }
a.tumblr,
a.tumblr:link,
a.tumblr:visited 						{ background-position: -96px 0; width: 15px; }
a.tumblr:hover,
a.tumblr:focus,
a.tumblr:active							{ background-position: -96px -24px; }
a.cart,
a.cart:link,
a.cart:visited 							{ background-position: -111px  0; width: 28px; }
a.cart:hover,
a.cart:focus,
a.cart:active							{ background-position: -111px  -24px; }
.skSocial.skMobile						{ display: none; }
.google,
.google:link,
.google:visited 						{ background-position: -139px  0; width: 24px; cursor: pointer; }
.google:hover,
.google:focus,
.google:active							{ background-position: -139px -24px; }
.skHeader								{ position: relative; z-index: 10; }
.skHeader .skWidth						{ position: relative; }
.skHeader .skWidth:after				{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.skLogo									{ position: absolute; top: 21px; left: -88px; }
.skLogo.skFixlogo						{ left: 95px; }	
.skLogo img								{ height: 126px; width: 166px; }
.skTitle								{ float: left; color: #fff; font-size: 55px; line-height: 60px; text-transform: uppercase; padding: 0px 70px 0px 299px; 
										font-family: 'Lato', sans-serif; font-weight: 900; letter-spacing: 6px; }
.skTitle span							{ color: #526aa5; font-size: 22px; line-height: 26px; font-family: 'Open Sans', sans-serif; font-weight: 600; letter-spacing: 3px;
										display: block; padding: 12px 245px 3px 4px; } 
.skNav									{ background: #da2128; position: relative; z-index: 9; }

/* Google Translate CSS */
/********************************************************************/

#google_translate_element				{ float: left; height: 24px; width: 24px; overflow: hidden; margin: 0 0 0 9px; }
#google_translate_element .goog-te-gadget-simple
										{ background: transparent; border: 0; padding: 0; height: 24px; width: 24px; }
#google_translate_element .goog-te-gadget
										{ display: inline-block; }
#google_translate_element .goog-te-gadget img,
#google_translate_element .goog-te-menu-value span
										{ display: none; }
#google_translate_element .goog-te-gadget:first-child
										{ display: block; }
#google_translate_element .goog-te-menu-value,
#google_translate_element .goog-te-menu-value:link,
#google_translate_element .goog-te-menu-value:visited
										{ display: block; text-indent: -999px; height: 24px; width: 24px;
										margin: 0; padding: 0; background-color: transparent;
										background-repeat: no-repeat; background-image: url(images/icn-social.png);
										overflow: hidden; background-position: -139px 0; }
#google_translate_element .goog-te-menu-value:hover,
#google_translate_element .goog-te-menu-value:focus,
#google_translate_element .goog-te-menu-value:active
										{ background-position: -139px -24px; }

/* Inner Panes CSS */
/********************************************************************/
.LeftPane								{ float: left; width: 644px; }
.RightPane								{ float: right; width: 347px; padding: 0 0 0 34px; }
.inner-width							{ display: table; max-width: 100%; }
.inner-table							{ display: table; width: 100%; }
.inner-cell								{ display: table-cell; float: none; }
#Body.dnnEditState .inner-table .LeftPane
										{ float: left; }
#Body.dnnEditState .inner-table .RightPane
										{ float: right; }
#Body .TeamPage_newsAE_newsPhoto		{ width: 360px; height: 211px; }

/* Club CSS */
/********************************************************************/
.skWhitebg								{ background: #fff; padding: 30px; }
.skRow									{ padding: 0 0 30px; }
.skLeft									{ width: 644px; float: left; }
.skRight								{ width: 347px; float: right; }

/* TopLinks CSS */
/********************************************************************/
.skTopLinks								{ background: #fff; padding: 34px 0; position: relative; -webkit-box-shadow: 0 3px 18px rgba(0,0,0,0.4);
										-moz-box-shadow: 0 3px 18px rgba(0,0,0,0.4); box-shadow: 0 3px 18px rgba(0,0,0,0.4); }
.skTopLinks ul.list 					{ padding: 0; margin: 0;}
.skTopLinks ul.list:after				{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.skTopLinks li.item						{ padding: 0 8px; margin: 0; list-style: none; float: left; }
.skTopLinks li.first					{ padding: 0 9px 0 0; }
.skTopLinks li.last						{ padding: 0 0 0 9px;}  
.skTopLinks a.link, 
.skTopLinks a.link:link, 
.skTopLinks a.link:visited 				{ display: block; background: #526aa5; position: relative; width: 243px; height: 128px; }
.skTopLinks a.link img 					{ opacity: 0.2; }
.skTopLinks a.link:hover img			{ opacity: 1; }
.skTopLinks .overlay 					{position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.skTopLinks .inner 						{display: table; height: 100%; width: 100%; vertical-align: middle; text-align: center; position: relative; z-index: 1; }
.skTopLinks .title 						{display: table-cell; vertical-align: middle; text-align: center; text-transform: uppercase; 
										font-family: 'Lato', sans-serif; font-weight: 700; font-size: 22px; line-height: 26px; color: #fff; }

/* Tabs CSS */
/********************************************************************/
.skTabs ul.nav							{ margin: 0; padding: 0; display: table; width: 100%;}
.skTabs ul.nav li.item					{ margin: 0; padding: 0; list-style: none; position: relative; display: table-cell;}
.skTabs ul.nav1 li.item					{ width: 100%; }
.skTabs ul.nav2 li.item					{ width: 50%; }

.skTabs ul.nav a.link,
.skTabs ul.nav a.link:link,
.skTabs ul.nav a.link:visited			{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 22px; line-height: 26px; 
										 color: #fff; text-transform: uppercase; padding: 20px; text-align: center;
										display: block; position: relative; z-index: 1;  transition: background 0.5s; }
.skTabs ul.nav a.active,
.skTabs ul.nav a.active:link,
.skTabs ul.nav a.active:visited			{ background: #fff; color: #da2128; }
.skTabs .content						{ display: none; position: relative; background: #fff; padding: 30px; }
.skTabs .contentInner 					{ height: 400px; overflow: auto;  }
.cntWrapper								{ position: relative; }
.skTabs h3.mobTitle						{ font-size: 24px; line-height: 32px; font-weight: 700; text-transform: uppercase; color: #da2128; 
										text-align: center; display: none; }
.skTabs a.mobTabLink,
.skTabs a.mobTabLink:link,
.skTabs a.mobTabLink:visited			{ display: block; font-size: 24px; line-height: 32px; font-weight: 700; text-transform: uppercase; 
										color: #fff; text-align: center; border: 2px solid #344a80; padding: 6px 0; margin: 28px 0; display: none; }
.skTabs a.mobTabLink.first				{ margin: 0 0 28px 0; }
.skTabs a.mobTabLink.last				{ margin: 28px 0 0 0; }
a.viewall-link,
a.viewall-link:link,
a.viewall-link:visited					{ position: absolute; bottom: 10px; right: 30px; font-family: 'Lato', sans-serif; font-weight: 700;  font-size: 18px; line-height: 22px; 
										text-transform: uppercase; color: #da2128; }
a.viewall-link svg						{ display: inline-block; fill: #da2128; vertical-align: top; }
a.viewall-link:hover,
a.viewall-link:focus,
a.viewall-link:active					{ color: #000; }
a.viewall-link:hover svg,
a.viewall-link:focus svg,
a.viewall-link:active svg				{ fill: #000; }

/* Tabs News CSS */
/********************************************************************/
.skTabNews .contentInner 				{ height: auto; overflow: visible; }
.skTabNews ul.list						{ margin: 0; padding: 0; }
.skTabNews li.item						{ margin: 0; padding: 0 0 10px 0; list-style: none;  }
.skTabNews .imgwrp						{ float: left; background: #344a80; padding: 5px; }
.skTabNews a.link,
.skTabNews a.link:link,
.skTabNews a.link:visited				{ display: block; background: #00123e;  }
.skTabNews .imgwrp img					{ float: left; height: 80px; width: 136px; }
.skTabNews .datewrp						{ float: left; padding: 10px; width: 60px; }
.skTabNews .month						{ display: block; text-align: center;  font-family: 'Lato', sans-serif; font-weight: 700; font-size: 23px; 
										line-height: 26px; color: #9ba8c8; text-transform: uppercase;}
.skTabNews .date						{ display: block; text-align: center; font-family: 'Lato', sans-serif; font-weight: 900; font-size: 29px; 
										line-height: 33px; color: #9ba8c8; text-transform: uppercase;}
.skTabNews .detail						{ display: block; padding: 16px 16px 16px 240px; }
.skTabNews .title						{ display: block; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; line-height: 24px; color: #fff; }
.skTabNews .summary						{ display: block; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 17px; color: #9ba8c8; }
.skTabNews a.link:hover,
.skTabNews a.link:focus,
.skTabNews a.link:active				{ background: #a4171c; }
.skTabNews a.link:hover .imgwrp,
.skTabNews a.link:focus .imgwrp,
.skTabNews a.link:active .imgwrp		{ background: #da2128; }
.skTabNews a.link:hover .datewrp,
.skTabNews a.link:focus .datewrp,
.skTabNews a.link:active .datewrp		{ background: #da2128; }
.skTabNews a.link:hover .date,
.skTabNews a.link:focus .date,
.skTabNews a.link:active .date,
.skTabNews a.link:hover .month,
.skTabNews a.link:focus .month,
.skTabNews a.link:active .month,
.skTabNews a.link:hover .summary,
.skTabNews a.link:focus .summary,
.skTabNews a.link:active .summary		{ color: #f89d9d; }
.skProgram  h3							{ font-family: 'Lato', sans-serif; font-weight: 900;  font-size: 22px; line-height: 26px; color: #9ba8c8;}
.skProgram  p							{ font-size: 14px; line-height: 18px; color: #000; }

/* Event CSS */
/********************************************************************/
.skEvent ul.list						{ margin: 0; padding: 0; }
.skEvent li.item						{ margin: 0; padding: 0 0 10px 0; list-style: none; }
.skEvent a.link,
.skEvent a.link:link,
.skEvent a.link:visited					{ background: #00123e; display: block; }
.skEvent .datewrp						{ float: left; background: #344a80; width: 68px; padding: 9px 0; }
.skEvent .month							{ display: block; text-align: center;  font-family: 'Lato', sans-serif; font-weight: 700; font-size: 23px; 
										line-height: 23px; color: #9ba8c8; text-transform: uppercase;}
.skEvent .date							{ display: block; text-align: center; font-family: 'Lato', sans-serif; font-weight: 900; font-size: 29px; 
										line-height: 29px; color: #9ba8c8; text-transform: uppercase; }
.skEvent .time							{ float: left; margin: 14px 16px; border: 1px solid #fff; padding: 8px; font-family: 'Lato', sans-serif; font-weight: 700; 
										font-size: 20px; line-height: 24px; color: #fff; }
.skEvent .title							{ float: left; color: #fff; font-family: 'Lato', sans-serif; padding: 22px 0; font-weight: 700; font-size: 22px; 
										line-height: 24px; text-transform: uppercase; }
.skEvent a.link:hover,
.skEvent a.link:focus,
.skEvent a.link:active					{ background: #a4171c; }
.skEvent a.link:hover .datewrp,
.skEvent a.link:focus .datewrp,
.skEvent a.link:active .datewrp			{ background: #da2128; }
.skEvent a.link:hover .date,
.skEvent a.link:focus .date,
.skEvent a.link:active .date,
.skEvent a.link:hover .month,
.skEvent a.link:focus .month,
.skEvent a.link:active .month			{ color: #f89d9d; }

/* Banner CSS */
/********************************************************************/
.skBanner ul							{ margin: 0; padding: 0; }
.skBanner li.item						{ margin: 0; padding: 0; list-style: none; float: left; width: 470px; }
.skBanner li.first						{ padding: 0 24px 0 0; }
.skBanner li:nth-child(3)				{ padding-top: 30px; padding-right: 24px;}
.skBanner li:nth-child(4)				{ padding-top: 30px;}

/* Video CSS */
/********************************************************************/
.skVideo .content 						{ height: 400px; overflow: hidden; overflow-y: auto; }
.skVideo p								{ float: left; font-family: 'Lato', sans-serif; font-weight: 700;  font-size: 17px; line-height: 19px; 
										color: #9ba8c8; text-transform: uppercase; letter-spacing: 1px; padding: 7px 0 0 0; }
a.redbtn,
a.redbtn:link,
a.redbtn:visited						{ float: right; background: #da2128; font-family: 'Lato', sans-serif; font-weight: 900; 
										font-size: 14px; line-height: 18px; color: #fff; text-transform: uppercase; padding: 11px; letter-spacing: 1px; }
a.redbtn:hover,
a.redbtn:focus,
a.redbtn:active							{ color: #000; }

/* Responsive video CSS */
/********************************************************************/
.videoWrapper							{ position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed 						{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Social CSS */
/********************************************************************/
.skSocialFeed							{ position:relative; }
.skSocialFeed .skSocialTab				{ position:absolute; top:2px; right:-9px; padding:0; margin:0;}
.skSocialFeed .skSocialTab li			{ display:inline-block; }
.skSocialFeed .skSocialTab li a 		{ background-image: url('images/icn-social-feed.png'); display: block; text-indent: -9999px; font-size: 0; }
.skSocialFeed .skSocialTab li a.skFacebookIcn	{ height: 25px; width: 12px; margin-right:06px; }
.skSocialFeed .skSocialTab li a.skTwitterIcn	{ height: 25px; width: 31px;}
 .skSocialFeed .skSocialTab li a.skFacebookIcn,
 .skSocialFeed .skSocialTab li a.skFacebookIcn:link,
.skSocialFeed .skSocialTab li a.skFacebookIcn:visited {
  background-position: 0 0px;
}

.skSocialFeed .skSocialTab li a.skFacebookIcn:hover,
.skSocialFeed .skSocialTab li a.skFacebookIcn:focus,
.skSocialFeed .skSocialTab li a.skFacebookIcn:active {
  background-position: 0 -25px;
}

.skSocialFeed .skSocialTab li a.skTwitterIcn,
 .skSocialFeed .skSocialTab li a.skTwitterIcn:link,
.skSocialFeed .skSocialTab li a.skTwitterIcn:visited {
  background-position: -13px 0px;
}

.skSocialFeed .skSocialTab li a.skTwitterIcn:hover,
.skSocialFeed .skSocialTab li a.skTwitterIcn:focus,
 .skSocialFeed .skSocialTab li a.skTwitterIcn:active {
  background-position: -13px -25px;
}

.skSocialFeed .skSocialTab li.active a.skFacebookIcn {
  background-position: 0 -25px;
}

.skSocialFeed .skSocialTab li.active a.skTwitterIcn {
  background-position: -13px -25px;
}

ul.tweet_list li:before {
  background-position: -63px 0;
}

.skSocialFeed .head						{ font-size: 25px; line-height: 30px; font-weight: 700; color: #da2128; margin-top: -15px; text-transform: uppercase; }
.skSocialFeed .content 					{ height: 368px; overflow: hidden; overflow-y: auto;  }
ul.tweet_list							{ margin: 0; padding: 0; }
ul.tweet_list li						{ margin: 0; padding:  0 0 46px 46px; background: transparent url(images/icn-twitter.png) 0 0 no-repeat; 
										list-style: none; position: relative; }
ul.tweet_list a.tweet_screen_name:before{ content: "@"; }
ul.tweet_list a.tweet_screen_name		{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; line-height: 20px; 
										color: #526aa5; text-transform: uppercase; padding-bottom: 8px; display: table !important; }
ul.tweet_list a.tweet_screen_name:hover	{ color: #da2128; }
.tweet_time								{ position: absolute; bottom: 22px; left: 46px; width: 100%; font-size: 12px; line-height: 18px; color: #da2128; font-style: italic; }
.tweet_text a,
#skFacebookTab  iframe 						{ position: relative; z-index: 2;}
.skTwitter								{ padding: 0 10px 0 0;}


/* Sponsor CSS */
/********************************************************************/
.skSponsor								{ background: #fff; position: relative; -webkit-box-shadow: 0 3px 18px rgba(0,0,0,0.4);
										-moz-box-shadow: 0 3px 18px rgba(0,0,0,0.4); box-shadow: 0 3px 18px rgba(0,0,0,0.4); }
.skSponsor .content						{ position: relative; padding: 45px 65px; }
.skSponsor ul.list						{ margin: 0; padding: 0; }
.skSponsor li.item						{ margin: 0; padding: 0 8px; list-style: none; float: left; }
.skSponsor .prev,
.skSponsor .next						{ top: 50%; height: 57px; width: 48px; margin-top: -28px; position: absolute;
										background: #da2128 url(images/icn-sponsor-arrow.png) left top no-repeat; 
										text-indent: -9999px; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
										-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2); box-shadow: 0 2px 2px rgba(0,0,0,0.2);}
.skSponsor .prev:hover,
.skSponsor .next:hover					{ background: #526aa5 url(images/icn-sponsor-arrow.png) left top no-repeat;}
.skSponsor .prev						{ left: 0; margin-left: -10px; }
.skSponsor .next						{ right: 20px; background-position: right top; margin-right: -30px; }
.skSponsor .prev:hover					{ background-position: left bottom;  }
.skSponsor .next:hover					{ background-position: right bottom;  }

/* Footer CSS */
/********************************************************************/
.skFooter								{ background: #344a80; padding: 25px 0 20px 0;}
.skFooter .skWidth 						{ position: relative; }
.skFtinner								{ width: 567px; margin: auto; position: relative; }
.lfimg									{ position: absolute; left: 0; top: 0; }
.rtimg									{ position: absolute; right: 0; top: 0; }
.skFooter h2.head						{ font-family: 'Lato', sans-serif; font-weight: 900; font-size: 20px; line-height: 24px; text-transform: uppercase; 
										color: #0e2150; padding: 0 0 10px 0; }
.skFtinner:before						{ content: ""; position: absolute; left: 50%; top: 0; height: 100%; width: 1px; background: #526aa5; }
.skContactus							{ float: left; width: 45%; padding: 0 5% 0 0; }
.skContactus a.link,
.skContactus a.link:link,
.skContactus a.link:visited,
.skContactus h2.name,
.skContactus p.address,
.skContactus p.contact					{ color: #fff; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 20px; }
.skContactus p.contact 					{ padding-bottom: 0;}
.skContactus a.link,
.skContactus a.link:link,
.skContactus a.link:visited				{ word-wrap: break-word; }
.skContactus a.link:hover,
.skContactus a.link:focus,
.skContactus a.link:active				{ color: #8d9bbe; }
.skContactus h2.name					{ font-weight: 900; padding: 0; }
.skContactus .skContact ul				{ list-style-type: none; margin: 0; padding: 18px 0 0 0; }
.skContactus .skContactBtn				{ color: #fff; font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 20px; font-weight:600; display:inline-block; background-color:#000;
										  padding:8px 11px; transition: background 0.5s;}
.skContactus .skContactBtn 				{ background-color: #d21118; }
.skContactus .skContactBtn:hover 		{ background-color: #00123e; }
.skSiteLink								{ float: right; width: 45%; padding: 0 0 0 5%; }
.skSiteLink ul.list						{ float: left; width: 47%; text-align: left; margin: 0; padding: 0; }
.skSiteLink ul.list.first				{ padding: 0 6% 0 0; }
.skSiteLink li.item						{ list-style: none; padding: 2px 0; word-wrap: break-word;}
.skSiteLink a.link,
.skSiteLink a.link:link,
.skSiteLink a.link:visited				{ font-size: 15px; line-height: 26px; color: #fff; font-family: 'Open Sans', sans-serif;  position: relative; }
.skSiteLink a.link:hover,
.skSiteLink a.link:focus,
.skSiteLink a.link:active				{ color: #8d9bbe; }
.skSiteLink a.link:hover span:after 		{ content:""; position: absolute; background: url(images/arrow.png) center center no-repeat; width: 6px; height: 20px; 
										top: 0; left: -14px; }

/* Info CSS */
/********************************************************************/
.skInfo									{ padding: 9px 0; }
.skInfo .left							{ float: left; }
.skInfo .right							{ float: right; }
.skInfo,
.skInfo .SkinObject,
.skInfo a.SkinObject,
.skInfo a.SkinObject:link,
.skInfo a.SkinObject:visited			{ font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 28px; color: #fff; }
.skInfo a.HiddenLink,
.skInfo a.HiddenLink:link,
.skInfo a.HiddenLink:visited			{ color: transparent; }
.skInfo a.SkinObject:hover,
.skInfo a.SkinObject:focus,
.skInfo a.SkinObject:active				{ color: #8d9bbe; }
.skInfo .skMininav						{ float: left; display: none; }

