/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato-extended.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @group Global HTML */

body {
	padding: 0;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: %body_font_size%;
	line-height: 1.75em;
	margin: 0;
	font-size: 100%;
	background: none !important;
}

.widthWrapper {
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #6699cc;
	text-decoration: underline;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:visited {
	color: #6699cc;
	text-decoration: underline;
}

a:hover {
	color: #6699cc;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

.image-left {
	float: left;
	position: relative;
	padding: 0;
	margin: 10px;
}

.image-right {
	float: right;
	position: relative;
	padding: 0;
	margin: 10px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.xsmall {
	font-size: 8px;
}

.small { 
	font-size: 10px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.xlarge {
	font-size: 24px;
}

.xxlarge {
	font-size: 48px;
}

/* @end */

/* @group Bootstrap Resets */

.carousel-control,
.carousel-control a {
	text-decoration: none;
	font: 100 60px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Prevent buttons and tabs being underlined */
a.close,
a.accordion-toggle,
.nav a {
	text-decoration: none;
}

hr {
	border-bottom: none;
}

.badge,
.btn,
.label {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

/*
Hide FreeStyle and ExtraContent containers, unless they are in their designated placeholders and the page is read.
*/

#content #fs,
#sidebar #fs,
#content div[id*='myExtraContent'],
#sidebar div[id*='myExtraContent'] {
	display: none;
}

/* @end */

/* Main */

#main {
	padding: 0;
	margin: 0;
}

/* Extra Content */

.ecName {
	display: none;
}

/* Header */

#header {
	text-align: center;
	background-image: url('../../../rw_common/themes/sunny/images/blank.gif');
	background-size: cover;
	position: relative;
	z-index: 1;
}

#logo img,
#header h1 i,
#header h1,
#header h2,
#nav1 {
	padding-bottom: 15px;
}

#header h1 {
	text-align: center;
	margin: 0;
	font-size: 25px;
	line-height: 1.50em;
	text-transform: none;
}

#header h1 i {
	font-size: 15vw;
	display: block;
}

@media screen and (min-width: 568px) {
	#header h1 {
		font-size: 50px;
	}
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h2 {
	margin: 0;
	font-size: 15px;
	line-height: 1.50em;
	text-transform: none;
}

@media screen and (min-width: 568px) {
	#header h2 {
		font-size: 25px;
	}
}

/* @end */

/* Navigation */

#nav1,
#nav2 {
	height: auto;
	font-size: 18px;
	overflow: hidden;
}

#nav1 ul,
#nav2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   text-align: center;
}

#nav1 ul li,
#nav2 ul li {
   display: inline-block;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}

#nav1 li a,
#nav2 li a {
	display: block;
	font-style: normal;
	text-decoration: none;
	padding: 10px 30px;
	line-height: 1.10em;
	border-radius: 5px;
	margin: 5px;
}

#nav1 li a:hover,
#nav2 li a:hover {
	text-decoration: none;
	font-style: normal;
}

#nav1 a.current,
#nav1 a.currentAncestor,
#nav1 a.current:hover,
#nav1 a.currentAncestor:hover,
#nav2 a.current,
#nav2 a.currentAncestor,
#nav2 a.current:hover,
#nav2 a.currentAncestor:hover {
	font-weight: bold;
}

#nav1 ul ul {
	display: none;
}

#nav2 ul {
	margin-bottom: 15px;
}

#scrollDownButton {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 50px;
	display: none;
}

/* Content */

#contentContainerWrap {
	position: relative;
	z-index: 2;
}
/* Sidebar */

#aside {
	display: block;
	position: relative;
	margin-top: 20px;
}

/* Footer */

#footer {
	padding: 5rem 10px;
	margin: 0;
	text-align: center;
}

#footerContent {
	display: block;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0;
	height: 1.50em;
}

#lastUpdated {
	display: none;
	position: relative;
	height: 1.50em;
}

#updatedLabel:before {
	content: 'Updated '
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	position: relative;
	display: block;
	width: 100%;
	z-index: 20;
	height: 1.50em;
}

#breadcrumbLabel:before {
	content: 'Viewing '
}

#breadcrumb ul {
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline;
}

#breadcrumb ul li {
   display: inline-block;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}

/* @end */

/* @end */

@media screen and (max-width: 580px){
	#nav1 {
		height: auto;
	}

	#nav1 ul {
	   float: none;
	   list-style:none;
	   left: auto;
	   text-align: left;
	}
	
	#nav1 ul li {
	   float: left;
	   right: auto;
	   width: 50%;
	   height: 50px;
	   overflow: hidden;
	   display: block;
	}
	
	#nav1 li a {
		padding: 12px 0;
		text-align: center;
	}
	
	#contentContainer #content {	
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	#aside {
		float: none !important;
		width: 100% !important;
	}
	
	#extraContainer3 {
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	#myExtraContent3 {
		background: none;
		width: 100%;
	}
}