/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#logo-img img{
	width: 175px; 
	float: left;
	margin-top: 10px; 
	margin-right: 50px;
}

/*********************************************************************************************
*************************************Start Nav Style******************************************
*********************************************************************************************/

#second-nav {
	width: 100%;
	background: #fff;
}

#nav2 {
	width: 1140px;
	margin: 0 auto 0 auto;
	height: 70px;
}

#nav2 ul ul {
	display: none;
}

#nav2 ul li:hover > ul {
	display: block;
}

#nav2 ul { 
	padding-left: 10px;					/* adjusts left and right overall margin */
	padding-right: 10px; 
	list-style: none;
	position: relative;
	z-index: 999;
	display: inline-table;
	margin-left: 0;
}

#nav2 ul:after {
	content: ""; clear: both; display: block;
}

#nav2 ul li {
	float: left;
}

/* #nav 2 ul li#no-mar {
	padding-right: 0;
	margin-right: 0;
} */

#nav2 ul li a:hover {
	color: #ad0303;
}
	
#nav2 ul li a {
	display: block;
	cursor: pointer;
	font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	color: #8c8c8c; 
	text-decoration: none;
}

#nav2 ul ul {
	background: #fff; 
	padding: 0;
	position: absolute; 
	border-top: solid 3px #ad0303;
}

#nav2 ul ul li {
	float: none;
	border-bottom: solid 1px #eee;
	position: relative;
}

#nav2 ul ul li a {
	font-family: Raleway, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 100px;
	color: #8C8C8C;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#nav2 ul ul li a:hover {
	color: #ad0303;
	background: #f6f6f6;
}

/******************************************************************************************
***************************************End Nav Styles**************************************
******************************************************************************************/






html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}


