/*
	Theme Name: One Nevada Credit Union 2017
	Theme URI: https://onenevada.org/
	Description: Official theme for One Nevada Credit Union
	Author: One Nevada Credit Union
	Author URI: https://onenevada.org/
	
	Version: 0.0.2
	
	Template: genesis
	Template Version: 2.0.0

	License: Copyright 2017 All Rights Reserved
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
		- Font Awesome in Widgets
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro
		- Genesis Responsive Slider
		- Jetpack
		- Skip Links
		-Screen Reader Text
		- Featured Image on Pages/Posts
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
	- Popup Maker Plugin
	- Custom Stuff
	    - External Links
		- Home Page
		- Careers Page
		- Rates Page
		- Search Page
		- Insurance Page
		- Member Discounts Page
		- Text ads within page body
		- Blog pages
		- Accordion Items
		- Popup Maker Plugin
		- Advance Pay Page
		- Services Page
		- External Links Modal
		- iFrames
		- Accessibility
		- Knowledge Base
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-appearance: none;
    border-radius: 0;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #8c9091;
	color: #444;
	font-family: 'comfortaa', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #0076d6;
	text-decoration: none;
}

a:hover
{
	background-color: none;
	color: #373a36;
}


a:focus,
.home-bottom-before-footer .widget .menu-item a:focus,
.footer-widgets .wrap a:focus,
.site-footer, .site-footer .wrap a:focus {
	background-color: #ccc;
	color: #000;
}

.site-title a:focus {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ccc;
}

.textwidget a:focus { 
	background-color: #ccc;
	color: #000;
	display: inline-block;
}

.textwidget a:focus h3,
.textwidget a:focus span.big-rate,
.textwidget a:focus span.small-rate,
.textwidget a:focus strong {
	background-color: #ccc;
	color: #000;
}

a:active
{
	background-color: none;
	color: #336488;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

li img,
li img.alignnone,
li img.aligncenter,
li img.alignleft,
li img.alignright,
li .alignnone {
	margin: 0;
	margin-bottom: 0;
}

ol li {
	margin-bottom: 10px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* ## Custom Typography
--------------------------------------------- */
sup {
	font-size: 40%;
	top: -1.2em;
}

.smaller-text {
	color: #373a36;
	font-size: 10px;
	font-size: .9rem;
}

.disclaimer {
	margin-bottom: 28px;
	color: #373a36;
	font-size: 10px;
	font-size: .7rem;
	margin-bottom: 0;
}

.disclaimer p, p.disclaimer {
	color: #373a36;
	font-size: 10px;
	font-size: .7rem;
	margin-bottom: 0;
}

/* Image and gallery captions */
.wp-caption-text {
	font-size: 14px;
	font-weight: 300 !important;
}

/* Remove margin from last paragrph and image in Ads content area under main content */
.content-sidebar-wrap div.content p:last-child,
.content-sidebar-wrap div.content p:last-child img {
	margin-bottom: 0;
}

/* Corportate Colors
--------------------------------------------- */
.oncu-blue {
	color: #003764;
}

.oncu-red {
	color: #b22b2e;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.fve-video-wrapper {
	margin-bottom: 40px!important;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	/*border-radius: 3px;*/
	border-radius: 0;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	padding: 14px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #b22b2e;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	/*background-color: #373a36;*/
	background-color: #373a36;
	color: #fff;
}

button:focus,
.content .search-form button[type="submit"]:focus,
.button:focus,
.entry-content .button:focus,
.widget .button:focus {
	background-color: #ccc;
	color: #000;
}

.button:active,
.entry-content .button:active,
.widget .button:active {
	/*background-color: #b22b2e;*/
	background-color: #373a36;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

button.x-small,
input[type="button"].x-small,
input[type="reset"].x-small,
input[type="submit"].x-small,
.button.x-small {
	font-size: 12px;
	padding: 4px 10px;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #373a36;
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* CUSTOM */
.home-middle a {
	color: #fff;
}
x
.home-middle .button {
	background-color: #b22b2e;
}

.home-middle .button:hover {
	background-color: #373a36;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 800;
}

/* CUSTOM STUFF */
.contact-table td {
	font-size: 14px;
	vertical-align: top;
}

.checking-table td, .checking-table th {
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
}

.checking-table th {
	width: 10%;
}

.checking-table th h6 {
	font-weight: 700;
	margin-bottom: 0;
}

.checking-table td ul {
  	list-style: none;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

.checking-table td ul > li {
	list-style: none;
  	list-style-type: none;
  	padding-left: 1.3em;
}

.checking-table li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.ira-table td, .ira-table th {
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
}

.ira-table th {
	width: 10%;
}

.ira-table th h6 {
	font-weight: 700;
	margin-bottom: 0;
}

.ira-table td ul {
  	list-style: none;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

.ira-table td ul > li {
	list-style: none;
  	list-style-type: none;
  	padding-left: 1.3em;
}

.ira-table li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

td.contact-icon {
	padding-right: 5px;
	width: 5%;
}

td.contact-type {
	width: 60%;
}

.widget-wrap td.contact-type {
	width: 55%;
}

.holiday-table td {
	vertical-align: top;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	/*padding-top: 60px;*/
	padding-top: 40px;
}

.oncu-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* CUSTOM */
/* Tables in Sidebars */
.sidebar table {
	font-size: .8em;
}
.sidebar table th, .sidebar table tr {
	width: 50%;
}

/*Contact Us page in Sidebar*/
.sidebar h3 span.small-return {
	display: block;
	font-size: .75em;
}
.sidebar .contact-center .one-half {
	display: block;
	font-size: .85em;
	padding-bottom: 15px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sidebar .contact-center p {
	font-size: .75em;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Flexbox
--------------------------------------------- */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  height: auto;
  margin-top: 20px;
  /* width -- set in sibling class to determine how many items per row */
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #003764;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form .nodisplay {
	display: none;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form,
#skey {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.content .search-form {
	width: 100%;
}

.content .search-form input[type="search"],
input.silvercloud_searchbar_input,
/*input#searchvar*/ {
	width: 50%;
}

.content .search-form input[type="submit"] {
	margin-left: 5px;
}

input.silvercloud_searchbar_input {
	border-radius: 5px 0 0 5px;
	border-right: 0;
	margin-right: 0;
}

.error404 .entry-content input[type="search"] {
	width: 50%;
}

.content .search-form button[type="submit"],
.error404 .entry-content input[type="submit"],
input.silvercloud_searchbar_submit {
	background-color: #003764;
	border: 1px solid #003764;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 15px;
	margin-left: -4px;
	/*float: right;
	font-size: 14px;
	height: 30px;
	padding: 6px 30px 5px;
	width: 125px;*/
	}

.content .search-form button[type="submit"]:hover,
input.silvercloud_searchbar_submit:hover {
	background-color: #438bb9;
	border: 1px solid #438bb9;
}	

.search-results .content .content {
	float: none;
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title, .archive-title {
	font-size: 36px;
	font-weight: 800;
}

.entry-title a {
	color: #003764;
}

.entry-title a:hover {
	color: #373a36;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px solid #ddd;
	color: #373a36;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}

/* Font Awesome in Widgets
--------------------------------------------- */

.sidebar .menu-item i.fa {
	float: left;
	width: 35px;
	text-align: center;
	margin-top: 0.2em;
}

.sidebar .menu-item span.fontawesome-text {
	overflow: hidden;
	display: block;
	margin-left: 2.5em;
}

/* Font Awesome in Content as Menus
--------------------------------------------- */

.entry-content ul.fa-nobul {
	margin-left: 0;
}

.entry-content ul.fa-nobul > li {
	list-style-type: none;
}

.entry-content .menu-item i.fa {
	float: left;
	width: 35px;
	text-align: center;
	margin-top: 0.2em;
}

.entry-content .menu-item span.fontawesome-text {
	overflow: hidden;
	display: block;
	margin-left: 2.5em;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #003764;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #373a36;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Author Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .breadcrumb ~ .entry {
	margin-top: 10px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* ## Featured Image on Pages/Posts
--------------------------------------------- */

.singular-featured-image img {
	vertical-align: top;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-top: 3px solid #373a36;
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 80px;
}

.oncu-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*background-color: #373a36;*/
	/*box-shadow: 0 3px rgba(70, 70, 70, 0.1);*/
	color: #fff;
	margin: 0 auto;
	/*padding: 20px;*/
	position: absolute;
	text-align: center;
	width: 300px;
}

.header-image .title-area {
	background-color: #fff !important;
	padding: 0;
}

.site-title {
	/*
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	*/
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:active,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:active,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu li.current-menu-item > a:active {
	background-color: #373a36;
	color: #fff;
}

.genesis-nav-menu li a:focus {
	background-color: #ccc;
	color: #000;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:active,
.genesis-nav-menu li a:active,
.genesis-nav-menu li.current-menu-item > a:active {
	background-color: #003764;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #003764;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

/* CUSTOM STUFF */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.login-color {
	background-color: #fff;
	font-weight: 700;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 32px 6px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 12px 11px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.header-widget-area section {
	max-height: 85px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #003764;
	color: #fff;
	text-align: right;
}

.nav-primary .genesis-nav-menu {
	font-size: 11px;
	font-size: .7rem;

}

.oncu-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	display: none; /* Only display this in the footer on <768 screens */
}

/*

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 11px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}
*/

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #003764;
	content: "\f333";
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.home-featured {
	background-color: #8c9091;
	/*background-color: #fff;*/
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	/*padding: 40px 40px 0;*/
	padding: 0;
	margin: 0 auto;
	/*max-width: 1600px;*/
}

.home-featured .widget:last-of-type {
	/*padding-bottom: 80px;*/
	padding-bottom: 10px;
}

.oncu-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	/*margin: 80px 80px 120px;
	text-align: left;*/
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #b22b2e;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #b22b2e;
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-top .widget_text {
	color: #003764;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #373a36;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-top h4 {
	font-weight: 800;
}

.home-middle {
	background-color: #003764;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #003764;
}

.home-middle .widget {
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	/*background-color: #003764;*/
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	display: none;
	/*color: #fff;*/
	padding: 60px 10px;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #003764;
}

/* Custom */
.home-featured .textwidget p {
	margin: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #373a36;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #8c9091;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #373a36;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #373a36;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #373a36;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #373a36;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #373a36;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #373a36;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	/*border-left: 3px solid #373a36;*/
	border: 1px solid #ddd;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

.sidebar .widget .loan-rate-sidebar,
.sidebar .widget .mortgage-rate-sidebar {
	text-align: center;
}

.sidebar .widget .loan-rate-sidebar h3,
.sidebar .widget .mortgage-rate-sidebar h3 {
	margin-bottom: 0;
}

.sidebar .widget .loan-rate-sidebar p,
.sidebar .widget .mortgage-rate-sidebar p {
	line-height: .5;
}

.sidebar .widget .loan-rate-sidebar span.small-rate, 
.sidebar .widget .mortgage-rate-sidebar span.small-rate {
	line-height: 1;
}

.sidebar .widget .loan-rate-sidebar span.big-rate,
.sidebar .widget .mortgage-rate-sidebar span.big-rate {
	line-height: 1.3;
}

.sidebar .widget .disclaimer {
	margin-top: 30px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #003764;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	font-size: 14px;
	padding-top: 60px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets .widget_nav_menu {
	margin-bottom: 20px;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	/*color: #003764;*/
	text-decoration: underline;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	/*width: 300px;*/
	width: 70%;
}

/*
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
}
*/

.footer-widgets-2 {
	float: right;
	width: 25%;
}
/*
.footer-widgets-3 {
	width: 25%;
}
*/

.footer-widgets-1/*,
.footer-widgets-2,
.footer-widgets-3*/ {
	margin-right: 5%;
}

.footer-widgets-1/*,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4*/ {
	float: left;
}
/*
.footer-widgets-5 {
	float: right;
}
*/
.footer-widgets-1 li {
	display: inline-block;
}

.footer-widgets-1 li:after {
	content: "\00a0\00a0|\00a0";
}

.footer-widgets-1 li:last-of-type:after {
	content: "";
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #003764;
	color: #e5e5e5;
	font-size: 14px;
	padding: 60px 0;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #e5e5e5;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	text-decoration:underline;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .footer-credentials {
	color: #e5e5e5;
	font-size: 14px;
}

.site-footer .footer-credentials img {
	max-height: 20px;

}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.oncu .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.oncu-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.oncu-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.oncu-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

/*
CUSTOM STUFF
---------------------------------------------------------------------------------------------------- */

/* External Links
--------------------------------------------- */
a.link-external:after {
	font-family: FontAwesome;
	font-weight: 300;
   	content: "\f08e";
   	padding-left: 5px;
}

/* Home Page
--------------------------------------------- */
.big-rate {
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.big-rate sup {
	font-size: .6rem;
	font-weight: 300;
	top: -1.6em;
}

.small-rate {
	color: #999;
	font-size: .8rem;
	line-height: 1;
}

.small-rate strong {
	color: #ddd;
	font-weight: bolder;
}

.home-before-bottom {
	padding: 60px 0 20px;
}

.home-before-bottom .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-before-bottom .widget .button {
	margin-top: 10px;
}

.home-bottom-before-footer {
	background-color: #f5f5f5;
	padding: 40px 20px;
}

.home-bottom-before-footer .widget {
	float: left;
	margin-bottom: 0;
	padding: 0 20px;
	width: 20%;
}

.home-bottom-before-footer .widget .widget-title {
	color: #373a36;
	font-weight: 700;
	margin-bottom: 0;
}

.home-bottom-before-footer .widget .menu-item {
	font-size: 14px;
}

.home-bottom-before-footer .widget .menu-item a {
	color: #373a36;
}

.home-bottom-before-footer .widget .menu-item a:hover {
	text-decoration: underline;
}

/* Careers Page
--------------------------------------------- */

.careers-award .select-match {
	width: 50%;
	float: left;
}

.careers-award .select-match:nth-child(1n) {
	padding-right: 10px;
}

.careers-award .select-match:nth-child(2n) {
	padding-left: 10px;
}

.careers-award .select-match img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	min-height: 100px;
	max-width: 100%;
}

.careers-award-title {
	background-color: #373a36;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 0;
	min-height: 80px;
	padding: 10px;
	text-align: center;
}

.careers-award-text {
	border-top: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	min-height: 225px;
	padding: 10px;
}

/* Rates Page
--------------------------------------------- */

.rates-page td, th {
	vertical-align: top;
}

.rates-page td:nth-child(1n) {
	width: 70%;
}

.rates-page td:nth-child(2n) {
	width: 30%;
}

.rates-page-multi-col td {
	padding-left: 10px;
}

.rates-page-multi-col td, th {
	vertical-align: top;
}

.rates-page-multi-col td:nth-child(1n) {
	padding-left: 0;
	width: 40%;
}

/* Search Page
--------------------------------------------- */
.search-results span.search-terms {
	font-weight: 300;
}

.page-template-search .display-posts-listing .content {
	max-width: 100%;
}

.silvercloud_search_result_body a {
	text-decoration: underline;
}

.widget .silvercloud_search_result_body p {
	margin-bottom: 0;
}

.widget .silvercloud_search_result_body p:last-of-type {
	margin-bottom: 20px;
}

.search li.active a {
	background-color: #003764;
	color: #fff;
}

div.silvercloud_submit_question_container {
	display: none !important;
}

/* Insurance Page
--------------------------------------------- */
.agent-box {
	border: 1px solid #ddd;
	border-bottom: 3px solid #ccc;
	border-radius: 10px 10px 0 0;
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	position: relative;
	width: 100%;
}

.agent-box h3 {
	float: left;
}

.agent-box p {
	clear: left;
	float: left;
	margin-bottom: 0;
}

.agent-photo {
	bottom: 0;
	display: inline-block;
	float: right;
	margin-top: -10px;
	position: absolute;
	right: 0;
}

.agent-box img {
	float: right;
	width: 80px;
}

/* Member Discounts Page
--------------------------------------------- */
.discount-box {
	border-bottom: 2px solid #ddd;
	clear: left;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.discount-box:last-of-type {
	border-bottom: 0;
}

.discount-box-image {
	float: left;
	width: 35%;
}

.discount-box-image img {
	max-width: 80%;
}

.discount-box-text {
	float: left;
	width: 65%;
}

/* Text ads within page body
--------------------------------------------- */
.text-ad {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
}

.text-ad p {
	margin-bottom: 0;
}

/* Blog pages
--------------------------------------------- */
.single .widget .gk-social-buttons { /* Hide social buttons in widgets */
	display: none;
}

.single .gk-social-buttons {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}

.single .gk-social-buttons .share-title {
	display: block;
	font-weight: 700;
}

/* Accordion Items
--------------------------------------------- */
.accordion {
    /*border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;*/
}
.accordion-title {
    /*border-top: 1px solid #dbdbdb;*/
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 20px;
    cursor: pointer;
}
.accordion-title:before {
	font-family: FontAwesome;
	content: '\f0a9';
	padding-right: 10px;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding: 0 20px 20px 20px;}

/*
Popup Maker Plugin
---------------------------------------------------------------------------------------------------- */
/* Popup Maker Core Styles */
.pum-,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{position:fixed;height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:all .15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay-disabled{visibility:hidden}.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay-disabled .pum-container{visibility:visible}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}.powered-by-popmake{bottom:-28px;display:block;left:0;margin:0 auto;position:absolute;text-align:center;width:100%}.powered-by-popmake>a{display:inline-block;max-width:205px}.powered-by-popmake img{max-width:100%;width:100%}.powered-by-popmake.small{bottom:-22px}.powered-by-popmake.small>a{max-width:125px}.powered-by-popmake.large{bottom:-30px}.powered-by-popmake.large>a{max-width:285px}.popmake-close{cursor:pointer}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}

/* Popup Theme 785: Framed Border */
.pum-theme-785, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-785 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-785 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-785 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-785 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 

/* Popup Theme 784: Cutting Edge */
.pum-theme-784, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-784 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-784 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px } 
.pum-theme-784 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit } 
.pum-theme-784 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 783: Hello Box */
.pum-theme-783, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-783 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-783 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px } 
.pum-theme-783 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-783 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 782: Enterprise Blue */
.pum-theme-782, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-782 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-782 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #444444; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.00 ); font-family: inherit; font-size: 34px; line-height: 36px } 
.pum-theme-782 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #444444; font-family: inherit } 
.pum-theme-782 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 2px 4px 4px 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 184, 41, 39, 1.00 ) } 

/* Popup Theme 781: Light Box */
.pum-theme-781, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-781 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-781 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-781 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit } 
.pum-theme-781 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

/* Popup Theme 780: Default Theme */
.pum-theme-780, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-780 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-780 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-780 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal } 
.pum-theme-780 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 

/* 
Advanced Pay
---------------------------------------------------------------------------------------------------- */
.chart {
	margin: auto auto 30px;
	font-style: italic;
	font-weight: bold;
}
.chart td, .chart th {
	padding: 10px;
	text-align: right;
	border: 3px solid #FFF;
}
.chart td {
	font-size: 24px;
}
.chart tr:nth-child(even) {
	background-color: #eff5f4
}
.chart tr:nth-child(odd) {
	background-color: #dce9e6
}
.chart strong {
	font-style: italic;
	color: #373a36;
	text-align: center
}
.chart .alignnone {
	margin-bottom: 0;
}
.cahrt .savings {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	letter-spacing: 1px;
}

/* 
Services Page
---------------------------------------------------------------------------------------------------- */
.services-logos {
	margin: 0 auto;
}

.services-logos .logo-box {
	float: left;
	height: 120px;
	margin-bottom: 20px;
	max-width: 319px;
}

.services-logos .logo-box:nth-child(1n) {
	padding-right: 10px;
}

.services-logos .logo-box:nth-child(2n) {
	padding-left: 10px;
}

.services-logos .logo-box img {
	width: 100%;
}

.services-logos .logo-box span.bizname {
	display: none;
}

/*
External Links Modal
---------------------------------------------------------------------------------------------------- */
.ui-dialog {
	background-color: #fff;
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
}

.ui-dialog p {
	padding: 0 10px;
	text-align: left;
}

#dialog {
	height: auto;
}

.ui-button {
	margin: 10px;
}

.ui-button-text {
	color: #fff;
}

.ui-dialog-titlebar {
	margin-bottom: 20px;
}

.ui-icon-closethick {
	background-color: #d8d8d8;
	border-radius: 5px;
	color: #000;
	float: right;
	padding: 5px;
}

/*
iFrames
---------------------------------------------------------------------------------------------------- */
.holds-the-iframe {
 	background:url(/wp-content/themes/oncu/images/loader.gif) top center no-repeat;
 }

 /*
Accessibility
---------------------------------------------------------------------------------------------------- */

.noshow {
	display: none;
}

 /*
Magazine Page
---------------------------------------------------------------------------------------------------- */
.magazine-box.select-match {
	border: 2px solid #003764;
	float: left;
	margin: 0 0 20px 0;
	width: 30%;
	padding: 10px;
}

.magazine-box:nth-child(1n) {
	margin-right: 10px;
}

.magazine-box:nth-child(4n) {
	margin-left: 0;
}

.magazine-box:first-of-type,
.magazine-box:last-of-type {
	margin-left: 0;
}

.magazine-box h2 {
	font-size: 20px;
}

.magazine-box h3 {
	font-size: 16px;
}

.magazine-box ul {
	font-size: 12px;
	margin: 0 0 0 20px;
}

.magazine-box li {
	margin-bottom: 5px;
}

.magazine-box li:last-of-type {
	margin-bottom: 5px;
}

.magazine-box p {
	margin-bottom: 10px;
}

/*
.careers-award .select-match {
	width: 50%;
	float: left;
}

.careers-award .select-match:nth-child(1n) {
	padding-right: 10px;
}

.careers-award .select-match:nth-child(2n) {
	padding-left: 10px;
}

.careers-award .select-match img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	min-height: 100px;
	max-width: 100%;
}

.careers-award-title {
	background-color: #373a36;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 0;
	min-height: 80px;
	padding: 10px;
	text-align: center;
}

.careers-award-text {
	border-top: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	min-height: 225px;
	padding: 10px;
}
*/

/*
Thumbs Rating
---------------------------------------------------------------------------------------------------- */
.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down,
.thumbs-rating-up .thumbs-rating-voted,
.thumbs-rating-down .thumbs-rating-voted {
	background: none !important;
	color: #003764 !important;
	cursor: pointer;
	display: inline-block;
}

.thumbs-rating-container .thumbs-rating-up:before {
	content: url(/wp-content/themes/oncu/images/thumbs-up.png) " Yes ( ";
	cursor: pointer;
}

.thumbs-rating-container .thumbs-rating-up:after,
.thumbs-rating-container .thumbs-rating-down:after {
	content: " )";
	cursor: pointer;
}

.thumbs-rating-container .thumbs-rating-down:before {
	content: url(/wp-content/themes/oncu/images/thumbs-down.png) " No  ( ";
	cursor: pointer;
}

.kb-helpful-box {
	background-color: #e8e8e8;
	padding-top: 20px;
	text-align: center !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.nav-primary .wrap {
		/*max-width: 960px;
		margin: auto;*/
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}
	/*
	.footer-widgets-1 {
		width: 240px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}
	*/
}

@media only screen and (max-width: 1023px) {

	.oncu-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}

	.nav-primary .wrap {
		max-width: 960px;
		margin: auto 20px;
	}

	.oncu-home .site-header {
		min-height: 48px;
		position: inherit;
	}

	.site-header {
		min-height: 48px;
	}

	.site-header .wrap {
		margin: auto 20px;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.site-header .widget-area {
		width: 100%;
	}

	.header-widget-area section {
		max-height: 50px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content
	/*.site-header .widget-area*/ {
		width: 100%;
	}
	
	.title-area {
		/*
		position: relative;
		margin-bottom: 6px;
		*/
		max-width: 150px;
		overflow: hidden;
	}
	
	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

	.header-image .site-title > a {
		min-height: 48px;
	}

	/*
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	*/

	.footer-widgets
	/*
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title */{
		/*text-align: center;*/
	}

	.footer-widgets-1,
	.footer-widgets-2/*,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}*/
	{ margin-right: 0; text-align:center; width: 100%; }

	/*.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}*/

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 11px;
	}
	
	.oncu-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.oncu-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 60px 40px;
	}
	
	.home-top .widget_text {
		font-size: 30px;
	}
	
	.home-middle .widget, .home-before-bottom .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}

	.home-bottom-before-footer   {
		padding-bottom: 0;
	}

	.home-bottom-before-footer .widget {
		min-height: 205px;
		width: 33%;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
		
	.footer-widgets-1 {
		margin: 0 0 20px;
	}

	/* Items that shouldn't be shown on mobile devicee */
	.nomob {
		display: none;
	}

	/* Careers Page - Mobile
	--------------------------------------------- */

	.careers-award-card {
		float: none;
		padding: 0;
		width: 100%;
	}

	.careers-award-card:nth-child(1n) {
		padding-right: 0;
	}

	.careers-award-card:nth-child(2n) {
		padding-left: 0;
	}

	.careers-award-card img {

	}

	.careers-award-title {

	}

	.careers-award-text {
		min-height: auto;
	}

}

@media only screen and (max-width: 768px) {

	body {
		font-size: 16px;
		background-color: #fff;
	}

	/* Fixed Header
	--------------------------------------------- */
	.nav-primary, .oncu-home .nav-primary {
		/*
		position: fixed;
		height: 5px;
		top: 0;
		width: 100%;
		z-index: 2000;
		*/
		display: none;
	}

	.site-header, .oncu-home .site-header {
		position: fixed;
		min-height: 48px;
		top: 0;
		width: 100%;
		z-index: 2000;
	}

	/* This will ensure your site looks correct
	 * when the admin bar is displaying.
	--------------------------------------------- */
	body.admin-bar .site-header {
		top: 46px
	}
	/* ------------------------------------------ */
	
	.site-header .wrap {
		margin: 0;
	}

	.header-image .site-title > a {
		min-height: 48px;
	}

	.title-area {
		margin-left: 20px;
		min-height: 48px;
	}

	.header-widget-area section {
		max-height: inherit;
	}

	.responsive-menu-icon {
		margin-right: 20px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-featured,
	.site-inner {
		margin-top: 50px;
	}
	
	.oncu-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.responsive-menu-icon::before {
		text-align: right;
	}

	.genesis-nav-menu.responsive-menu {
		background-color: #003764;
		padding: 0;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		min-height: 48px;
	}

	.nav-header .genesis-nav-menu .menu-item {
		padding-left: 40px;
	}

	.nav-header .genesis-nav-menu .menu-item {
		border-bottom: 1px solid #336488;
		text-align: left;
	}

	.nav-header .genesis-nav-menu .menu-item:first-child {
		border-top: 1px solid #336488;
	}

	.genesis-nav-menu .menu-item a:after {

	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		background-color: #373a36;
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #fff;
		display: block;
		line-height: 1;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #444;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}

	.nav-primary .responsive-menu-icon, #menu-upper {
		display: none;
	}

	.nav-primary .wrap {
		height: 10px;
	}
	
	.nav-secondary {
		display: block;
	}

	.oncu-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget,
	.home-before-bottom .widget,
	.home-bottom .widget {
		width: 100%;
	}
	
	.home-bottom,
	.home-middle,
	.home-before-bottom, {
		padding: 40px 0;
	}

	.home-top,
	.home-middle,
	.home-before-bottom {
		display: none;
	}

	.home-bottom {
		box-shadow: none;
		display: inline;
		padding: 0;
	}

	.home-bottom .widget {
		margin-bottom: 10px;
	}

	.home-bottom .widget-title {
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.home-bottom .widget li {
		border-bottom: 1px solid #ddd;
		font-weight: 600;
		text-align: left;
	}

	.home-bottom .widget li:first-child {
		border-top: 1px solid #ddd;
	}

	.home-bottom .widget a {
		color: #000;
		display: block;
		padding: 10px 20px;
		width: 100%;
	}

	.home-bottom .widget a:hover {
		background-color: #eee;
	}

	.home-bottom .widget a:after {
		content: ">";
		float: right;
		font-weight: 300;
		color: #aaa;
	}

	.home-bottom .widget a .fa-fw {
		background-color: #005695;
		color: #fff;
		padding: 6px;
		text-align: center;
		width: 30px;
	}

	.home-bottom .widget a span {
		left: 15px;
		position: relative;
	}

	.home-bottom.widget-area .wrap {
		background-color: #fff;
		padding: auto 20px;
	}

	.home-bottom .search-form {
		margin-bottom: 5px;
		margin-top: 15px;
	}

	.home-bottom input[type="search"] {
		border-radius: 5px 0 0 5px;
		border-right: 0;
		float: left;
		font-size: 14px;
		width: calc(100% - 125px);
		height: 30px;
	}

	.home-bottom .widget input[type="submit"] {
		background-color: #003764;
		border-radius: 0 5px 5px 0;
		color: #fff;
		float: right;
		font-size: 14px;
		height: 30px;
		padding: 6px 30px 5px;
		width: 125px;
	}

	.home-bottom .widget input:hover[type="submit"] {
		background-color: #373a36;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}

	.entry {
		border: 0;
		box-shadow: none;
		padding: 20px 0 0 0;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}

	.sidebar .widget {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		padding: 15px 0 20px;
	}
	
	.footer-widgets {
		font-size: 14px;
		padding-top: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2/*,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}*/
	{ margin-right: 0; text-align:center; width: 100%; }

	/*	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	*/
	
	.site-footer {
		padding: 20px 20px 40px;
	}

	.home-featured .widget:last-of-type {
		padding: 0;
	}

	.home-featured div#n2-ss-1.n2-ss-tablet .n2-ss-widget-display-tablet.n2-ib, .home-featured div#n2-ss-1.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib {
		display: none;
	}
/* CHECKING TABLE MODS FOR MOBILE */
/* ---------------------------------------------------------------------- */
	.checking-table table,
	.checking-table thead,
	.checking-table tbody,
	.checking-table th,
	.checking-table td,
	.checking-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.checking-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.checking-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		line-height: 1.6em;
		padding-bottom: 15px;
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}

	.checking-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		/*padding-top: 5px;*/
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}

	/* Label the data */
	.checking-table td:before { 
		content: attr(data-title);
	}

	.checking-table td:nth-child(4n+1){
		background-color: #f5f5f5;
		padding-left: 6px;
		text-align: center;
	}

	.checking-table td:nth-child(4n+1):before { 
		content: none;
		width: 0;
	}

	.checking-table td:nth-child(4n+1) h5 {
		font-size: 22px;
		font-weight: 700;
		margin-top: 5px;
	}

	.checking-table td:nth-child(4n+1) p {
		margin-bottom: 0;
	}

/* IRA TABLE MODS FOR MOBILE */
/* ---------------------------------------------------------------------- */
	.ira-table table,
	.ira-table thead,
	.ira-table tbody,
	.ira-table th,
	.ira-table td,
	.ira-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.ira-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.ira-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		line-height: 1.6em;
		min-height: 90px;
		padding-bottom: 15px;
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}

	.ira-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		/*padding-top: 5px;*/
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}

	/* Label the data */
	.ira-table td:before { 
		content: attr(data-title);
	}

	.ira-table td:nth-child(4n+1){
		border-bottom: 0;
	}

	.ira-table td:nth-child(5n+1){
		background-color: #f5f5f5;
		padding-left: 6px;
		text-align: center;
		margin-top: 20px;
	}

	.ira-table td:nth-child(5n+1):before { 
		content: none;
		width: 0;
	}

	.ira-table td:nth-child(5n+1) h5 {
		font-size: 22px;
		font-weight: 700;
		margin-top: 15px;
	}

	.ira-table td:nth-child(5n+1) p {
		margin-bottom: 0;
	}

	.ira-table tbody {
		border-bottom: 0;
	}

/* CAREERS PAGE MODS FOR MOBILE */
/* ---------------------------------------------------------------------- */

	.careers-award .select-match {
		width: 100%;
		float: none;
	}

/* FOCAL POINT PAGE MODS FOR MOBILE */
/* ---------------------------------------------------------------------- */

	.magazine-box.select-match {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

/* KNOWLEDGE BASE (ONCU) */
/* ---------------------------------------------------------------------- */
.single-knowledge_base h1 {
	font-size: 24px;
}

.kb-list-box-first {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    clear: both;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.kb-list-box {
    /* border: 1px solid #999; */
    background-color: #e8e8e8;
    margin-bottom: 20px;
    padding: 10px;
}

input#searchsubmit {
	border: 1px solid #003764;
	border-radius: 0 5px 5px 0;
	float: right;
	font-size: 14px;
	width: 125px;
}

.content .search-form input[type="text"],
input#searchvar {
	border-radius: 5px 0 0 5px;
	border-right: 0;
	margin-right: 0;
	/*float: left;
	font-size: 14px;*/
	width: calc(100% - 125px);
	/*height: 30px;*/
}

.kb-section-title {
	font-size: 36px;
    font-weight: 800;
}

.kb-section-title a {
	color: #444;
}

.search-results-wrapper h2,
.kb .content h2 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 20px;
}

.search-results-wrapper h2 a,
.kb .content h2 a {
	color: #444;
}

.search-results-wrapper p,
.kb .content p {
	margin-bottom: 0;
	margin-top: 0;
}

.search-results-wrapper .more-link,
.kb .content .more-link {
	background-color: #f8f8f8;
    border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 8px;
}

.search-results-wrapper .more-link:hover,
.kb .content .more-link:hover {
	background-color: #003764;
	border: 1px solid #003764;
	color: #fff;
}

.kb-search {
	margin: 40px 0;
}

.search-results-pagination,
.kb .content .search-results-pagination {
	border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}

.search-results-pagination br,
.kb .content .search-results-pagination br {
	display: none;
}	

.search-results-pagination .nav-previous,
.kb .content .nav-previous {
	float: left;
	width: 50%;
}

.search-results-pagination .nav-previous a,
.kb .content .nav-previous a {
	display: inline-block;
	width: 100%;
}

.search-results-pagination .nav-previous a:before,
.kb .content .nav-previous a:before {
	content: '\2190';
}

.search-results-pagination .nav-next,
.kb .content .nav-next {
	float: right;
	width: 50%;
}

.search-results-pagination .nav-next a,
.kb .content .nav-next a {
	text-align: right;
	width: 100%;
	display: inline-block;
}

.search-results-pagination .nav-next a:after,
.kb .content .nav-next a:after {
	content: '\2192';
}

@media only screen and (max-width: 480px) {

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}

	.home-bottom-before-footer {
		display: none;
	}
	
	.home-bottom-before-footer .widget {
		margin-bottom: 20px;
		min-height: auto;
		text-align: center;
		width: 100%;
	}
	
	.home-bottom-before-footer .widget:nth-child(3n),
	.home-bottom-before-footer .widget:nth-child(4n) {
		/* min-height: 140px; */
	}

	.home-bottom-before-footer .widget:last-of-type {
		/* min-height: 125px; */
		margin-bottom: 40px;
	}

	.home-bottom-before-footer .widget .widget-title {
		font-size: 16px;
	}
	
	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}
	/*
	.title-area {
		max-width: 300px;
	}
	*/
}

@media print {
	body {
		background-color: #fff;
	}

	.nav-primary,
	.header-widget-area,
	#text-25,
	.home-bottom-before-footer {
		display: none;
	}

	.site-header {
		border: 0;
		min-height: 85px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content
	/*.site-header .widget-area*/ {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.footer-widgets,
	.footer-widgets .widget-title,
	.site-footer,
	.footer-widgets .wrap .entry-title a,
	.footer-widgets .wrap a,
	.site-footer .footer-credentials,
	.site-footer .footer-credentials a
	 {
		background-color: #fff;
		color: #444;
	}

	.footer-credentials img {
		background-color: #000;
	}

	.footer-widgets-1,	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		text-align: center;
		width: 100%;
	}
}