﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Anton|Oswald|Droid+Serif:400italic);
@font-face
 {
  font-family: "Mono Social Icons Font";
  src: url('fonts/MonoSocialIconsFont-1.10.eot');
  src: url('fonts/MonoSocialIconsFont-1.10.eot')
 format('embedded-opentype'), url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
 url('fonts/MonoSocialIconsFont-1.10.svg?') format('svg');
  font-weight: normal;
  font-style: normal; 
 }

.dark {

  color: #fff;
 // background: #232323;
 background :#15446c;
  border-color: #4c4c4c; }
  /* line 13, ../sass/theme.scss */
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a {
  
  color: #FE8100; }
  /* line 18, ../sass/theme.scss */
  .dark div.cta, .dark div.cta a, .dark a.cta, .dark a.cta a {
    color: #FE8100; }
    
 
 .dark div.cta::after, .dark a.cta::after {
    background: url("../images/arrow-right.svg") 0 7px no-repeat; }

/* line 27, ../sass/theme.scss */
 #block-views-homepage-news-events-block {
  height: 436px;
  position: relative; }
  
   #block-views-homepage-incomming-block {
  }

/************************ Slide block *****************************/
#slide-carousel {
	background: #000;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #FE8100;
}

#slide-carousel::before {
	position: absolute;
	width: 30%;
	left: 0;
	content: url("../images/triangle-lg.png");
	z-index: 2;
	min-height: 100%;
}
@media (max-width: 768px) {
	#slide-carousel::before {
		content: "";
		background: #15446c;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		min-height: 600px;
		min-width: 768px;
	}
}

#slide-carousel .carousel-content {
    margin: 17% 5%;
    position: relative;
    z-index: 200;
    max-width: 60%;
    width: 100%; 
}

#slide-carousel .headline, #slide-carousel .headline-top {
	color: #fff;
	font-family: "Anton", "Impact";
	text-transform: uppercase;
	line-height: 1em;
	max-width: 800px;
	font-size: 3em;
}
 
#slide-carousel .headline {
	font-size: 3.9em;
    margin-bottom: 40px;
}

#slide-carousel .link {
	display:block;
}

#slide-carousel .field-name-field-image {
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

#slide-carousel .field-name-field-image.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#slide-carousel .field-name-field-image.animating img {
	-moz-transition: all 15s linear;
	-o-transition: all 15s linear;
	-webkit-transition: all 15s linear;
	transition: all 15s linear;
}

#slide-carousel .field-name-field-image.top-right img {
	-moz-transform: translate3d(0, -5%, 0);
	-webkit-transform: translate3d(0, -5%, 0);
	transform: translate3d(0, -5%, 0);
	transform: rotate(0.0001deg);
}

#slide-carousel .field-name-field-image.bottom-left img {
	-moz-transform: translate3d(-5%, 0, 0);	
	-webkit-transform: translate3d(-5%, 0, 0);
	transform: translate3d(-5%, 0, 0);
	transform: rotate(0.0001deg);
}

#slide-carousel .field-name-field-image.bottom-right img {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transform: rotate(0.0001deg); 
}

#slide-carousel .field-name-field-image.top-left img {
	-moz-transform: translate3d(-5%, -5%, 0);
	-webkit-transform: translate3d(-5%, -5%, 0);
	transform: translate3d(-5%, -5%, 0);
	transform: rotate(0.0001deg);
}


#slide-carousel .field-name-field-image img {
	width: 110%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transform: rotate(0deg);
}

@media (max-width: 768px) {
	#slide-carousel .field-name-field-image img {
  		height: 110%;
  		width: auto;
  	}
}

/************************ Lastest Result block*****************************/
#latest-results {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 786px;
}

#latest-results .block-result {
	filter: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding-top: 8px;
	padding-bottom: 15px; 
}


#latest-results .teamName{
	color:#FE8100;
	font-size: 1.8em;
	font-weight: bold;
	padding-right: 15px;
padding-left: 15px;
	border-bottom: 1px solid #4c4c4c;
}
  
#latest-results .score{
	display: inline-block;
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}

#latest-results .team{
	font-size: .8em;
	position: relative;
	padding-top: 10px;
	display: inline-block;
	width: 50%;
}

#latest-results .team.team1{ 
   text-align: right;
   padding-right: 7.5px;
}

#latest-results .team.team1::before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    bottom: 0;
    content: "";
    background: #FE8100;
}
#latest-results .team.team2{ 
   text-align: left;
   padding-left: 7.5px;
}

#latest-results .team.team0{ 
   text-align: center;
   //padding-left: 7.5px;
}

#latest-results .date {
	color: #FE8100;
    padding-top: 5px;
    padding-bottom: 5px;
}

/************************ News/events  block*****************************/
.news-teaser {
	position: relative;
  	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;
}

@media (min-width: 768px) {
	.news-teaser {
    	float: left;
 	}
}


.news-teaser .news-type, .news-date {
	color: #b7b7b7;
  	float: left;
  	margin-top: 20px;
  	text-transform: capitalize;
  	font-size: .8em;
} 
.news-teaser .news-type {
  	padding-left: 20px;
} 

.news-teaser .news-date {
  	padding-right: 20px;
  	border-right: 1px solid #b7b7b7;
  	line-height: 1.5em; 
}


@media (min-width: 1500px) {
	.news-teaser .news-image, .news-teaser .news-body, .incoming-title .incoming-body{
    	display: block;
    	float: left;
    	width: 100%;
    }
    .news-teaser .news-image, .news-teaser .news-body{
    	margin-top: 1em;
    }
}

.incoming-body {
	padding-left:50px;
}

@media (max-width: 768px) {
 	.news-teaser .news-image img{
 		width:100%; 
 	}
}
  
.news-teaser .news-more-link {
	display: block;
    float: left;
    width: auto;
 }

.news-teaser .news-more-link a {
    color: #15446c;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

	
/************************ Shortcuts *****************************/
.shortcutsBlock {
	overflow: hidden;
	position: relative;
  	min-height: 265px; 
 	padding-top: 15px;
  	padding-bottom: 15px;
  	padding-left: 30px;
  	padding-right: 30px;

}

@media (min-width: 768px) {
	.shortcutsBlock {
    	float: left;
    	width: 100%;
 	}
}

.shortcutsBlock .group-content, .shortcutsBlock .block-title, .shortcutsBlock .cta {
    z-index: 2;
    position: relative;
}


.not-front .shortcutsBlock .block-title {
	color: #fff;
}

  .shortcutsBlock .field-name-field-body {
    margin-top: 20px;
    padding-bottom: 50px;
    font-size: .8em;
    line-height: 1.8em; 
    }

  .shortcutsBlock .field-name-field-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  
    .shortcutsBlock .field-name-field-image img {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      left: 0;
      top: 0;
      z-index: 0;
      height: auto;
      width: auto; }
 
    .shortcutsBlock .field-name-field-image::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #15446c; }

  .shortcutsBlock .cta {
    position: absolute;
    bottom: 40px;
    margin-left: 30px; }




/**********************/

.inner-banner,.inner-banner-ma,.inner-banner-mb,.inner-banner-wa,.inner-banner-u19a,.inner-banner-u19ga{
  height: 180px;
 // background: url(../images/inner-banner-bg.jpg) center center;
 // background-size: cover;
  margin-bottom: 15px;
  position: relative;
 }
 
 .inner-banner{
	background: url(../images/banners/banner.jpg) center center;
	background-size: cover;
 }
 
.inner-banner-ma {
	background: url(../images/banners/ma-banner.jpg) center center;
	background-size: cover;
 }
 
.inner-banner-mb {
	background: url(../images/banners/mb-banner.jpg) center center;
	background-size: cover;
 }
 
.inner-banner-wa {
	background: url(../images/banners/wa-banner.jpg) center center;
	background-size: cover;
 }
 
.inner-banner-u19a {
	background: url(../images/banners/u19a-banner.jpg) center center;
	background-size: cover;
 }
 
 .inner-banner-u19ga {
	background: url(../images/banners/u19ga-banner.jpg) center center;
	background-size: cover;
 }
 
 
  
#template1, #sidebar, #template2 {
	position: relative;
  	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;
}

@media (min-width: 768px) {
	#template1, #sidebar, #template2{
    	float: left;
    	width: 75%;
 	}
 	#sidebar {
 		width: 25%;
 	}
 	#template2 {
 	 	width: 50%;
 	}
}

img.page-banner {
	display: block;
	max-width: 95%;
 	height: auto;
 	padding-bottom:15px;
}

img.practice-map {
	max-width: 95%;
	//max-height: 300px;
}


#social-links {
  	margin-bottom: 15px !important;
}
  
#social-links .block-title {
    display: inline-block;
    font-size: .9em;
    color: #b7b7b7;
    padding-top: 18px;
    margin: 0; 
}

#social-links .symbol {
    font-size: 2em;
    vertical-align: middle;
}

#social-links .facebook {
    color: #15446c;
}

#social-links .twitter {
    color: #5ed0ff; 
}
  
 #social-links .linkedin {
    color: #1385c4;
 }
 
#social-links .instagram {
    color: #517fa4;
 }
 

#entity-list li {
  list-style-type: none;
  font-size:0.9em;
  min-height: 100px;
}

#entity-list li.noimg {
  min-height: 0px;
}

#entity-list li img{
  max-height: 100px;
  max-width:150px;
} 
#entity-list li div{
	display:inline-block;
} 
#entity-list li div.entity-img {
 	width:180px;
}

@media (max-width: 768px) {
 	#entity-list li img{
  		max-height: 50px;
 		max-width:100px;
	} 
      
	#entity-list li div.entity-img {
       width:130px;
    }
}

#entity-list li div.entity-info{
	vertical-align: middle;
} 

#entity-list li div.short-description {
	display:block;
	font-style: italic;
	font-size:0.8em;
} 


#award h2{
	color: #15446c;
}

#award h3 {
	font-size:1.3em;
	padding-left:30px;
	text-transform:none;
	font-weight:100;
}

#award p{
	padding-left:30px;
}

h3.noTransform {
	font-size:1.3em;
	text-transform:none;
	font-weight:100;
}



div.clear {
	clear:both;
}



fieldset label span.orange{
	color: #FE8100;
}

fieldset legend{
	font-weight:700;
	margin:8px;
	padding:0 8px;
}



#contactForm label{
	position:relative;
	display:block;
	float:left;
	text-align:left;
	width:200px;
	line-height:25px;
}


#contactForm input, #contactForm textarea, #contactForm select{
	color:#000;
	border:1px solid #ccc;
	background-color:#FFF;
	padding:0 5px;
	width:200px;
	font-size:16px;
	height:23px;  
}

#contactForm  input[type=text], #contactForm  select{
	width:70%;
}

#contactForm textarea{
	width:100%;
	height:160px;	
}


#contactForm input:focus, #contactForm textarea:focus,#contactForm select:focus {
	background-color:#ccc;
	border-color: #000;
	color:#494949;
	outline:1px solid #000;
}


#contactForm input[type=submit] {
	background-color: rgba(35, 35, 35, 0.7);
	width:80px;
	margin-top:20px;
	margin-right:10px;
	padding:10px;
	color:#FE8100;
	font-weight:bold;
	border-radius:5px;
	border-width:0px;
	height:auto;
}

#contactForm input[type=submit]:hover {
	background-color: rgba(35, 35, 35, 1);
	cursor: pointer;
	border: dotted 1px #FE8100;
	padding:9px;
}

.player {
  margin-bottom: 40px; 
}

.player .player-picture {
    position: relative;
    margin-bottom: 10px;
}

.player img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	.player img {
 display: block;
  margin: 0 auto;
  width: 50%;
	}

}

.player .player-name {
    color: #15446c;
    font-family: "Droid Sans", "Helvetica", sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-align:center;
}
.player .bio {
    font-size: 0.5em;
    font-weight: normal;
    text-align:center;
}

#practiceList em {
	font-size :0.9em;
}

#practiceList .practiceDef {
	/*text-indent:20px;*/
	padding-left:20px;
	
}

/*
  .player .field-name-field-country-of-origin {
    position: absolute;
    bottom: 0;
    left: 0; }

  .player .field-name-field-dob, .player .field-name-field-position {
    color: #b7b7b7; }

  .player .field-name-field-position {
    margin-bottom: 15px;
    font-size: .8em; }
*/

.orfcOverlay {
  display: none; /* hidden by default */
  position: fixed;
  z-index:1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.orfcModal {
  background: white;
   padding: 20px 20px 60px 20px; /* extra bottom padding */
  margin: 5% auto;
  width: 300px;
  position: relative;
  /* text-align: center;*/
  z-index:1001;
   max-height: 90vh;   /* limit height to viewport */
  overflow-y: auto;   /* add vertical scrollbar if needed */
  color:#003399;
  font-size: 1.125em;
}

.orfcModal h2{
  color:initial;
  font-size: initial;
}


.orfcClose {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: bold;
}

.modal-header {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.modal-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.modal-info h2 {
  margin: 0;
}

.modal-year {
  color: gray;
  margin-top: 5px;
}

.modal-bio {
  margin-top: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
	.orfcModal {
 
  width: 768px;

}
.modal-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

}