@font-face
	{
	font-family: "GothamBook";
	src: url("../fonts/GothamBook.otf");
	}

@font-face
	{
	font-family: "GothamBook";
	src: url("../fonts/GothamBold.otf");
	font-weight: bold;
	}

@font-face
	{
	font-family: "GothamMedium";
	src: url("../fonts/Gotham Medium.otf");
	}

*
	{
	box-sizing: border-box;
	}

body
	{
	font-family: GothamBook;
	margin: 0px;
	background-color: rgb(232,232,232);
	color: rgb(255,255,255);
	font-size: 15px;
	}

.div_2column
	{
	float: left;
	width: 50%;
	}

.div_3column
	{
	float: left;
	width: 33.33%;
	}

.div_3column_left
	{
	text-align: left;
	}

.div_3column_center
	{
	text-align: center;
	}

.div_3column_right
	{
	text-align: right;
	}

.div_row:after
	{
	content: "";
	display: table;
	clear: both;
	}

.header1
	{
	font-size: 32px;
	font-weight: bold;
	}

.header2
	{
	font-family: GothamMedium;
	font-size: 22px;
	font-weight: bold;
	}

.header3
	{
	font-family: GothamMedium;
	font-size: 16px;
	font-weight: bold;
	}

.redtext
	{
	color: rgb(170,46,64);
	}

.bluetext
	{
	color: rgb(49,56,117);
	}

.link
	{
	text-decoration: underline;
	}

.link:hover
	{
	cursor: pointer;
	color: rgb(170,46,64);
	}

.quicklink
	{
	margin-top: 1.3em;
	color: rgb(49,56,117);
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	}

.quicklink:hover
	{
	cursor: pointer;
	color: rgb(170,46,64);
	}

.mainmenu_item
	{
	cursor: pointer;
	font-family: GothamBook;
	color: rgb(255,255,255);
	font-size: 15px;
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	line-height: 2.2em;
	}

.mainmenu_item_sel
	{
	background-color: rgb(170,46,64);
	cursor: pointer;
	}

.bottommenu_item
	{
	cursor: pointer;
	font-family: GothamBook;
	color: rgb(255,255,255);
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding: 5px 8px;
	line-height: 2.2em;
	}

.bottommenu_item_sel
	{
	cursor: pointer;
	font-weight: bold;
	}

.graypanel
	{
	position: relative;
	margin-top: 32px;
	width: 327px;
	background-color: rgb(216,216,216);
	margin-left: auto;
	margin-right: auto;
	border-radius: 14px;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.7);
	}

.medcom_button
	{
	display: inline-block;
	width: 290px;
	height: 48px;
	line-height: 48px;
	padding-left: 16px;
	border-radius: 10px;
	background-color: rgb(49,56,117);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	}

.medcom_button:hover
	{
	background-color: rgb(170,46,64);
	cursor: pointer;
	}

.header_contact_link
	{
	color: rgb(150,150,150);
	font-size: 15px;
	}

.tile_large_width
	{
	width: 648px;
	}

.tile_large
	{
	background-size: cover;
	height: 438px;
	border-radius: 12px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	}

.sidebar_tile
	{
	background-size: cover;
	width: 328px;
	height: 212px;
	border-radius: 12px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	}

.slideshow_container
	{
	display: inline-block;
	position: relative;
	background-size: cover;
	background-color: white;
	width: 558px;
	height: 419px;
	border-radius: 12px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	cursor: pointer;
	}

.slideshow_progress_circle
	{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: rgb(224,224,224);
	margin: 0px 6px;
	border-radius: 100%
	}

.slideshow_progress_circle:hover
	{
	background-color: rgb(170,46,64);
	cursor: pointer;
	}

.divider
	{
	position: relative;
	width: 100%;
	height: 2px;
	background-color: rgb(200,200,200);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.divider_dot
	{
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: rgb(200,200,200);
	top: -4px;
	}

.divider_dot_left
	{
	left: -4px;
	}

.divider_dot_right
	{
	right: -4px;
	}

.memtile
	{
	float: bottom;
	display: inline-block;
	width: 320px;
	margin-bottom: 1em;
	}

.paragraph
	{
	line-height: 1.5em;
	text-align: left;
	}

.button
	{
	font-family: GothamMedium;
	color: rgb(255,255,255);
	border-radius: 12px;
	padding: 8px 24px;
	display: inline-block;
	background-color: rgb(27,68,134);
	}

.button_large
	{
	padding: 16px 64px;
	font-size: 19px;
	}

.button:hover
	{
	background-color: rgb(22,172,228);
	cursor: pointer;
	}

#now_accepting_apps:hover
	{
	background-color: rgba(49,56,117,0.05);
	}