
/*Implement*/
.sponsor-feature {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 5px;
    height: 250px;
    margin: 5px 0;
}

.sponsor-feature img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h5 {
    text-align: center;
}

h6 {
    text-align: center;
}

.sponsor-page .sponsor-div {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}


.alumni {
    padding: 10px;
    margin: 0;
}

.alumni img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 60px;
}

.alumni hr {
	border:0;
	border-top: 1px solid rgba(39, 51, 118, 0.5);
	margin-bottom: 10px;
	box-sizing:content-box;
	height:0;
	overflow:visible;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user-cannot-see {
    display:none
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.container {
    margin: auto;
    width: inherit;
}

.half {
    width: 50%;
}

div {
    display: block;
}

.success {
    color: #38761d;
    text-align: center;
}

.error {
    color: #990000;
    text-align: center;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.template {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 5px 5px;
    padding: 10px 10px 5px;
}

/* Stats */
.statistics {
    width: auto;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.statistics a {
	color: #434446;
}


.stats ul li {
    list-style-type: none;
}

.stats ul {
    margin: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.caret-right ul li:before {
	font-family: "dashicons";
	font-size: 1.25em;
	margin-right: 0.3em;
	margin-left: -0.5px;
	line-height: 1;
	display: inline-block;
	opacity: 0.25;
	content: "\f345";
	-webkit-font-smoothing: antialiased;
}

.caret-left ul li:after {
	font-family: "dashicons";
	font-size: 1.25em;
	margin-right: 0.3em;
	margin-left: -0.5px;
	line-height: 1;
	display: inline-block;
	opacity: 0.25;
	content: "\f341";
	-webkit-font-smoothing: antialiased;
}

.stats-bg {
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.stats-bg h3 {
    text-align: center;
}

.stats-wrapper {
	overflow-x:auto;
	margin-top: 16px;
}

.stats-wrapper table {
    margin: 0;
    padding: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.stats-wrapper table.w100 {
    width: 100%;
}

.stats-wrapper table th {
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
}

.stats-wrapper table th.align-left {
    text-align: left;
}

.stats-wrapper table th.align-right {
    text-align: right;
}

.stats-wrapper table tr {
    
}

.stats-wrapper table tr td {
    text-align: center;
    padding: 5px 10px;
}

.stats-wrapper table tr td.align-left {
    text-align: left;
}

.stats-wrapper table tr td.align-right {
    text-align: right;
}

.box-half-left {
	float:left!important;
	position:relative;
	width: 48%;
	margin-bottom:20px;
}

.box-half-right {
	float:right!important;
	position:relative;
	width: 48%;
	margin-bottom:20px;
}

.cell-wrapper {
	width: 100%;
    padding: 10px;
    display: flex;
}

.cell-wrapper .left-col {
    display: flex;
    flex: 1;
    margin-right: 10px;
}

.cell-wrapper .left-col img { 
    width: auto;
    height: auto;
    object-fit: cover;
  }

.m150 {
    max-width: 150px;
    max-height: 200px;
}

.cell-wrapper .right-col {
    padding-top: 10px;
    display: flex;
    flex: 2;
    width: 100%;
    flex-direction: column;
}

.cell-wrapper h5 {
    text-align: left;
}

.stats th {
    font-weight: bold;
}


/* Icons */

@font-face {
	font-family: 'icons';
	src:url('/fonts/icons.eot?-lllko8');
	src:url('/fonts/icons.eot?#iefix-lllko8') format('embedded-opentype'),
		url('/fonts/icons.woff2?-lllko8') format('woff2'),
		url('/fonts/icons.ttf?-lllko8') format('truetype'),
		url('/fonts/icons.woff?-lllko8') format('woff'),
		url('/fonts/icons.svg?-lllko8#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Structure */

body {
	background: #ccc url(/images/background.png) repeat top center;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #434446;
}

a {
	color: #273376;
}

a:hover {
	color: #434446;
	text-decoration: underline;
}

caption,
th,
td {
	font-weight: 300;
}

th {
	padding: 10px 10px;
}

td {
	padding: 5px 10px;
}

thead th {
	font-weight: 600;
}

blockquote:before,
q:before {
	color: #273376;
}

.site-header {
    position: relative;
}

.site-logo {
	position: relative;
	z-index: 20;
	margin-left: -20px;
	height: 150px;
}

.site-logo img {
	max-width: 120px;
	max-height: 170px;
}

.site-branding {
	margin: 0;
	padding: 20px 0 10px 0;
}

.site-branding hgroup {
	display: none;
}

.site-title,
.site-description {
	font-size: 16px;
	display: inline;
	margin-left: 15px;
}

.site-description {
	float: right;
}

.main-navigation {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.main-navigation .menu-toggle .dashicons {
	line-height: 24px;
}

.main-navigation li {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	padding: 6px;
}

.main-navigation li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.main-navigation li:first-child:before {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.7);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
}

.main-navigation li:last-child:after {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.7);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -2px;
}

.main-navigation .current-menu-item,
.main-navigation .current-menu-parent,
.main-navigation .current-menu-ancestor,
.main-navigation .current_page_item,
.main-navigation .current_page_parent,
.main-navigation .current_page_ancestor {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,dbdbdb+100 */
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d1d1 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d1d1 0%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
}

.main-navigation li.menu-item-has-children {
	padding-bottom: 7px;
}

.main-navigation li a {
	color: #273376;
	padding: 8px 22px;
	border-radius: 5px;
	border: 1px solid transparent;
	text-decoration: none;
	position: relative;
}

.main-navigation li a:hover {
	color: #252628;
}

.main-navigation li.menu-item-has-children:hover a,
.main-navigation li.menu-item-has-children ul {
	background: #273376;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.15);
}

.main-navigation li.menu-item-has-children a {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.main-navigation li.menu-item-has-children a:after {
	content: "\f347";
	font-family: "icons", dashicons;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: -7px;
	left: 0;
	text-align: center;
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	display: none;
}

.main-navigation li.menu-item-has-children:hover a {
	z-index: 40;
}

.main-navigation li.menu-item-has-children:hover a:after {
	display: block;
}

.main-navigation li.menu-item-has-children ul {
	margin-top: -1px;
	z-index: 30;
	padding: 10px 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-navigation li.menu-item-has-children ul li {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.main-navigation li.menu-item-has-children ul li:first-child:before,
.main-navigation li.menu-item-has-children ul li:last-child:after {
	display: none;
}

.main-navigation li.menu-item-has-children ul li a {
	border-radius: 0;
	background: transparent;
	border: none;
}

.main-navigation li.menu-item-has-children ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.main-navigation li.menu-item-has-children ul li a:after {
	content: none;
	display: none;
}

/* Menu Search */

.main-navigation .search-form {
	margin: 10px 10px 9px;
}

.main-navigation .search-form .search-field {
	height: 30px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

.main-navigation .search-form .search-submit {
	padding: 4px 15px;
	margin-top: -1px;
}

/* Forms */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-align: center;
	background: #273376;
	-webkit-box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	border-radius: 5px;
	position: relative;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea {
	border-radius: 5px;
	border: 1px solid rgba(39, 51, 118, 0.5);
	line-height: 24px;
	padding: 10px;
    margin-bottom: 5px;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea, select {
	border-radius: 5px;
	border: none;
	line-height: 24px;
	padding: 10px;
}


.search-form .search-submit {
	padding: 10px 0;
	line-height: 24px;
}

.search-form .search-field {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-form .search-submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Blog */

.single-article {
	overflow: hidden;
    margin: 0 15px 30px;
}

.article-content h5, .article-content h6 {
    text-align: left;
}

.article-thumbnail {
    margin: 0 15px;
}

.article-thumbnail img {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
}

.article-header {
	background: #ebebeb;
	margin: 0;
    position: relative;
}

.article-details {
	color: #434446;
	font-size: 16px;
	padding: 20px 30px;
    display: table-cell;
    min-width: 180px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.article-title {
	color: #434446;
	font-size: 30px;
	margin: 0;
	padding: 20px 30px;
	font-weight: 600;
	line-height: 1.2;
    display: table-cell;
    width: 100%;
}

.article-content {
	color: #434446;
	padding: 20px 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 5px 5px;
}

.article-content a {
	color: #273376;
}

/* Footer */

.footer-area {
	border-top: 1px solid rgba(39, 51, 118, 0.5);
	border-bottom: 1px solid rgba(39, 51, 118, 0.5);
	overflow: hidden;
	padding-top: 30px;
}

.footer-area a {
	color: #434446;
}

.site-info {
	padding: 0;
}

.site-info .info-area {
	font-size: 14px;
	line-height: 30px;
	padding: 10px 15px;
	overflow: hidden;
	display: block;
}

/* Widgets */

.widget-title {
	font-weight: 600;
	text-transform: none;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	text-align: left;
	background: none;
	filter: none;
	border-radius: 0;
	margin-bottom: 10px;
}

.widget_articles ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before {
	color: #273376;
	opacity: 1;
}

.widget_articles {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}


.table-caption {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	padding: 13px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-align: center;
	background: #273376; /* Old browsers */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin: 0;
}

.data-table a {
	color: #fff;
}

.data-table thead {
	background: #0e4d15;
	color: #fff;
}
.data-table tbody tr.odd,
.data-table tbody tr.alternate {
	background: rgba(0, 115, 170, 0.25);
}

.data-table tbody tr.highlighted {
	background: #273376;
}

.view-all-link {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid rgba(39, 51, 118, 0.5);
}

.template-logo {
	margin: 0 0 20px 20px;
}


.template-social {
	overflow: visible;
}

.template-social .event-name {
	background: rgba(0, 115, 170, 0.25);
	color: #fff;
	padding: 5px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.template-social .event-name a {
	color: #fff;
}


.template-details dl {
	font-size: 16px;
	background: rgba(65, 166, 42, 0.25);
}


/* Mega Slider */

.mega-slider {
	color: #434446;
}

.mega-slider__row {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
}

.mega-slider__row--active, .mega-slider__row--active:hover {
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	background: #54af3f;
	-webkit-box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
	box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
}

.mega-slider__row:last-child {
	border-bottom: none;
}

.mega-slider br,
.mega-slider p {
	display: none;
}

.mega-slider-template {
	margin: 0 10px 30px;
}

.mega-slider-template .mega-slider {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px) {
	.main-navigation {
		border-radius: 0;
	}

	.main-navigation li.menu-item-has-children a {
		background: #273376;
		color: #fff;
		border-color: rgba(0, 0, 0, 0.15);
	}

	.main-navigation li.menu-item-has-children a:after {
		display: block;
	}
	
	.main-navigation li.menu-item-has-children ul {
		border-top-right-radius: 0;
	}

	.main-navigation li.menu-item-has-children ul ul {
		border-radius: 0;
		border: none;
		background-color: rgba(0,0,0,0.07);
	}

	.main-navigation li.menu-item-has-children:hover ul a {
		background: transparent;
	}
	
	.footer-area {
		margin: 0 10px;
	}

	.footer-widgets {
		margin: 0 -10px;
	}

	.site-footer .footer-widget-region, .site-footer .footer-widget-region-full {
		padding: 0 10px 20px;
	}

    .article-details {
        display: table-row;
        text-align: left;
    }

    .article-title {
        display: table-row;
    }
}

@media screen and (min-width: 601px) {
	.header-area,
	.content-area,
	.widget-area {
		padding: 0 20px;
	}
	
	.site-widgets {
		padding: 0;
	}

	.site-branding {
		padding-left: 0;
		padding-right: 0;
	}

	.site-branding hgroup {
		display: block;
	}
	
	.main-navigation {
		margin-bottom: 40px;
	}

	.header-area-has-logo .main-navigation {
		margin-top: -140px;
		margin-bottom: 90px;
	}

	.header-area-has-logo .main-navigation {
		padding-left: 100px;
	}

	.content-area {
		width: 66%;
	}

	.content-area-full-width,
	.content-area-no-sidebar,
	.widecolumn {
		width: 100%;
	}
    
    .content-area-double-sidebar {
    	width: 50%;
        left: 25%;
    }

	.widget-area {
		width: 34%;
	}

	.widget-area-left {
		right: 66%;
	}

	.widget-area-narrow {
		width: 25%;
	}
    
    .widget-area-left.widget-area-narrow {
    	right: 50%;
    }

	.footer-area {
		margin: 0 20px;
	}

	.footer-widgets {
		margin: 0 -20px;
	}

	.site-footer .footer-widget-region, .site-footer .footer-widget-region-full {
		padding: 0 20px 20px;
	}

	.mega-slider-template {
		margin: 0 20px 40px;
	}
}

@media screen and (min-width: 801px) {
	th {
		padding: 10px 15px;
	}

	td {
		padding: 5px 15px;
	}

	.mega-slider__stage {
		width: 68.75%;
	}

	.mega-slider__sidebar {
		width: 31.25%;
	}
}

@media screen and (min-width: 1025px) {
	.site-info .info-area {
		padding: 10px 20px 50px;
	}
}





.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/* Header */
.header {
	position: relative;
	overflow: visible;
	z-index: 10000;
}

/* Templates */
.template {
	margin-bottom: 1.5em;
}
.template-profile-selector {
	clear: both;
	overflow: hidden;
}
.template-logo,
.template-photo {
	float: left;
	margin-bottom: 2em;
	margin-right: 2em;
	max-width: 50%;
}
.template-event-logos {
	text-align: center;
}
.template-details {
	display: inline;
}
.template-details dl {
	overflow: hidden;
}


/* Data Tables */
.scrollable-table-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.data-table {
	width: 100%;
	table-layout: auto;
    border-spacing: 0;
}
.paginated-table {
	margin-bottom: 0;
}
.data-table thead th {
	white-space: nowrap;
}

.data-table tbody a {
	text-decoration: none;
}
.data-table .data-name {
	text-align: left;
}
.data-table .data-number,
.data-table .data-rank {
	width: 1px;
}


.template-social .event-image img {
	display: block;
	margin: 0 auto;
}
.template-social .event-name {
	clear: both;
	overflow: hidden;
}

/* View All */
.view-all-link {
	display: block;
	margin-top: 0.5em;
}


/* Media Queries */
@media screen and (min-width: 801px) {
	/* Widget Alignment */
	.widget-align-none {
		clear: both;
	}
	.widget-align-left {
		width: 50%;
		float: left;
		clear: left;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.widget-align-right {
		width: 50%;
		float: right;
		clear: right;
		padding-left: 10px;
		box-sizing: border-box;
	}

}

@media screen and (min-width: 601px) {
	

	.template-event-logos-block .team-logo {
		width: 33%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.template-event-logos-block .team-logo img {
		height: 100px;
	}

	.template-event-logos-block .logo-even {
		text-align: right;
		float: right;
	}
	
	.template-event-logos-block .logo-even img {
		margin-left: 10px;
	}
	
}


#player-match-pagination {
    text-align: center;
}


.pagination {
    display:inline-block;
    padding-left:0;
    margin: 20px 0 5px 0;
    border-radius:4px;
}
.pagination > li {
    display:inline;
}
.pagination > li > a, .pagination > li > span {
    position:relative;
    float:left;
    padding: 3px 8px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#273376;
    text-decoration:none;
    background: rgba(255, 255, 255, 0.3);
    border:1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child  > span {
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index:3;
    color:#273376;
    background: rgba(204, 204, 204, 0.5);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index:2;
    color:#fff;
    cursor:default;
    background-color:#273376;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color:#777;
    cursor:not-allowed;
    background: rgba(255, 255, 255, 0.3);
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
