/*
Theme Name: The Match
Author: Fishman Marketing
Author URI: http://www.fishmanmarketing.com
Description: Custom Theme for NRMP
Version: 1.0
*/

/* Setup Fonts for The Match */


/* =Reset
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #FFFFFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
/*
table { tables still need 'cellspacing="0"' in the markup 
	border-collapse: separate;
	border-spacing: 0;
}
*/
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global
----------------------------------------------- */
body,
input,
select,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: left;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
/*
table {
	margin: 0 0 1.5em;
	width: 100%;
}
*/


th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	font-size:11px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a.more{
	margin-top: 24px;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
/* =Menu
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}
/* =Content
----------------------------------------------- */
.sticky { }
.hentry { margin: 0 0 1.5em; }
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Widgets
----------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}

.gg-image-caption {
	font-family:Arial;
}
/* The Match Stylesheet
----------------------------------------------- */
.cboth { clear: both; }
.h40 { height: 40px; }
.goleft { text-align: left !important; }
.marleft10 { margin-left: 10px !important; }
.marleft20 { margin-left: 20px !important; }
.padMatch {padding-left: 0px !important; padding-bottom: 20px;}
.padBottom20 { padding-bottom: 20px !important;}
.martop-60 { margin-top: -60px !important; }
.marbottom30 { margin-bottom: 30px !important; }
.alignce
.box-container {
	/*margin: 0px auto;
	max-width: 1030px;
	width: 100%;*/
}
.hfeed.site {
	/*background: url("images/the_match_bg1.png") repeat-x scroll center top #CBBE98;*/
	width: 100%;
}
.top-container {
	float: right;
	margin-top: 2px;
	margin-right: 24px;
	position: relative;
	z-index: 11;
}
.xsize {
	float: left;
	margin-right: 17px;
}
.xsize .small {
	font-size: 12px;
}
.xsize .medium {
	font-size: 16px;
}
.xsize .large {
	font-size: 18px;
}
/* =TOP Menu
----------------------------*/
.top-menu {
	float: left;
}
.top-menu ul {
	list-style-type: none;
	margin: 0;
}
.top-menu > div > ul > li {
	float: left;
	margin: 3px 10px 0 0;
}
.top-menu > div > ul > li:hover > ul {
	display: block;
}
.top-menu > div > ul > li > a {
	background: none repeat scroll 0 0 transparent;
	color: #333333;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
.top-menu > div > ul > li > a:hover {
	background-color: #9C947E;
	display: block;
	padding: 2px 4px;
}
.top-menu > div > ul > li:hover > a {
	background-color: #9C947E;
	display: block;
	padding: 2px 4px;
}
.top-menu ul li.current-menu-item > a {
	color: #2D588A;
}
.top-menu ul ul {
	background-color: #FFFFFF;
	list-style-type: none;
	position: absolute;
	display: none;
	margin: 0;
}
.top-menu ul ul > li {
	background-color: #9C947E;
	float: none;
	margin-right: 0;
	margin-top: 1px;
	padding: 0 8px 0 4px;
	text-align: left;
}
.top-menu ul ul > li:hover {
	background-color: #2D588A;
}
.top-menu ul ul > li > a {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
.search-box {
	float: left;
	margin-right: 10px;
}
.nrmpi_tab {
	float: left; 
	margin-top:-2px;
}
input.skeyword, input.text {
	background-color: #D8D8D6;
	border: 0 none;
	color: #333333;
	font-size: 12px;
	min-height: 11px;
	line-height: 11px;
	padding: 2px 4px;
	text-transform: uppercase;
	width: 97px;
}
input.sbutton {
	background-color: #2d588a;
	font-size: 12px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	line-height: 17px;
	min-height: 17px;
	padding: 0 10px;
	font-weight: bold;
}
.site-branding {
	position: relative;
	z-index: 10;
}
h1.site-title {
	float: left;
	/*margin-left: 32px;*/
}

/* =Start Supernav 
--------------------------------------- */

#header-btn-container {
	margin-top:65px;
	margin-left:auto;
	margin-right: auto;
	width:100%;
	z-index:99990;
	position: fixed;
}
.main-navcontainer {
	float: right;
	margin-top: 54px;
	margin-right: 28px;
}
.main-navcontainer ul {
	list-style-type: none;
	margin: 0;
}
#main-nav > li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
}
#main-nav > li:hover {
	padding: 0;
}
#main-nav > li > a {
	font-size: 16px;
	color: #2d588a;
	text-decoration: none;
	padding: 8px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#main-nav > li > a.activate,
#main-nav > li > a:hover{
	box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1), -5px 0 6px rgba(45, 88, 138, 0.1);
	background-color: #2D588A;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
#main-nav > li:hover > ul { display: block; }
#main-nav > li > ul { /*submenu*/
	box-shadow: 0 0 4px #000000;
	background-color: #2d588a; 
	list-style-type: none;
	position: absolute; 
	padding: 20px 26px;
	margin: 0 0 -2px;
	display: none;
	z-index: 1; 
	right: 0;
}
#main-nav > li > ul > li {
	float: none;
}
#main-nav > li > ul > li:last-child > ul {
	min-width: 480px;
	padding-bottom: 20px;
}
#main-nav li ul li span.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 38px; 
	color: #53BCBC; 
	display: inline-block;
	padding: 20px 0 0;
}
#main-nav li ul li a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.3em;
	padding: 8px 0;
}

#main-nav .bold-orange  a {
	color: #FF6600;
	font-weight: 900;
	font-size: 18px;
}


#main-nav li ul li ul {
	float: none;
	list-style-type: none;
	margin: 0;
	padding-top: 12px;
	max-width: 100%;
	width: 100%;
}
#main-nav li ul li ul li {
	float: left; 
	width: inherit;
}
#main-nav > li > ul > li > ul > li {
	/* margin-right: 30px;
	max-width: 221px; */
	margin-right: 18px;
	max-width: 230px;
	width: 230px;
}
#main-nav > li > ul > li > ul > li:last-child {
	float: right;
	margin-right: 0;
}
#main-nav li ul li ul li ul { /*menu*/
	max-width: 100%;
	width: 100%;
}
#main-nav li ul li ul li ul.menu li {
	border-top: 2px dotted #FFFFFF;
	min-height: 36px;
	width: 100%;
}

#main-nav li ul li ul li ul.menu li.bold-orange {
	color: #FF6600;
	font-weight: 900;
	font-size: 16px;
}

#main-nav li ul li ul li ul.menu li:last-child {
	border-bottom: 2px dotted #FFFFFF;
}
#main-nav li ul li ul li ul li ul { /*sub-menu*/
	padding-top: 0;
	width: 100%;
}
#main-nav li ul li ul li ul li ul li {
	line-height: 0;
	width: 100%;
}
#main-nav li ul li ul li ul li ul.sub-menu li:last-child {
	border-bottom: 0 none;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li > ul.sub-menu > li > a {
	padding-left: 10px;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li > a {
	float: left;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li:hover > a:before {
	content: url("images/arrow_goto_right.png");
	margin: 0 4px 0 0px;
	position: relative;
	float: left;
	min-height: 19px;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li > ul.sub-menu > li > a {
	float: left;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li > ul.sub-menu > li:hover > a:before {
	content: url("images/arrow_goto_right.png");
	margin: 0 4px 0 0px;
	position: relative;
	float: left;
	min-height: 19px;
}
#main-nav > li > ul.submenu > li > ul > li > ul.menu > li.stay:hover > a:before {
	content: "" !important;
	float: none !important;
	margin: 0 !important;
}
.number-circle {
	background: url('images/circle_white.png') no-repeat scroll center center transparent;
	font-size: 64px; 
	color: #ff6600;ƒ	font-weight: bold; 
	line-height: 148px; 
	min-height: 148px; 
	text-align: center; 
	margin: 0 auto 10px; 
	width: 90%;
}
.daysmonth {
	font-size: 26px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 88%;
}
.recent-news {
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 14px;
	color: #FFFFFF;
}
.recent-title {
	text-transform: none;
	font-weight: bold; 
	font-size: 18px; 
	line-height: 1.2em; 
	margin: 20px 0 10px;
	color: #FFFFFF;
}
.unclickable {
	cursor: text !important;
}

.accordion .open:before {
		content: "\f0d7" !important;
		font-family: FontAwesome;
		font-style: normal;
		display: inline-block;

}

.accordion .accordion-title:after {
    content:"\a";
    white-space: pre;
}

.accordion h2:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	display: inline-block;
	padding-right: 5px;
}

.accordion .accordion-title {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: .5px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1em;
    text-transform: uppercase;
    color: #006666;
}

.accordion {
	margin-bottom: 10px;
}
.accordion .accordion-content {
	margin-left: 29px;
	font-size: 14px;
}

/* =End Supernav */

/* =Banner 
--------------------------------------- */


.banner-container {
	position: relative;
	margin-top: 10px;
	max-width: 1023px;
	height: 442px;
	width: 100%;
	display:none;

}
.banner-container img {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);	
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);	
	margin:4px;
}
.banner-text-top {
	position: absolute;
	text-transform: uppercase;
	font-size: 21px;
	color: #FFFFFF;
	left: 68px;
	top: 195px;
	/*	font-family: Rockwell_Extra_Bold; */
}
.banner-text-middle {
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	left: 57px;
	top: 260px;
	max-width: 443px;
	height: 155px;
	width: 100%;
}
.banner-text-middle span {
	display: block;
	margin-top: 20px;
}
.banner-text-bottom {
	position: absolute;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	color: #FFFFFF;
	left: 57px;
	top: 410px;
	text-shadow: 2px 0 6px #000000;
	/*	font-family: Plakkaat_Regular; */
}
.startHere-borderTop {
	background-color: #6e6e6b;
	width: 714px;
	height: 4px;
	margin: 20px auto 12px auto;
}
.startHere-borderBottom {
	background-color: #6e6e6b;
	width: 714px;
	height: 4px;
	margin: 5px auto 0;
}
.prelative {
	position: relative;
}

@media screen and (min-width:1024px) {
	.prelative {
		position: relative;
		display: inline-block;
		width: 1024px;
	}

	div.site-main {
		margin-top:111px;
	} 
	#content {
		text-align: center;
	}

	#page {
		width: 1024px;
    		margin-left: auto;
    		margin-right: auto;
	}

	#header-btn-container {
		margin-top:80px;
		margin-left:auto;
		margin-right: auto;
		width:1024px;
		z-index:99990;
	}

}

#header-btn-container > a:visited {
	color:white;
}

.buttons-container {
	margin: 0 auto;
	max-width: 723px;
	width: 100%;
	position: relative;
	text-align: center;
}

a.residency {
	background: url('images/newbuttons/NRMP_Button_ResidencyOverview.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	/*float: left;*/
	position: relative;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	max-width: 287px;
	height: 81px;
	width: 100%;
	z-index: 4;
}
.residency:hover, 
.residency-container:hover > a.residency {
	background: url('images/newbuttons/NRMP_Button_ResidencyOverview.png') no-repeat scroll 0 0 transparent !important;
}
.residency span {
	display: block;
	margin: -10px auto 0;
	text-align: center;
	width: 145px;
}
.residency-container:hover > .rtimeline-box {
	display: block;
}
.rtimeline-box {
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	background-color: #339999; 
	min-height: 312px; 
	position: absolute;
	padding: 0 40px;
	display: none;
	z-index: 3;
	top: 99%;
	right: 0;
	width: auto; 
}

.fellowship-container:hover > .ftimeline-box {
	display: block;
}
a.fellowship {
	background: url('images/newbuttons/NRMP_Button_FellowshipOverview.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	/*float: left;*/
	position: relative;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	/*margin-left: -4px;*/
	max-width: 287px;
	height: 81px;
	width: 100%;
	z-index: 4;
}
.fellowship:hover, 
.fellowship-container:hover > a.fellowship {
	background: url('images/newbuttons/NRMP_Button_FellowshipOverview.png') no-repeat scroll 0 0 transparent !important;
}
.fellowship span {
	display: block;
	margin: -10px auto 0;
	text-align: center;
	width: 145px;
}
.ftimeline-box {
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	background-color: #006666; 
	min-height: 312px; 
	position: absolute; 
	padding: 0 40px;
	display: none;
	z-index: 3;
	top: 99%;
	right: 0; 
	width: auto;
}

.starthere-container:hover > .stimeline-box {
	display: block;
}
a.starthere {
	background: url('images/newbuttons/NRMP_Button_StartHere.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	/*float: left;*/
	position: relative;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	/*margin-left: -4px;*/
	max-width: 287px;
	height: 81px;
	width: 100%;
	z-index: 4;
}
.starhere:hover, 
.starthere-container:hover > a.starthere {
	background: url('images/newbuttons/NRMP_Button_StartHere.png') no-repeat scroll 0 0 transparent !important;
}

.stimeline-box {
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	background-color: #2d588a; 
	min-height: 312px; 
	position: absolute; 
	padding: 0 40px;
	display: none;
	z-index: 3;
	top: 99%;
	right: 0; 
	width: auto;
}


.starthere span {
	display: block;
	margin: -10px auto 0;
	text-align: center;
	width: 145px;
}

.stimeline-box h4{
	color:#53bcbc;
	font-size: 20px;
	font-weight: bold;
}


.rtimeline-box ul, 
.ftimeline-box ul,
.stimeline-box ul
{
	list-style-type: none;
	margin: 0;
}
.rtimeline-box .column1, 
.ftimeline-box .column1,
.stimeline-box .column1  {
	float: left;
	margin: 27px 20px 0 0;
	text-align: center;
	width: 200px;
}
.rtimeline-box .circle-blue, 
.ftimeline-box .circle-blue,
.stimeline-box .circle-blue{
	background: url("images/circle_blue.png") no-repeat scroll center center transparent;
	color: #FF6600;
	font-size: 64px;
	font-weight: bold;
	line-height: 160px;
	margin-top: 27px;
	min-height: 160px;
	text-align: center;
	width: 100%;
}
.rtimeline-box .daysTOmatch, 
.ftimeline-box .daysTOmatch,
.stimeline-box .daysTOmatch{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
}
.rtimeline-box .column2, 
.ftimeline-box .column2,
.stimeline-box .column2,
.stimeline-box .column3{
	float: left;
	margin-right: 14px;
	margin-top: 27px;
	/* width: 208px; */
	width: 238px !important;
}
.rtimeline-box .column2 > ul > li, 
.ftimeline-box .column2 > ul > li,
.stimeline-box .column2 > ul > li,
.stimeline-box .column3 > ul > li{
	float: left;
	min-height: 30px;
	padding: 2px 0;
	width: 100%;
}
.rtimeline-box .column2 > ul > li.column2-sep, 
.ftimeline-box .column2 > ul > li.column2-sep,
.stimeline-box .column2 > ul > li.column2-sep,
.stimeline-box .column3 > ul > li.column2-sep{
	border-bottom: 1px dotted #FFFFFF;
	min-height: 0 !important;
	padding: 0 !important;
	width: 89% !important;
}
.rtimeline-box .column2 > ul > li > a, 
.ftimeline-box .column2 > ul > li > a,
.stimeline-box .column2 > ul > li > a,
.stimeline-box .column3 > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.rtimeline-box .column2 > ul > li > a:hover, 
.ftimeline-box .column2 > ul > li > a:hover,
.stimeline-box .column2 > ul > li > a:hover,
.stimeline-box .column3 > ul > li > a:hover, 
.rtimeline-box .column2 > ul > li > a.activate,
.ftimeline-box .column2 > ul > li > a.activate,
.stimeline-box .column2 > ul > li > a.activate,
.stimeline-box .column3 > ul > li > a.activate  {
	background: url("images/arrow_to_right.png") no-repeat scroll -13px center transparent;
	padding: 0;
	color: #336699;
	display: block;
	width: 100%;
}
.rtimeline-box .column2 > ul > li > a > img, 
.ftimeline-box .column2 > ul > li > a > img,
.stimeline-box .column2 > ul > li > a > img,
.stimeline-box .column3 > ul > li > a > img {
	float: left;
	margin: 10px 8px 10px 5px;
}
.rtimeline-box .column2 > ul > li > a > span, 
.ftimeline-box .column2 > ul > li > a > span{
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
	width: 73%;
}

.stimeline-box .column2 > ul > li > a > span{
	display: inline-block;
	margin-left: 15px;
	line-height: 17px;
	vertical-align: middle;
	width: 85%;
}


.stimeline-box .column3 > ul > li > a > span{
	display: inline-block;
	margin-left: 15px;
	line-height: 17px;
	vertical-align: middle;
	width: 85%;
}

.rtimeline-box .column3, 
.ftimeline-box .column3,
.rollover-container .column3 {
	float: left;
	margin: 34px 0 0; 
	/* width: 47%; */
	width: 465px;
}
.rtimeline-box .column3 h1, 
.rtimeline-box .column3 h2, 
.rtimeline-box .column3 h3, 
.rtimeline-box .column3 h3, 
.rtimeline-box .column3 h5, 
.rtimeline-box .column3 h6, 
.ftimeline-box .column3 h1,
.ftimeline-box .column3 h2,
.ftimeline-box .column3 h3,
.ftimeline-box .column3 h4,
.ftimeline-box .column3 h5,
.ftimeline-box .column3 h6,



.rollover-container .column3 h1,
.rollover-container .column3 h2,
.rollover-container .column3 h3,
.rollover-container .column3 h4,
.rollover-container .column3 h5,
.rollover-container .column3 h6 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.rtimeline-box .column3 p, 
.ftimeline-box .column3 p,
.rollover-container .column3 p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: 24px;
}
.rtimeline-box .column3 .links a, 
.ftimeline-box .column3 .links a,
.rollover-container .column3 .links a {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 6px 0 0;
}
.column3 p a, 
.column3 a,
.rollover-container .column3 p a,
.rollover-container .column3 a {
	color: #FFFFFF;
	display: inline;
	padding: 0;
}
.upcoming-deadlines {
	/*float: left;
	width: 33%;*/
	margin-bottom: -20px;
}

.upcoming-deadlines h1 {
	color: #006666 !important;

}

.widget-footer-top {
	/*margin: 40px auto 0 40px;*/
	/*width: 96%;*/
	margin-left: 15px;
	margin-top: 20px;
}
.whats-happening {
	/*float: left;
	width: 32%;*/
	text-align:left;
	font-size: 12px;
}
.social-feeds {
	/*float: left;
	width: 32%;*/
	margin-bottom: 10px;
}
h1.widget-title {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

@media screen and (max-width:768px) {
	h1.widget-title {
		font-size: 16px;
		font-weight:bold;
		color: #336699;
	}
}

h1.widget-title a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

.landing-list {
	list-style: none;
	padding-top: 10px;
	margin:0;
}

.landing-list li:first-child {
	border-top: 1px #000 dotted;
}

.landing-list li {
	padding: 10px 0 10px 5px;
	border-bottom: 1px #000 dotted;
}


.fellowship-selectContainer select {
	background-color: #2D588A !important;
	width: 290px;
	font-size: 16px;
	line-height: 22px;
	border: 0;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
	padding: 0 10px;
	color: #ffffff;
	font-size: 13px;
}
.fellowship-selectContainer {
	width: 262px;
	height: 25px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	border: 0;
}
.select-container select {
	background: transparent;
	width: 293px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	padding-left: 10px;
}

.select-container {
	width: 236px;
	height: 25px;
	overflow: hidden;
	background: url('images/select_residency_bg.png') no-repeat right transparent;
	border: 0;
}
.select-subcontainer {
	width: 217px; overflow: hidden;
}
#upcoming_deadlines p {
	margin-bottom:0px;
	font-weight:bold;
	
}
.deadlineContainer {
	border-bottom: 2px dotted #000000;
    /* margin-top: 18px;
    padding-bottom: 16px; */
    margin-bottom: 0;
    margin-top: 18px;
    padding-bottom: 8px;
    position: relative;
    width: 100%;
    text-align: left;
}
.deadline_Date {
	color: #000000;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
	position: relative;
	text-align: center;
	width: 12%;
}
.deadline_Date a {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.deadline_Date a span {
	font-size: 34px;
	color: #000000;
	text-decoration: none;
}
.deadline_Date span {
	display: block;œ
	font-size: 34px;
	margin-top: -10px;
	text-align: center;
}
.deadline_Details {
	color: #000000;
	font-size: 16px;
	margin-top: 2px;
	float: left;
	width: 80%;
}
.deadline_Details a {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
.deadline_Details a p {
	margin-bottom: 0;
}
.happeningContainer {
	position: relative;
	/*width: 89%;*/
	font-size: 16px;
	margin-right:5px;
}

.happeningContainer ul{
	list-style: none;
	margin:0;
}

.happeningContainer li {
	border-bottom: 1px #000 dotted;
	padding: 5px 0px;
}

.happeningContainer li::before {
	content: "• ";
	color: rgba(10, 51, 119, 1);
	font-size: 16px;
}

.happeningContainer li::first-child {
	border-top: 1px #000 dotted;
}

.happening_Details {
	color: #000000;
	font-size: 12px;
	float: left;
	width: 100%;
}
.happening_Details a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

@media screen and (min-width:769px) {
	#responsive-menu-pro .responsive-menu-pro-submenu-depth-1 li::first-child {
		border-top: 1px #fff dotted;
	}

	#responsive-menu-pro .responsive-menu-pro-submenu-depth-1 li {
		border-bottom: 1px #fff dotted;
	}

	#responsive-menu-pro .responsive-menu-pro-submenu-depth-2 li {
		border:none;
	}
	.site-main{
		margin-top:95px;
}
}

@media screen and (max-width:767px) {
	.happeningContainer {
		position: relative;
		font-size: 16px;
		margin-left:15px;
	}
}

@media screen and (max-width:768px) {
	.happeningContainer {
		position: relative;
		font-size: 16px;
	}
	.happening_Details {
		color: #000000;
		font-size: 10px;
		float: left;
		width: 100%;
	}
	.happening_Details a {
		color: #000000;
		font-size: 10px;
		text-decoration: none;
	}
	.site-main {
		margin-top:88px;
	}
}

.happening_container {
	float: left;
	margin-right: 8px;
	width: 38%;
}
.happening_img {
	/* height: 100px; */
	width: 100px;
}
.with_image {
	float: left;
	/* min-height: 108px; */
	width: 59%;
}
/* =Tabs
--------------------------------*/
#tabs ul {
	float: left;
	background: url("images/twitter_border.png") no-repeat scroll 11px bottom transparent;
	width: 100%;
	margin: 0;
}
#tabs li {
	display: inline;
	list-style: none;
	margin: 0;
}
#tabs li, #tabs li a {
	float: left;
	padding-top: 2px;
}
#tabs ul li.active {
	background: transparent;
}
#tabs ul li:first-child {
	padding-bottom: 6px;
	padding-left: 20px;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	background: transparent;
	clear: both;
	padding: 6px;
	text-align: left;
	min-height: 0;
	margin-left: 7px;
	width: 94%;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 5px 8px 0;
	color: #000;
	font-weight: bold;
	outline: 0 none;
}
#tabs #tab-1 {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
}
#tabs .rfbp-post-link { display:none; }

/* =HOMEPAGE LATEST TWEETS */
.latest-tweets {
	display: block !important;
	margin-right:20px;
}
.latest-tweets > ul {
	background: none repeat scroll 0 0 transparent !important;
	margin-left: -1px;
	color: #404040;
}
.latest-tweets > ul > li {
	float: none;
	display: block;
	padding: 14px 0;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px dotted #000000;
}
.latest-tweets > ul > li p.tweet-text {
	margin-bottom: 0 !important;
}
.latest-tweets > ul > li p.tweet-details {
	display: none;
}
.latest-tweets > ul > li a {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	float: none;
	padding: 0;
	color: #000;
}
/* =HOMEPAGE RECENT FACEBOOK POSTS */
#tabs #tab-2 div { padding-left:0 !important; margin-left:0 !important; }
#tabs #tab-2 .rfbp-post, #tabs #tab-2 .rfbp-text { margin-left:0 !important; }
#tab-2 .rfbp-post-link-wrap { display:none !important; }
#tab-2 .rfbp-page-link { display:none !important; }
#tabs #tab-2 .rfbp-post { border-bottom: 2px dotted #000000; padding:0 0 8px 0 !important; margin:0 0 8px 0 !important; }
#tab-2 p { margin-bottom:0 !important; }
#tab-2 p a { float:none !important; }

#tab-2 li h2.widgettitle {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	margin-left:0 !important;
	padding-bottom:7px;
}
#tab-2 li ul.rfb_posts {
	background: none repeat scroll 0 0 transparent !important;
}
#tab-2 li ul.rfb_posts li {
	border-bottom: 2px dotted #000000;
	padding: 14px 0;
	display: block;
}
#tab-2 li ul.rfb_posts li p {
	margin-bottom: 0;
}
#tab-2 li ul.rfb_posts li p br {
	display: none;
}
#tab-2 p a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 0;
	float: none;
	width: 290px;
	word-wrap: break-word;
	text-decoration:none;
}
#tab-2 li ul.rfb_posts li p a.rfb_link {
	color: #808080;
	display: block;
	font-size: 14px;
	font-style: italic;
}
/* =HOMEPAGE LINKEDIN PROFILE */
#tab-3 li h2.widgettitle {
	color: #000000;
	font-size: 18px;
	margin-left: 7px;
}
#tab-3 li .IN-widget span iframe {
	width: 100px;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

.panel-heading .accordion-toggle {
	color: #ff6600;
}

.twitter_border{
	background: url("images/twitter_border.png") no-repeat scroll 11px bottom transparent !important;
}
.fb_border {
	background: url("images/facebook_border.png") no-repeat scroll 17px bottom transparent !important;
}
.linkend_border {
	background: url("images/linkend_border.png") no-repeat scroll 20px bottom transparent !important;
}
.headTab {
	display: block !important;
	font-size: 18px;
	color: #000000;
}
.TabMSG {
	display: block !important;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px dotted #000000;
	margin-bottom: 12px;
	padding-bottom: 18px !important;
}
.widget2-top-bg {
	/*background: url('images/top_bottom_bg_footer.png') no-repeat scroll center center transparent;*/
	width: 100%;
}
.widget2-middle-bg {
	/*background: url('images/middle_bottom_bg_footer.png') repeat-y scroll center center transparent;*/
	min-height: 17px;
	width: 100%;
}
.widget2-bottom-bg {
	/*background: url('images/bottom_bottom_bg_footer.png') no-repeat scroll center center transparent;*/
	min-height: 14px;
	width: 100%;
}

/* =START FOOTER LIVE */
.footer-sidebar > li {
/*	margin-right: 20px;
*/	/*float: left;
width: 24%;*/
}	

.footer-sidebar > li.widget_sp_image {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	/*width: 21%;*/
}
.footer-sidebar > li#nav_menu-3 {
	/*width: 20%;*/
}
.footer-sidebar > li#two_column_nav_menu-3 {
	/*width: 30%;*/
}
.footer-sidebar > li#contact_us-7 {
	/*width: 19%;*/
}
.footer-sidebar > li:last-child {
	margin: 0;
}
.footer-sidebar > li > .menu-footer-quick-links-left-container {
	width: 49%;
	float: left;
}
.widget2-footer-bottom {
/*	margin-bottom: 30px;
*/	text-transform:uppercase;	
	background: #bddbdb;
}
.widget2-footer-bottom ul {
	list-style-type: none;
	margin: 0;
}
.widget2-footer-bottom h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	/* color: #2d588a; */
	/* color: #4c75a6; */
	color: #FF6600;
	text-align: center;
}

.widget2-footer-bottom h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 6px;
	/* color: #2d588a; */
	/* color: #4c75a6; */
	color: black;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}

#resources-header {
	text-align: center;
}
.widget2-footer-bottom .textwidget {
	border-top:none;
	color:#FF6600;
	margin-top:-7px;
	font-size:14px;
}
.widget2-footer-bottom ul > li {
	/* line-height: 1.8em; */
	line-height: 0;
	padding-bottom: 10px;
	color: #231e1e !important;
	text-decoration: none;
	text-align: center;
}


.widget2-footer-bottom ul > li > a{
	line-height: 1em;
	padding-bottom: 10px;
	color:black;
	font-weight: bold;
}

.social-list-group {
	text-align: center;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.list-group-item{
	color: #231e1e !important;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	display: block;
}

.resources-group-item{
	color: #231e1e !important;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-left:25px;
	font-size: 75%;
}

.menu-item {
	color: #231e1e !important;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 75%;
}

.social-group-item{
	color: #231e1e !important;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.credits-links ul {
	list-style-type: none;
	text-transform: uppercase;
	margin: 0;
}
.credits-links ul > li > span {
	margin-left: 3px;
}
.credits-links ul > li:last-child > span {
	display: none;
}
/* =END FOOTER LIVE */
.widget2-middle-content {
	padding-bottom: 20px;
}
.footer-boxesContainer {
	margin-top: 35px;
}
.footer-box {
	float: left;
	width: 25%;
}
.quick-links {
	width: 35%;
}
.footer-box h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2d588a;
}
.footer-resources {
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
}
.footer-resources li {
	line-height: 1.8em;
}
.footer-resources li > a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.footer-quick1 {
	margin: 20px 30px 0 0;
	list-style-type: none;
	float: left;
}
.footer-quick1 li {
	line-height: 1.8em;
}
.footer-quick1 li > a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.footer-quick2 {
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
	float: left;
}
.footer-quick2 li {
	line-height: 1.8em;
}
.footer-quick2 li > a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.footer-boxesContainer .resources {
	width: 20%;
}
.footer-boxesContainer .contact-us {
	width: 20%;
}
ul.footer-contactInfo {
	list-style-type: none;
	margin: 20px 0 0;
}
ul.footer-contactInfo li {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2.04em;
}

.cu-icons  {
	background: url('../../../wp-content/uploads/2017/11/footer_social_images.png') no-repeat scroll 0 0 transparent;
}
.cu-youtube{
	background-position: 0 0;
	margin-right: 4px;
	display: block;
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
}
.cu-twitter {
	background-position: -34px 0;
	margin-right: 4px;
	display: block;
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
}
.cu-linkend {
	background-position: -102px 0;
	margin-right: 4px;
	display: block;
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
}
.cu-facebook {
	background-position: -68px 0;
	margin-right: 4px;
	display: block;
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
}
.cu-rss {
	background-position: -136px 0;
	display: block;
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
}
.footer-social {
}
.credits {
	margin: 10px 0 20px;
}
.credits-links {
	margin-left: 6px;
}

#clinks {
	list-style-type: none;
	margin: 0;
}
#clinks li {
	font-size: 12px;
	margin-right: 4px;
	color: #333333;
	float: left;
}
#clinks li span.csep {
	border-right: 1px solid #333333;
	display: block;
	height: 12px;
	margin-top: 3px;
}
#clinks li a {
	font-size: 12px;
	color: #333333;
	float: left;
	text-decoration: none;
}

@media screen and (min-width:581px) {
	.credits-links {
		text-align:center;
	}

	#menu-sub-footer {
		display: inline-flex;
	}

	#clinks li {
		font-size: 12px;
		float: none;
		margin-right:0px;
	}

	#clinks li a {
		font-size: 12px;
		color: #333333;
		text-decoration: none;
	}
	
	.footer-divider{
		margin-left: 3px;
		margin-right: 3px;
	}
	.footer-divider-mobile {
		display:none;
	}
}

@media screen and (max-width:580px) {
	.credits-links {
		text-align:center;
		margin-left:0px;
	}

	#menu-sub-footer {
		display: inline-block;
		text-align: center;
	}

	#clinks li {
		font-size: 10px;
		float: none;
		margin-right:0px;
	}

	#clinks li a {
		font-size: 10px;
		color: #333333;
		text-decoration: none;
		float:none;
	}

	#menu-sub-footer > li.menu-item {
		color: #231e1e !important;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		display: block;
		text-align:center;
		font-size: 75%;
	}

	.footer-divider{
		display: none;
	}
}

.site-by {
	margin-right: 6px;
	font-size: 12px;
	color: #333333;
	float: right;
}
.site-by a {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	float: right;
}
/* =Page Banner Styles */
.page-banner {
	background: #689a9b;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	/*margin: 20px auto 0;*/
/*    width: 98.6%;*/
	text-align: center;
}
.pageBanner-spacing {
/*	padding: 30px 40px;
*/}
.pageBanner-title {
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 30px;
	margin-bottom: 5px;}
	.fullwidth-mastheads {
		text-align: center;
		margin-right: 0;
		line-height: 76px;
		width: 100%;
	}
	.pageBanner-statement {
		color: #fff;
		float: left;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8em;
		width: 77%;
	}
	.pageBanner-statement span {
		text-transform: uppercase;
	}
	/* =Page Content Styles */
	.main-content {
		float: left;
		/*width: 72%;*/
		margin-right: 20px;
		/* margin-top: 30px; */
		padding-top: 20px;
		position: relative;
	}
	.main-content a {
		color: #2D588A;
		font-weight: bold;
		text-decoration: none;
	}
	.main-content a:hover {
		color: #2D588A;
		font-weight: bold;
		text-decoration: underline;
	}
	.main-content p a {
		font-weight: bold;
		color: #2D588A;
		text-decoration: none;
	}
	.main-content p a:hover {
		font-weight: bold;
		color: #2D588A;
		text-decoration: underline;
	}
	.main-content li a {
		font-weight: bold;
		color: #2D588A;
		text-decoration: none;
	}
	.main-content li a:hover {
		font-weight: bold;
		color: #2D588A;
		text-decoration: underline;
	}

	.main-content-faq {
		float: left;
		/*width: 72%;*/
		/* margin-top: 30px; */
		padding-top: 20px;
		position: relative;
		margin-bottom: 30px;
		text-align: left;
	}

	.no-sidebar {
		float: none;
		margin: 10px 0 0;
		display: inline-block;
		width: 100%;
	}
	.main-box {
		padding: 20px;
		margin: 0 10px 30px;
		width: auto;
	}

	.main-box h2 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		color: #006666;
	}
	.individual-box,
	.individual-box-hmw, 
	.individual-box:visited {
		float: left;
		display: block;
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		color: #333333 !important;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal !important;
		height: 450px;
		margin-top: 14px;
		margin-right: 14px;
		padding: 20px 20px 0 20px;
		text-decoration: none !important;
	}
	.individual-box:hover {
		background: none repeat scroll 0 0 #2d588a;
		color: #FFFFFF !important;
		cursor: pointer;
		font-weight: normal !important;
		text-decoration: none !important;
	}
	.individual-box span.title {
		color: #2D588A;
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 14px;
		text-transform: uppercase;
	}

	.individual-box:hover > span.title {
		color: #FFFFFF;
	}
	.individual-box span.excerpt {
		margin-bottom: 20px;
		/*display: block;*/
		display:none;
		font-size: 13px;
	}
	.individual-box span.makeBold {
		font-weight: bold;
		margin-bottom: 20px;
		display: block;
	}
	.arrow-gray-normal {
		text-decoration: none;
		font-size: 14px;
		display:none;
		color: #333333;
	}
	.arrow-gray-normal:after {
		content: url('images/arrow_gray_normal.png');
		margin-left: 5px;
		margin-top: 2px;
		position: absolute;
	}
	.individual-box:hover > span.arrow-gray-normal {
		color: #FFFFFF;
	}
	.individual-box:hover > span.arrow-gray-normal:after {
		content: url('images/arrow_goto_right.png');
		margin-left: 5px;
		margin-top: 2px;
		position: absolute;
	}
	.box3-container {
		margin: 10px 10px 20px;
		padding: 0;
	}
	.individual-box3, 
	.individual-box3:visited {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		color: #333333 !important;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: normal !important;
		height: auto !important;
		margin-right: 10px;
		/* margin-top: 20px; */
		margin-top: 0;
		padding: 20px 20px 0px 20px;
		width: 100%;
		text-decoration: none !important;
	}
	.individual-box3:hover {
		background: none repeat scroll 0 0 #2d588a;
		color: #FFFFFF !important;
		cursor: pointer;
		font-weight: normal !important;
		text-decoration: none !important;
	}
	.individual-box3 span.title {
		color: #2D588A;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 14px;
		text-transform: uppercase;
	}
	.individual-box3:hover > span.title {
		color: #FFFFFF;
	}
	.individual-box3 span.excerpt {
		margin-bottom: 20px;
		/*display: block;*/
		display:none;
	}
	.individual-box3:hover > span.arrow-gray-normal {
		color: #FFFFFF;
	}
	.individual-box3:hover > span.arrow-gray-normal:after {
		content: url('images/arrow_goto_right.png');
		margin-left: 5px;
		margin-top: 2px;
		position: absolute;
	}
	.box3-containerTop {
		margin: -10px 10px 20px;
		padding: 0;
	}
	.individual-box3Top {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		color: #333333;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: normal !important;
		height: 100% !important;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 20px 20px 0px 20px;
		text-decoration: none !important;
		width: 276px;
	}
	.individual-box3Top:hover {
		background: none repeat scroll 0 0 #2d588a;
		color: #FFFFFF !important;
		cursor: pointer;
		font-weight: normal !important;
		text-decoration: none !important;
	}
	.individual-box3Top span.title {
		color: #2D588A;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 14px;
		text-transform: uppercase;
	}
	.individual-box3Top:hover > span.title {
		color: #FFFFFF;
	}
	.individual-box3Top span.excerpt {
		margin-bottom: 20px;
		color: #333333;
		/*display: block;*/
		display:none;
	}
	.individual-box3Top:hover span.excerpt {
		margin-bottom: 20px;
		color: #FFFFFF;
		/*display: block;*/
		display:none;
	}
	.individual-box3Top:hover > span.arrow-gray-normal {
		color: #FFFFFF;
	}
	.individual-box3Top:hover > span.arrow-gray-normal:after {
		content: url('images/arrow_goto_right.png');
		margin-left: 5px;
		margin-top: 2px;
		position: absolute;
	}
	.individual-boxSMALL {
		float: left;
		overflow: hidden;
		display: inline-block;
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		color: #333333;
		cursor: pointer;
		font-size: 14px;
		margin-top: 18px;
		margin-right: 22px;
		padding: 20px 10px;
		height: 90px;
		width: 200px;
	}
	.individual-boxSMALL:hover {
		background: none repeat scroll 0 0 #2d588a;
		color: #FFFFFF !important;
		cursor: pointer;
	}
	.individual-boxSMALL span.title {
		color: #2D588A;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1em;
		text-transform: uppercase;
		vertical-align: middle;
	}
	.individual-boxSMALL:hover > span.title {
		color: #FFFFFF;
	}
	/* =2 Columns */
	.box2-containerTop {
		margin: 0px 10px 20px;
		padding: 0;
	}
	.individual-box2Top {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		color: #333333;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: normal !important;
		height: auto;
		margin-right: 20px;
		margin-top: 10px;
		padding: 20px;
		text-decoration: none !important;
		width: 100%%;
	}
	.individual-box2Top:hover {
		background: none repeat scroll 0 0 #2d588a;
		color: #FFFFFF !important;
		cursor: pointer;
		font-weight: normal !important;
		text-decoration: none !important;
	}
	.individual-box2Top span.title {
		color: #2D588A;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 14px;
		text-transform: uppercase;
	}
	.individual-box2Top:hover > span.title {
		color: #FFFFFF;
	}
	.individual-box2Top span.excerpt {
		color: #333333;
		margin-bottom: 20px;
		display: block;
	}
	.individual-box2Top:hover span.excerpt {
		color: #FFFFFF;
		margin-bottom: 20px;
		display: block;
	}
	.individual-box2Top:hover > span.arrow-gray-normal {
		color: #FFFFFF;
	}
	.individual-box2Top:hover > span.arrow-gray-normal:after {
		content: url('images/arrow_goto_right.png');
		margin-left: 5px;
		margin-top: 2px;
		position: absolute;
	}
	.martop0 {
		margin-top: 0px !important;
	}
	.martop60 {
		margin-top: 60px !important;
	}
	.remove-marginRight {
		margin-right: 0;
	}

	#countdown {
		width:100%;
		margin-left:10px;
		padding-top:-5px;
	}
	#faq-qa {
		list-style-type: none;
		margin: 0 40px;
	}
	#faq-qa > li {
		margin-top: 20px;
	}

	#faq-qa > li:before {
		content: "\f0da";
		font-family: FontAwesome;
		font-style: normal;
		position: absolute;
		display: inline-block;
	}

	#faq-qa > li:first-child {
		margin-top: 0;
	}


	#faq-qa > li.activate:before {
		content: "\f0d7";
		font-family: FontAwesome;
		font-style: normal;
		position: absolute;
		display: inline-block;
	}

	#faq-qa li a.title {
		font-size: 18px;
		font-weight: bold;
		color: #2d588a;
		padding-left: 35px;
		text-decoration: none;
		display: block;
	}
	#faq-qa li ul.faq-answer {
		display: none;
		font-size: 14px;
		list-style-type: none;
		margin: 0 0 14px 36px;
	}
	#faq-qa li ul.faq-answer li {
		margin-top: 10px;
	}

	.match-row > div > img {
		display:block;
		margin:auto;
		margin-top: 0px
	}



	@media (max-width: 320px) {
		#contact-section a {
			font-size: .65em !important;
		}
		.circle-blue {
			width:100% !important;
		}
		.daysTOmatch {
			margin-top:0px !important;
			width:100% !important;
		}
		select.styled{
			width: 250px !important;
		}

	}

	@media (max-width: 425px) {
		#top-image {
			padding-right:0px !important;
			padding-left:0px !important;
		}
		select.styled{
			width: 300px;
		}
	}

	@media (max-width:767px) {
		.match-row h1{
			font-size: 130% !important;
		}
		.individual-box
		{
			width: 100% !important;
			height: 100% !important;
			padding-bottom: 10px;
		}

		.individual-box-hmw {
			height: 325px !important
		}

		.individual-box3 {
			padding-bottom: 10px;
		}

		.individual-boxSMALL {
			width:100% !important;
			height:100% !important;
			line-height:0px;
			min-height:0px;
		}

		.individual-boxSMALL span.title {
			font-size:14px;
		}


		.widget2-footer-bottom ul > li > a {
			font-size: 100%;
		}

		.circle-blue-container .circle-blue {
			width: 30%;
		}

	}

	@media (min-width: 768px){
		.container{
			max-width:100%;
		}  
		.individual-box {
			width: 100%;
			height: 100% !important;
			padding-bottom: 10px;
		}

		.individual-box-hmw {
			height: 450px !important
			font-size: 90%;
		}

		.individual-box span.title {
			line-height: 1.0em;
			margin-bottom: 14px;
			text-transform: uppercase;
		}

		.individual-boxSMALL span.title {
			font-size:14px;
		}

		.widget2-footer-bottom ul > li > a {
			font-size: 120%;
		}

		.match-row > div > img {
			
		}

		.circle-blue-container .circle-blue {
			width: 19% !important;
		}
	}

	@media (min-width: 1024px){
		.container{
			max-width:100%;
		}  
		.individual-box {
			width: 100%;
			height: 100px !important;
			padding-bottom: 10px;
		}

		.individual-box span.title {
			line-height: 1.0em;
			margin-bottom: 18px;
			text-transform: uppercase;
		}

		.resources-group-item {
			font-size: 100%;
		}

		.menu-item {
			font-size: 100%;
		}

		.widget2-footer-bottom ul > li > a {
			font-size: 90%;
		}

		.match-row > div > img {
			
		}

		.circle-blue-container .circle-blue {
			width: 13% !important;
		}

	}

	@media (min-width: 1025px) {
		.ig_action_bar.ig_hello.ig_container {
			margin-left: 14.5%;
			width: 1024px;
		}

	}

	@media (min-width: 1441px) {
		.ig_action_bar.ig_hello.ig_container {
			margin-left: 30%;
		}

	}

	.container {
		margin:0;
		padding:0;
	}

	.match-row {
		margin: 10px 0 20px;
		padding: 0 0 0 30px;
		position: relative;
		width: 92%;
	}
	.match-row a {
		font-weight: bold;
		color: #2D588A;
		text-decoration: none;
	}
	.match-row a:hover {
		font-weight: bold;
		color: #2D588A;
		text-decoration: underline;
	}
	.first-row { 
		margin-top: 0px !important;
	}
	.match-row h1 {
		font-weight: bold;
		font-size: 30px;
		line-height: 1em;
		margin: 10px 0 0;
		color: #2d588a;
		text-transform: capitalize;
	}
	.match-row h2 {
		color: #006666;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.match-row  h2.all-h2 {
		color: #2d588a;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.match-row h3 {
		font-weight: bold;
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
		line-height: 1.2em;
	}
	.match-row h3 a {
		font-weight: bold;
		font-size: 16px;
		color: #2D588A;
		text-decoration: none;
	}
	.match-row h3 6:hover {
		color: #2D588A;
		text-decoration: underline;
	}
	.match-row h4 {
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.match-row h5 {
		color: #333333;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.match-row h6 {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.match-row p {
		/* margin: 20px 0; */
		margin: 0 0 20px;
		font-size: 14px;
		color: #333333;
	}
	.match-row ul {
		margin: 10px 0 20px 14px;
	}
	.match-row ul li {
		margin-bottom: 8px;
		font-size: 14px;
		color: #333333;
	}
	.match-row ol {
		margin: 20px 0 20px 33px;
	}
	.match-row ol li {
		margin-bottom: 8px;
		font-size: 14px;
		color: #333333;
	}
	.large-image {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 4px rgba(0, 0, 0, .6);
		font-weight: bold;
		font-size: 12px;
		color: #2d588a;
		line-height: 422px;
		text-align: center;
		height: 422px;
		width: 100%;
	}


	.footer-contact {
		text-align:center;
		margin-bottom: 10px;
	}

	#tagboardHeader {
		padding-left:0px;
		text-align: center;
	}

	#contact-section {
		margin-bottom: 0px;
	}

	#contact-section a{
		position:relative;
		background-color: rgba(10, 51, 119, 1);
		border:1px #336699;
		border-radius: 5px;
		padding:8px;
		font-size:.72em;
		color:white;
		font-family: 'Helvetica Neue', sans-serif;
		font-weight:700;
		text-transform:uppercase;
	}



	#contact-section a:hover {
		left:2px;
		top:2px;
		box-shadow:none;
		text-decoration: none;
		border:1px solid #FF6600;
		transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
	}

	.contact-label {
		display: inline;
		padding: .2em .6em .3em;
		font-size: 75%;
		font-weight: 700;
		line-height: 1;
		color: black;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25em;
	}

	.subtitle {
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		margin-top: 30px;
	}
	.full-separator {
		border-top: 2px dotted #666666;
		height: 0;
		width: 100%;
		margin: 20px 0;
	}
	.pn-pagination a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		color: #333333;
	}
	.pn-pagination span {
		margin: 0 4px;
	}
	.pn-pagination .prev:before {
		content: "<";
		margin-right: 4px;
	}
	.pn-pagination .next:after {
		content: ">";
		margin-left: 4px;
	}
	.table-container {
		position: relative;
		margin-bottom: 20px;
	}
	.table-container ul {
		margin: 0 0 0 28px;
	}
	.table-container ul li {
		margin-bottom: 8px;
		font-size: 14px;
		color: #FFFFFF;
	}
	.table-container ol {
		margin: 20px 0 20px 33px;
	}
	.table-container ol li {
		margin-bottom: 8px;
		font-size: 14px;
		color: #FFFFFF;
	}
	.table-row {
		margin-bottom: 4px;
	}
	.table-cell {
		background: none repeat scroll 0 0 #2D588A;
		color: #FFFFFF;
		font-size: 14px;
		margin-right: 4px;
		padding: 10px 20px;
	}
	.table-cell p {
		color: #FFFFFF;
		margin: 0;
		padding-bottom: 10px;
	}
	.table-cell p:last-child {
		padding-bottom: 0;
	}
	.cell-small {
		font-weight: bold;
		float: left;
		width: 15%;
	}
	.cell-large {
		font-weight: normal;
		float: left;
		width: 72%;
	}
	.tips-faqsContainer {
		margin: 0 0 40px;
		padding: 0 0 0 30px;
		position: relative;
		width: 96%;
	}
	.img-thumbContainer {
		float: left;
		margin-right: 20px;
		width: 35%;
	}
	.img-thumbContainer .img-thumb {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 4px rgba(0, 0, 0, .4);
		overflow: hidden;
		height: 136px;
		width: 237px;
	}
	.detailsContainer {
		float: left;
		color: #333333;
		width: 62%;
	}
	.detailsContainer  div {
		margin-bottom: 10px;
	}
	.detailsContainer .title {
		font-size: 18px;
		font-weight: bold;
	}
	.detailsContainer .details {
		font-size: 14px;
		font-weight: normal;
	}
	.detailsContainer .details p {
		margin: 10px 0;
	}
	.detailsContainer .download-link a {
		color: #333333;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
	}
	.full-width {
		width: 100% !important;
	}
	.box-match {
		margin: 20px 0 0;
	}
	.martop30 {
		margin-top: 30px !important;
	}
	.tips-faqsContainer h2 {
		color: #2D588A;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.tips-contentList {
		background: none repeat scroll 0 0 #FFFFFF;
	}
	.faq-contentList {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	}
	.tipsHere, 
	.faqHere {
		padding: 30px 20px;
	}
	.tipsContent {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		line-height: 1.2em;
	}
	.match-tips {
		float: left;
		margin-right: 60px;
		width: 30%;
	}
	.faquestion {
		float: left;
		width: 62%;
	}
	.tips-faqsContainer .separator {
		border-bottom: 2px dotted #000000;
		margin: 30px 0;
	}
	.tips-faqsContainer a {
		color: #666666;
		font-size: 12px;
		text-decoration: none;
	}
	.tips-faqsContainer a:after {
		content: url('images/arrow_gray_normal.png');
		margin-left: 5px;
		margin-top: 6px;
		position: absolute;
	}
	.tips-faqsContainer .tipsContent a {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		line-height: 1.2em;
		text-decoration: none;
	}
	.tips-faqsContainer .tipsContent a:after {
		content: url('images/start_here_arrow.png');
		margin-left: 5px;
		margin-top: 3px;
		position: absolute;
	}
	.faqHere .faq-title {
		font-weight: bold;
		font-size: 18px;
		color: #000000;
		margin-bottom: 20px;
	}
	.faqHere p {
		font-size: 14px;
		color: #333333;
	}
	/* =Sidebar Styles */
	.sidebar-content {
		float: left;
		margin-right: 10px;
		margin-top: 20px;
	}

	.sidebar-content-faq {
		float: left;
		margin-top: 20px;
	}

	.sidebar-box {
		margin-bottom: 45px;
		margin-left: 30px;
	}
	.sidebar-box li.widget_match_countdown {
		border-bottom: 0 none;
	}
	.sidebar-box .head-title {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
	}
	.sidebar-box ul,
	.sidebar-box ul ul {
		position: relative;
		list-style-type: none;
		margin: 0;
	}
	.sidebar-box ul li,
	.sidebar-box ul ul li {
		border-bottom: 1px dotted #000000;
	}
	.sidebar-box ul ul li:last-child {
		border-bottom: 0 none;
	}
	.sidebar-box ul li > a,
	.sidebar-box ul ul li > a {
		margin: 4px 0;
	}
	.sidebar-box ul li > a:hover,
	.sidebar-box ul ul li > a:hover {
		background-color: #F2D07B;
		position: relative;
	}
	.sidebar-box ul li > .afellow:hover,
	.sidebar-box ul ul li > .afellow:hover {
		background-color: #006666 !important;
	}
/*
.sidebar-box ul li > a:hover:after,
.sidebar-box ul ul li > a:hover:after {
	border-bottom: 15px solid transparent;
    border-right: 20px solid #F2D07B;
    border-top: 20px solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
}
*/
#faq-box1 > li {
	line-height: 30px;
	margin: 4px 0;
	min-height: 0;
}
.sidebar-box ul li.box-sep {
	border-bottom: 1px dotted #000000;
}
.sidebar-box ul li a {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	/* padding: 6px 0 6px 10px; */
	/*padding: 7px 0 5px 10px; */
	text-decoration: none;
	/*text-transform: uppercase;*/
	display: inline-block;
	width: 100%;
}
.sidebar-box ul li label {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.sidebar-box ul li .select-container select {
	-webkit-appearance: none;
	background: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 0;
	border-radius: 0;
	padding-left: 10px;
	line-height: 14px;
	height: 22px;
	width: 253px;
}
.sidebar-box ul li .select-container {
	background: url('images/select_residency_bg.png') no-repeat right transparent;
	overflow: hidden;
	border: 0;
	margin: -6px 0 10px;
	height: 32px;
	width: 235px;
}
#faq-box1 li img {
	display: none;
	float: left;
	margin-left: -15px;
}
#faq-box1 li .show-arrowRight {
	display: block !important;
}
#faq-box1 li a {
	background-color: transparent;
	display: block;
	height: 18px;
	margin-left: 1px;
}
#faq-box1 li a:hover, 
.show-bg {
	background-color: #F2D07B !important;
}

/* =START SIDEBAR ROLLOVER */
.sidebar-content .sidebar-box > ul > li {
	line-height: 30px;
	margin: 4px 0;
	min-height: 0;
}
.sidebar-content .sidebar-box > ul > li > a {
	display: block;
}
.sidebar-content .sidebar-box > ul > li > a.activate,
.sidebar-content .sidebar-box > ul > li > ul > li > a.activate,
.sidebar-content .sidebar-box ul li.timelineContainer:hover > a,
.sidebar-content .sidebar-box ul ul li.timelineContainer:hover > a { /** modified **/
	background-color: #339999;
	color: #FFFFFF;
	position: relative;
	z-index: 4;
	margin-left: -10px;
	padding-left: 20px;
}
.sidebar-content .sidebar-box ul li.timelineContainer:hover > a.afellow,
.sidebar-content .sidebar-box ul ul li.timelineContainer:hover > a.afellow {
	background-color: #006666 !important;
}
.sidebar-content .sidebar-box > ul > li > a:after {
	border-bottom: 24px solid transparent;
	border-right: 24px solid #F2D07B;
	border-top: 24px solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 0;
	vertical-align: middle;
	width: 0;
}
.sidebar-content .sidebar-box ul li.timelineContainer:hover > a:after,
.sidebar-content .sidebar-box ul ul li.timelineContainer:hover > a:after {
	border: 0 none;
}
.sidebar-content .sidebar-box > ul > li:hover > .rollover-container, 
.sidebar-content .sidebar-box > ul > li > ul > li:hover > .rollover-container {
	display: block;
}
.rollover-container {
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	background-color: #339999; 
	margin-right: 245px;
	min-height: 312px; 
	position: absolute; 
	padding: 0 40px;
	right: 0;
	top: -10%;
	z-index: 3;
	display: none;
	width: 291%;
}
.fellow {
	background-color: #006666;
	padding: 0 40px;
	width: 291%;
}
.rollover-container .column1 {
	float: left;
	/* margin: 27px 30px 0 0; */
	margin: 27px 22px 0 0;
	width: 164px;
}
.rollover-container .circle-blue {
    background: url(images/circle_blue_medium.png) no-repeat scroll 30px transparent;
    color: #ff6600;
    font-size: 42.64px;
    font-weight: bold;
    /* text-align: center; */
    line-height: 138px;
    min-height: 138px;
    float: left;
    padding-left: 65px;
    width: 13%;
}
.rollover-container .daysTOmatch {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
}
.rollover-container .column2 {
	float: left;
	margin-right: 10px;
	margin-top: 27px;
	width: 238px;
}
.rollover-container .column2 > ul > li {
	float: left;
	min-height: 30px;
	padding: 0;
	width: 100%;
	border: 0 none;
}
.rollover-container .column2 > ul > li.column2-sep {
	border-bottom: 1px dotted #FFFFFF;
	min-height: 0 !important;
	padding: 0 !important;
	width: 89% !important;
}
.rollover-container .column2 > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0 0 2px 0;
	text-decoration: none;
}
.rollover-container .column2 > ul > li > a:hover {
	/* background: url("images/arrow_to_right.png") no-repeat scroll -13px center transparent; */
	background: url("images/arrow_to_right.png") no-repeat scroll -13px center transparent;
	padding: 0 0 2px 0;
	color: #336699;
	display: block;
	width: 100%;
}
.rollover-container .column2 > ul > li > a:after {
	border: 0 none !important;
}
.rollover-container .column2 > ul > li > a > img {
	float: left;
	margin: 10px 8px 10px 5px;
}
.rollover-container .column2 > ul > li > a > span {
	display: inline-block;
	line-height: 17px;
	vertical-align: middle;
	/* width: 74%; */
	width: 71%;
}
.rollover-container .column3 {
	float: left;
	margin: 34px 0 0; 
	width: 246px;
}
.rollover-container .column3 .head-title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.rollover-container .column3 p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: 24px;
}
.rollover-container .column3 .links a {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 6px 0 0;
}
/* =END SIDEBAR ROLLOVER */
#faq-box2 > li {
	line-height: 30px;
	margin: 4px 0;
	min-height: 0;
}
#faq-box2 li:hover > .faqbox2-box {
	display: block;
}
#faqbox2-1 > a {
	display: block;
}
#faqbox2-1 > a:hover, #faqbox2-1 > a.activate {
	background-color: #339999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: -20px;
	height: 18px;
	padding: 10px 0 4px;
	text-align: center;
	margin-right: 20px;
	position: relative;
	z-index: 4;
}
#faqbox2-1 .faqbox2-box {
	display: none;
}
#faqbox2-3 > a {
	display: block;
}
#faqbox2-3 > a:hover, #faqbox2-3 > a.activate {
	background-color: #339999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: -20px;
	height: 18px;
	padding: 10px 0 4px;
	padding-top: 10px;
	text-align: center;
	margin-right: 20px;
	position: relative;
	z-index: 4;
}
#faqbox2-3 .faqbox2-box {
	display: none;
}
.circle-blue-container {
	position: relative;
	float:left;
	width:100%;
}
.circle-blue-container .circle-blue {
	background: url("images/circle_blue_medium.png") no-repeat scroll center center transparent;
	color: #ff6600;
	font-size: 42.64px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	min-height: 138px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	float:left;
}
.circle-blue-container .daysTOmatch {
	color: #336699;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-left: auto;
	display: inline-block;
	text-align: center; 
	margin-top: 58px;
	float:left;

}
a.arrow-white {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
.allcaps {
	text-transform: uppercase;
}
a.arrow-white:hover, 
.arrow-white:visited, 
.arrow-white:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
.arrow-white:after {
	content: url('images/arrow_white.png');
	margin-left: 5px;
	margin-top: 2px;
	position: absolute;
}
/* =Sidebar Tabs
------------------------------------*/
.sidebar-tabsContainer {
	position: fixed;
	right: 0;
	z-index: 10;
}
.sidebar-tabContainer-top {
	background: url('images/sidebar_tab_container_top.png') no-repeat scroll 1px 0 transparent;
	height: 5px;
	width: 48px;
}
.sidebar-tabContainer-middle a {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-tabContainer-bottom {
	/*background: url('images/sidebar_tab_container_bottom.png') no-repeat scroll 0 0 transparent;*/
	height: 6px;
	width: 48px;
}
/* =Sidebar Login ----------*/
.login-tabs .sidebar-tabContainer-middle {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url('images/sidebar_tab_container_middle.png') repeat-y scroll 1px 0 transparent;
	min-height: 32px;
	line-height: 32px;
	max-width: 48px;
	width: 100%;
}

.loginHelp-tabs{
	clear both;
	margin-left: 0px;
}

.display-posts-listing {
	list-style:none;
	margin-left:0px !important;
}

/* =Sidebar Login Help ----------*/
.loginHelp-tabs .sidebar-tabContainer-middle {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url('images/sidebar_tab_container_middle.png') repeat-y scroll 1px 0 transparent;
	min-height: 32px;
	line-height: 16px;
	max-width: 48px;
	width: 100%;
}
/* =Sidebar Social Icons ----------*/
.search-tabs {
	margin-top:45px;	
	position:relative;
}
.search-tabs a {
	position:relative;
	z-index:1000;
	margin-left:13px;
}
.search-tabs form {
	position:absolute;
	right:-250px;
	z-index:100;
	padding-right:10px;
}
.search-tabs input[type="text"] {
	width:172px;
	height:14px;
	background-color:transparent;
	background:url('images/sidebar-search-bar.png') no-repeat;
	border:none;
	outline:none;
	padding:14px 0 14px 15px;
	font-size: 14px;

}
.socialIcons-tabs {
	margin-top: 3px;
	margin-left:13px;	
}
.socialIcons-tabs .sidebar-tabContainer-middle {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url('images/sidebar_tab_container_middle.png') repeat-y scroll 1px 0 transparent;
	min-height: 32px;
	line-height: 16px;
	max-width: 48px;
	width: 100%;
}
.socialTabs-container {
	padding: 5px 0;
}
.socialTabs-icons {
	background: url('images/footer_social_icons.png') no-repeat scroll 0 0 transparent;
}
.socialTabs-linkend {
	background-position: 0 0;
	margin: 5px 0 0 8px;
	display: block;
	border: 0;
	height: 32px;
	width: 32px;
}
.socialTabs-facebook {
	background-position: -34px 0;
	margin: 5px 0 0 8px;
	display: block;
	border: 0;
	height: 32px;
	width: 32px;
}
.socialTabs-twitter {
	background-position: -68px 0;
	margin: 5px 0 0 8px;
	display: block;
	border: 0;
	height: 32px;
	width: 32px;
}
.socialTabs-rss {
	background-position: -102px 0;
	margin: 5px 0 0 8px;
	display: block;
	border: 0;
	height: 32px;
	width: 32px;
}
/* =Sidebar Live Chats ----------*/
.liveChats-tabs {
	margin-top: 8px;
	margin-left:13px;		
}
.liveChats-tabs .sidebar-tabContainer-middle {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url('images/sidebar_tab_container_middle.png') repeat-y scroll 1px 0 transparent;
	min-height: 32px;
	line-height: 16px;
	max-width: 48px;
	width: 100%;
}
.liveChat-container {
	padding: 5px 0 10px;
}
.liveChat-icons {
	background: url('images/livechat_pdf_email_icon.png') no-repeat scroll 0 0 transparent;
}
.liveChat-livechat {
	background-position: 0 0;
	margin: 5px 0 0 10px;
	display: block;
	height: 40px;
	width: 30px;
}
.liveChat-pdf {
	background-position: 0 -40px;
	margin: 7px 0 0 10px;
	display: block;
	height: 37px;
	width: 30px;
}
/*
.liveChat-email {
	background-position: 0 -78px;
	margin: 7px 0 0 10px;
    display: block;
    height: 23px;
    width: 30px;
}
*/

.liveChat-email {
	background: url('/images/newbuttons/NRMP_Button_Email.png') no-repeat scroll 0 0 transparent;
	height: auto;
	max-width: 100%;
}

.match-row img.featured-image {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);	
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);	
}
.sidebar-box h2.widgettitle {
	color: #2D588A;
	font-size: 20px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: left;
}
.sidebar-box > ul > li > ul > li {
	border-bottom: 1px dotted #000000;
	line-height: 26px;
	min-height: 0;
	margin: 0;
}
.sidebar-box > ul > li#recent-posts-2 > ul > li > a, 
.sidebar-box > ul > li#wpcs_custom_categories-2 > ul > li > a {
	color: #000000;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	padding: 6px 0 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 4px 0;
	width: 96%;
}
.sidebar-box > ul > li#recent-posts-2 > ul > li > a:hover, 
.sidebar-box > ul > li#wpcs_custom_categories-2 > ul > li > a:hover {
	background-color: #F2D07B;
	position: relative;
}
.sidebar-box > ul > li#recent-posts-2 > ul > li > a:hover:after,
.sidebar-box > ul > li#wpcs_custom_categories-2 > ul > li > a:hover:after {
	border-bottom: 15px solid transparent;
	border-right: 14px solid #F2D07B;
	border-top: 14px solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
}
.sidebar-box > ul.sidebar > li {
	margin-bottom: 50px;
}
/* .sidebar-box > ul > li#match_resources-4 > ul > li > a {
	margin-top: 4px;
	display: block;
	width: 100%;
	} */
	#cat_links > a {
		color: #333333;
		display: inline-block;
		font-size: 14px;
		margin: 32px;
		text-decoration: none;
		font-weight: bold;
		float: right;
		text-transform: uppercase;
	}
	#cat_links > a:hover {
		color: #2D588A;
	}

	.attachment-thumbnail.wp-post-image {
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
	}
	.textwidget {
		line-height: 1.5em;
		padding-top: 6px;
		text-align: left;
		display: grid;
	}
	.faq_boxes .h_faq_title { font-weight:bold; padding-bottom:15px; }

	.match-row table td { /*border-bottom:1px solid #000 !important;*/ padding:3px 5px; }
	.match-row table tbody tr { background: none repeat scroll 0 0 transparent !important; }
	.match-row table tbody tr:last-child td { border-bottom: 0 none !important; }
	.faq-listContainer { margin-top: 10px; }
	.orangeButton {
		background: none repeat scroll 0 0 #FF6600;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
		color: #FFFFFF !important;
		display: inline-block !important;
		font-size: 18px !important;
		font-weight: bold;
		margin: 10px 0;
		outline: medium none;
		padding: 2px 20px !important;
		text-align: center;
		line-height: 1.4em !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
		width: auto !important;
	}
	.orangeButton:hover, .orangeButton:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	.register-container {
		text-align: center; 
		width: 100%;
	}
	.sidebar-registerbutton {
		position: relative;
		float: left;
		top: -15px;
		margin-top: 10px;
	}

	.horizontal-line {
		border-bottom: 1px #000 dotted;
		/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);*/
		margin-top: 5px;
		/*width: 90%;*/
		margin-right:5px;
	}
	@media screen and (max-width:767px) {
		.horizontal-line {
			border-bottom: 1px #000 dotted;
			margin-top:5px;
			margin-right:5px;
			margin-left:15px;
		}

	}
	.no_dates {
		padding:10px 30px 10px 15px;
		color:#333;
		font-size:14px;
		font-style:italic;
	}
	h1.head-title { margin-bottom:15px; }
	select.styled {
		background-color:#FFF !important;
	}
	/* Important dates layout */
	.important-container {
		/* padding-bottom: 20px; */
	}
	.yearContainer {
		margin-bottom: 30px;
		width: 96%;
	}
	.important-year {
		background: none repeat scroll 0 0 #2D588A;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.single-details {
		border-bottom: 2px dotted #000000;
		padding: 16px 16px 10px;
		position: relative;
	}
	.single-details:last-child {
		border-bottom: 0 none;
	}
	.important-date {
		color: #000000;
		float: left;
		font-weight: bold;
		margin-right: 20px;
		text-align: center;
		width: 60px;
	}
	.important-month {
		display: block;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
	}
	.important-day {
		display: block;
		font-size: 34px;
		margin-top: -10px;
		text-align: center;
	}
	.important-content {
		float: left;
		color: #000000;
		font-size: 14px;
		line-height: 1.4em;
		width: 86%;
	}
	.important-content p {
		margin-bottom: 10px;
		color: #000000;
		font-size: 14px;
		line-height: 1.4em;
	}
	.important-content ul {
		list-style-type: none;
		margin: 0;
	}
	.important-content ul li {
		color: #000000;
		font-size: 14px;
		margin-bottom: 14px;
	}
	

	li.extra_pad { margin-left:20px !important; }

	#accordionSection {
		margin-bottom:20px;
	}
	
#accordion img {
	margin-bottom: 15px;
}

	#announcement { 
		clear:both;
		background-color: #FF6600;
		color: #000000;
		position:relative;
		font-size: 14px;
		line-height: 20px;
		padding: 20px 20px 20px 20px;
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;
		margin-bottom:5px;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);	
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);		
	}
	#announcement a {
		color: #000000;
		text-decoration: underline;
	}
	#announcement .left { 
		font-weight:bold; font-size:22px;
		float:left;
		text-align:right;
		width:280px;
		padding-right:10px;
	}
	#announcement .right { 
		float:left;
		width:700px;

	}

	#announcement .alignleft {
		margin: 0 20px 0 0;
		padding: 0;
	}
	#announcement h2 {
		padding: 0;
		margin: 0 0 15px;
		font-size:22px;
	}

	.site-branding .search-box {
		/*position:absolute; top:50px; right:95px;*/	
	}

	.site-branding .search-box .sbutton {
		text-indent:-9999px; height: 28px; width:31px; background-image:url(images/search-button-icon.jpg);
	}

	.site-branding .search-box .skeyword {
		border:2px solid #3082B7; border-radius: 5px; width:200px; background:none; padding:5px 15px;
	}

	#home_v2 #slider {
		float:left;
		margin-top:10px;
		/*width:686px;*/ 
	}

	#home_v2 #timelines {
		/*float:right;*/ display:inline-block; /*width:280px;*/ /*margin-left: -15px;*/
	}

	#home_v2 .banner-container {
		position: relative;
		margin-top: 10px;
		max-width: 686px;
		height: 314px;
		width: 100%;
		display:none;
	}
	#home_v2 .banner-container img {
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);	
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);	
		margin:4px;
	}

	#home_v2 .startHere-borderTop, #home_v2 .startHere-borderBottom { width:320px; }
#home_v2 #slide_timelines { /*margin-bottom: 30px; margin-top: 15px; display:inline-block; float:left; width:100%;*/ }

#home_v2 a.residency, #home_v2 a.fellowship, #home_v2 a.starthere{ /*margin:0 0 8px 15px;*/ } 
#home_v2 .rtimeline-box, #home_v2 .ftimeline-box, #home_v2 .stimeline-box { width:725px; right:260px; z-index:99999;  }

#home_v2 .stimeline-box  { top:0px; }
#home_v2 .rtimeline-box  { top:99px; }
#home_v2 .ftimeline-box { top:198px; }

#home_v2 .rtimeline-box .column3, #home_v2 .ftimeline-box .column3, #home_v2 .stimeline-box .column3 { width:250px; }
#home_v2 #welcome_message { padding:0; font-size:18px !important; line-height:22px; color:#333; margin-bottom:25px; font-size:16px; }
#home_v2 #welcome_message h3 {color: #000; font-size: 16px; font-weight: bold; line-height: 1.2em; margin-bottom: 10px; }
#home_v2 #welcome_message img { /*margin-top:15px;*/ width:100%; }
#home_v2 #top_landing img { width:100%;}

#top_landing { overflow: auto; margin-top:10px;}

.tweet-text {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#upcoming_deadlines{
	margin-bottom: 24px;
}


.supernav-button {
	background: transparent url("images/newbuttons/EstablishNewMatchbutton.fw.png") no-repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	max-width: 287px;
	padding-top: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 4;
	margin-top: -10px;
}

#main-nav a.supernav-button { 
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 19px;
	font-weight: bold;
	height: 195px;
	max-width: 198px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin-left: 55px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	/*margin: 5px 0 20px 20px;*/
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@media screen and (max-width:768px) {
	div.site-main {
		margin-top:112px;
	}
	.contact-us2 {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width:1024px){
	.main-content {
		text-align:left;
	}
	.main-container{
		text-align:center;
	}
	#primary {
		display: inline-block;
		width:1024px;
	}
}

@media screen and (max-width:425px) {
	.alignright {
		width: 100%;
	}
	.site-main {
		margin-top:112px;
	}
}

.main-residency-match-content {
	padding-top:0px;
}

.fellowship-match-row {
	margin-bottom:0px;
}

.fellowship-main-box {
	padding-top:0px;
}

#responsive-menu-pro li a {
	font-family: Arial;
}

#responsive-menu-pro li .responsive-menu-pro-submenu li a {
	font-family: Arial;
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#responsive-menu-pro-container #responsive-menu-pro {
		display:flex;
		width: 100%;
	}
	.menu-item {
		font-size:10px;
	}	
	input[type='search'] {
		font-size: 8px;
	}
	#responsive-menu-pro li .responsive-menu-pro-submenu li a {
		font-size: 10px;
	}
}

@media all and (min-width:800px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-item {
		font-size:11.5px;
	}	
	input[type='search'] {
		font-size: 9px;
	}
	#responsive-menu-pro li .responsive-menu-pro-submenu li a {
		font-size: 11.5px;
	}
}

@media all and (min-width:890px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-item {
		font-size:14px;
	}	
	input[type='search'] {
		font-size: 10px;
	}
	#responsive-menu-pro li .responsive-menu-pro-submenu li a {
		font-size: 12px;
	}
}

@media all and (min-width:940px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu-item {
		font-size:14px;
	}	
	input[type='search'] {
		font-size: 10px;
	}
	#responsive-menu-pro li .responsive-menu-pro-submenu li a {
		font-size: 12px;
	}
}

@media all and (min-width:975px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.menu-item {
		font-size:16px;
	}	
	input[type='search'] {
		font-size: 12px;
	}
	#responsive-menu-pro li .responsive-menu-pro-submenu li a {
		font-size: 12px;
	}
}


	div #responsive-menu-div{
		margin-left:15px;
		margin-right:15px;
	}

	@media screen and (max-width:768px) {ul #responsive-menu-pro li #menu-item {
		border-bottom: 1px #000 dotted;
		}
		#header-btn-container {
			margin-top:79px;
			margin-left:auto;
			margin-right: auto;
			z-index:99990;
width:100%;
		}
}

		@media screen and (max-width:767px) { 
			.whats-happening { 
				margin-top:10px; text-align:center; font-size:12px; padding-left:0px;
			}
			h1.widget-title {
				text-align: center;
			}
		}

		@media screen and (max-width:767px) {
			#top_landing {
				overflow:auto;
				margin-top:0px;
			}
		}



		#header-btn-match-calendar {
			width:50%;
			border-radius: 0px;
			background-color: #FF6600;
			border-color: rgba(10, 51, 119, 1);
			border-bottom: none;
		}

		#header-btn-login-register {
			width:50%;
			border-radius: 0px;
			background-color: #FF6600;
			border-color: rgba(10, 51, 119, 1);
			border-bottom: none;
		}

		/* Text meant only for screen readers. */
		.screen-reader-text {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute !important;
			height: 1px;
			width: 1px;
			overflow: hidden;
		}

		.screen-reader-text:focus {
			background-color: #f1f1f1;
			border-radius: 3px;
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			clip: auto !important;
			color: #21759b;
			display: block;
			font-size: 14px;
			font-size: 0.875rem;
			font-weight: bold;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000; /* Above WP toolbar. */
		}