/*
Theme Name: Twenty Ten
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */


@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium_2-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book_2-webfont.woff2') format('woff2'),
         url('fonts/gotham-book_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookitalic';
    src: url('fonts/gotham-bookitalic_2-webfont.woff2') format('woff2'),
         url('fonts/gotham-bookitalic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul, li{
	list-style: none;
	margin:0;
	padding:0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu, #colophon, #main, #wrapper{
	margin: 0 auto;
}

/* Structure the footer area */
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

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


/* =Header
-------------------------------------------------------------- */
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	display:block;
}

.clearfix:after{
	clear:both;
	content:"";
	display:block;
}


/* =Menu
-------------------------------------------------------------- */

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #wp-comment-cookies-consent {
	width: auto;
	margin: 0 10px 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0;
	list-style:none;
	padding:0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
/* =Footer
-------------------------------------------------------------- */

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#site-info span[role=separator] {
	padding: 0 0.6em 0 0.3em;
}
#site-info span[role=separator]::before {
	content: '\007c';
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-main-left{
    float: left;
    width: 69%;
    padding-top: 8px;
}
.header-main-left #branding .site-logo-main{
	width:456px;
}
.header-main-right{
    float: right;
    width: 31%;
    background: #444f91;
    padding: 64px 58px 68px;
}
#header .header-main-details #access .menu-header .menu:after{
	clear:both;
	content:"";
	display:block;
}	
#header .header-main-details #access{
padding: 25px 69px 0 !important;
background: #feec9f;
margin-top: 7px;
}
#header .header-main-details #access .menu-header .menu li{
	float:left;
	position:relative;
}
#header .header-main-details #access .menu-header .menu li a{
font-family: 'gotham_mediumregular';
font-size: 18px;
line-height: 20px;
color: #575133 !important;
text-transform: uppercase;
padding-right: 30px;
font-weight: normal;
text-decoration: none;
display: block;
padding-bottom: 25px;
}
#header .header-main-details #access .menu-header .menu li a:hover, #header .header-main-details #access .menu-header .menu li.current-menu-item a{
	color: #1f285c !important;
}
.header-login-details .header-login-left, .header-donate-details .header-donate-left{
	float:left;
}
.header-login-details .header-login-right, .header-donate-details .header-donate-right{
	float:right;
	width:110px;
}
.header-login-details .header-login-right ul li{
	float: left;
margin: 6px 9px 0 9px;
}
.header-login-details .header-login-right ul li img{
	display:block;
}
.header-login-details .header-login-left ul li, .header-donate-details ul li{
	display:block;
}
.header-login-details .header-login-left ul li a, .header-donate-details ul li a{
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
line-height: 43px;
color: #1f285c !important;
width: 135px;
text-transform: uppercase;
display: block;
font-weight: 500;
text-decoration: none;
height: 45px;
	padding-left:43px;
}
.header-login-details .header-login-left ul li a{
	background: url(images/login-icon.png) no-repeat 14px center #feec9f;
	padding-left:59px;
}
.header-donate-details .header-donate-left ul li a{
	background: url(images/donated-icon.png) no-repeat 20px center #feec9f;
}
.header-donate-details .header-donate-right ul li a{
background: url(images/join-icon.png) no-repeat 20px center #feec9f;
width:110px;
}
.header-login-details .header-login-left ul li a:hover, .header-donate-details .header-donate-left ul li a:hover, .header-donate-details .header-donate-right ul li a:hover{
	background-color:#fff;
}
.header-login-details{
	margin: 0 0 22px;
}
.container{
	margin: 0 auto;
width: 96%;
max-width: 1295px;
border:none;
padding:0;
box-shadow:none;
}
.vc_row.wpb_row.home-slider-details{
	position:relative;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column{
	width:69%;
}
.vc_row.wpb_row.home-slider-details .home-slider-right.wpb_column{
	float:right;
	width:31%;
	background: #52578b;
padding: 90px 94px 101px;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column .hesperiden.tparrows{
width: 15px;
height: 29px;
box-shadow: none;
border: none;
padding: 0;
cursor: pointer;
border-radius: 0;
text-indent: -99999px;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column .hesperiden.tparrows.tp-leftarrow{
	background:url(images/slider-arrow-left.png) no-repeat center center;
	left:63px;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column .hesperiden.tparrows.tp-rightarrow{
	background:url(images/slider-arrow-right.png) no-repeat center center;
	left:112px;
}
.home-slider-right h5{
	font-weight: 500;
font-size: 35px;
line-height: 48px;
font-family: 'Cormorant Garamond', serif;
color: #ffffff;
}
.home-slider-right .slider-right-button a{
	width:155px;
	height:40px;
	line-height:40px;
	display:block;
	padding:0;
	color: #1f285c;
	margin-top: 55px;
font-weight: 500;
background: #feec9f;
font-family: 'Ubuntu', sans-serif;
text-align:center;
text-decoration:none;
text-transform: uppercase;
font-size: 16px;
}
.home-slider-right .slider-right-button a:hover{
	background:#fff;
}
.vc_row.wpb_row.home-scholarship-section{
    padding: 199px 0 120px;
    margin-top: -85px;
	background:#feec9f;
	overflow: inherit;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-left.wpb_column{
    width: 611px;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-right.wpb_column{
	float:right;
	width: 445px;
}
.home-scholarship-section .home-scholarship-right img{
	display:block;
}
.home-scholarship-section .home-scholarship-left h4{
	font-weight: 500;
font-size: 45px;
color: #000000 !important;
line-height: 45px;
font-family: 'Cormorant Garamond', serif;
padding-bottom: 28px;
}
.home-scholarship-section .home-scholarship-left p{
	line-height: 32px;
	color: #575133;
	font-size: 20px;
line-height: 32px;
font-family: 'gotham_bookregular';
}
.home-scholarship-section .home-scholarship-left .scholarship-button a{
	text-transform: uppercase;
color: #fff;
background: #444f91;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
margin-top: 38px;
text-align: center;
font-size: 16px;
width:260px;
height:50px;
line-height:50px;
display:block;
text-decoration:none;
}
.home-scholarship-section .home-scholarship-left .scholarship-button a:hover{
	background: #575133;
}
.page-middle-container{
	width:1180px;
	margin:auto;
}
.vc_row.wpb_row.home-membership-section{
	padding:115px 0 80px;
}
.vc_row.wpb_row.home-membership-section h1{
	text-align:center;
	line-height: 45px;
	font-weight: 500;
font-size: 45px;
color: #000000;
font-family: 'Cormorant Garamond', serif;
padding:0 0 54px;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m, .membership-list-main .membership-list-r{
	width:370px;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m{
	margin-right:35px;
}
.membership-list-main .home-membership-img img{
	display:block;
	width:100%;
}
.home-membership-section .membership-content{
	background: #e8e9ee;
padding: 48px 30px;
text-align: center;
}
.home-membership-section .membership-content h4{
	font-size: 25px;
line-height: 25px;
color: #222;
padding-bottom: 12px;
font-family: 'gotham_mediumregular';
}
.home-membership-section .membership-content p{
	font-size: 18px;
line-height: 24px;
color: #676767;
font-family: 'gotham_bookregular';
}
.home-membership-section  .become-member-button{
	padding-top:60px;
}
.home-membership-section  .become-member-button a{
	width:216px;
	height:50px;
	display:block;
	margin:auto;
	line-height:50px;
	font-family: 'Ubuntu', sans-serif;
font-weight: 500;
color: #1f285c;
background: #feec9f;
font-size:16px;
text-transform:uppercase;
text-decoration:none;
text-align:center;
}
.home-membership-section .become-member-button a:hover{
	background:#1f285c;
	color:#fff;
}
body .vc_column_container > .vc_column-inner{
	padding-left:0;
	padding-right:0;
}
body .vc_row{
	margin-left:auto;
	margin-right:auto;
}
body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li{
	margin-bottom:0;
}
.vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:before, .vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:after{
	width: 50%;
height: 100%;
content: "";
position: absolute;
top: 0;
display: block;
}
.vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:before{
	left:0;
	background:#edeef2;
}
.vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:after{
	right:0;
	background:#f4f4f7;
}
.vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12 .vc_column-inner{
	position:relative;
	z-index:99;
}
.vc_row.wpb_row.home-news-events-section .news-events-middle{
	width:1045px;
	margin:auto;
	padding:80px 0;
}
.vc_row.wpb_row.home-news-events-section .news-events-left.wpb_column{
	width:325px;
}
.vc_row.wpb_row.home-news-events-section .news-events-right.wpb_column{
	width:395px;
	float:right;
}
.vc_row.wpb_row.home-news-events-section .wpb_column h1{
	color:#000000;
	font-size:45px;
	line-height:45px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
	background:url(images/news-events-title-border.jpg) no-repeat left bottom;
	padding:0 0 30px;
	margin:0 0 38px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li{


	padding: 0 0 32px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li .event-when span.event-start, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h6{
	color:#7c7c7d;
	font-size:16px;
	line-height:20px;
	font-family: 'gotham_bookregular';
	font-weight:normal;
	padding: 0 0 4px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li a.event-link, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3{
	color:#555555;
	font-size:22px;
	line-height:26px;
	font-family: 'gotham_mediumregular';
	padding:0 0 16px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li a.event-link{
	display:block;
	text-decoration:none;
	padding: 0 0 8px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h3 a, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3 a{
	color:#555555;
	text-decoration: none;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li .event-readmore a, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li .news-readmore a{
text-decoration: none;
color: #555555;
font-size: 22px;
line-height: 23px;
background: url(images/events-readmore-icon.png) no-repeat right center;
display: inline-block;
font-family: 'proxima_nova_rgregular';
padding-right: 23px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button{
	padding-top:20px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button a, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button a{
	width:165px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	color:#1f285c;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	background:#feec9f;
	font-family: 'Ubuntu', sans-serif;
	text-decoration:none;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button a b, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button a b{
	font-weight:500;
	display:inline-block;
	padding-left:30px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button a b{
	background:url(images/event-calendar-icon.jpg) no-repeat left center;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button a b{
	background:url(images/all-news-icon.jpg) no-repeat left center;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button a:hover, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button a:hover{
	background:#1f285c;
	color:#fff;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button a:hover b{
	background:url(images/celndar-hover-icon.png) no-repeat left center;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button a:hover b{
	background:url(images/news-hover-icon.png) no-repeat left center;
}
.home-news-details .home-news-left{
	float:left;
	width:115px;
}
.home-news-details .home-news-left img{
	display:block;
	width:100%;
}
.home-news-details .home-news-right{
	float:right;
	width:247px;
}
#footer .footer-widgets-main{
	background:#444f91;
	padding:60px 0;
	border-bottom:1px solid #9ba1c4;
}
#footer .footer-widgets-main #footer-widget-area:after{
	clear:both;
	content:"";
	display:block;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area{
	float:left;
	width:718px;
	padding:19px 92px 19px 0;
	background:url(images/footer-line.jpg) no-repeat right center;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p{
	color:#b2b5cd;
	font-size:25px;
	line-height:35px;
	font-weight:400;
	font-family: 'Cormorant Garamond', serif;
	margin:0;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area{
width: 376px;
float: right;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .widget-title{
	font-size: 18px;
line-height: 20px;
color: #feec9f;
font-family: 'gotham_bookregular';
padding-bottom: 15px;
font-weight: normal;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul{
	margin:0;
	padding:0;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li{
	color: #b2b5cd;
font-size: 16px;
line-height: 22px;
margin-bottom: 5px;
font-family: 'gotham_bookregular';
padding-left:23px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li a{
	color: #b2b5cd;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li a:hover{
	text-decoration:none;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li.footer-address{
	background: url(images/address-icon.jpg) no-repeat left 5px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li.footer-email{
	background: url(images/mail-icon.jpg) no-repeat left 9px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li.footer-facebook{
	background: url(images/facebook-icon.jpg) no-repeat left 3px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .footer-contact-button a{
background: #feec9f;
color: #444f91;
font-family: 'Ubuntu', sans-serif;
display: block;
width: 145px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
margin-top: 20px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .footer-contact-button a:hover{
	text-decoration:none;
}
.footer-copyright-l{
	float:left;
	padding-top: 3px;
}
.footer-copyright-r{
	float:right;
}
.footer-copyright-details p{
	margin:0;
	font-size: 16px;
line-height: 20px;
color: #737373;
font-family: 'gotham_bookregular';
}
.footer-copyright-details p img{
	display:inline-block;
	vertical-align:-7px;
	margin-left:10px;
}
.footr-copyright-main{
	padding:32px 0 38px;
}
.page-caption-position{
    padding: 50px 0;
    background: #feec9f;
}
.page-caption-main.page-caption-img .page-caption-position{
	padding: 142px 0 50px;
	margin-top: -88px;
}
.page-caption-position h1{
	font-size: 60px;
line-height: 60px;
color: #000;
font-family: 'Cormorant Garamond', serif;
margin: 0;
font-weight: 700;
}
.caption-middle-img img{
	display:block;
	width:100%;
}
.vc_row.wpb_row.our-mission-section .our-mission-left.wpb_column, .vc_row.wpb_row.our-history-section .our-history-right.wpb_column{
	width:445px;
	margin-top: 6px;
}
.our-mission-img img{
	display:block;
	width:100%;
}
.vc_row.wpb_row.our-mission-section, .vc_row.wpb_row.our-history-section{
	padding:112px 0;
}
.vc_row.wpb_row.our-mission-section .our-mission-right.wpb_column{
	width:600px;
}
.vc_row.wpb_row.our-mission-section .our-mission-right.wpb_column, .vc_row.wpb_row.our-history-section .our-history-right.wpb_column{
float:right;
}
.about-page-main .entry-content .wpb_wrapper h2{
color: #000000;
font-size: 45px;
line-height: 45px;
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
padding: 0 0 23px;
}
.about-page-main .entry-content .wpb_wrapper p{
	color: #575133;
font-size: 20px;
line-height: 33px;
font-family: 'gotham_bookregular';
font-weight: normal;
margin: 0 0 37px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a, .vc_row.wpb_row.benefits-membership-section .become-contact-button a{
	text-decoration:none;
	width:190px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	background:#feec9f;
	color:#1f285c;
	font-size:16px;
	font-weight:500;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a:hover, .vc_row.wpb_row.benefits-membership-section .become-contact-button a:hover{
	background:#1f285c;
	color:#fff;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a:hover{
	text-decoration:none;
}
.vc_row.wpb_row.our-history-section .our-history-left.wpb_column{
	width:585px;
}
.vc_row.wpb_row.about-membership-main, .vc_row.wpb_row.our-officers-section{
	background:#f4f4f7;
}
.our-history-img-title{
text-align: right;
color: #585858;
font-size: 14px;
line-height: 19px;
font-family: 'gotham_mediumregular';
font-weight: normal;
padding: 12px 0 0;
border-top: 2px solid #000000;
margin: 3px 0 0;
}
.vc_row.wpb_row.our-membership-section .our-mission-right.wpb_column{
	padding-top:19px;
}
.our-officers-section .our-officers-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.our-officers-section .our-officers-list ul li{
	float:left;
	padding: 0 0 30px;
}
.our-officers-section .our-officers-list ul li h6{
	font-size: 14px;
line-height: 20px;
color: #666666;
font-family: 'gotham_mediumregular';
}
.our-officers-section .our-officers-list ul li h5{
	font-family: 'gotham_mediumregular';
	font-size: 18px;
line-height: 23px;
color: #222;
}
.vc_row.wpb_row.our-history-section.our-officers-section .our-history-left.wpb_column{
	width:645px;
}
.our-officers-section .our-officers-list ul li:first-child{
	width: 36%;
}
.our-officers-section .our-officers-list ul li:nth-child(2n){
	width:40%;
}
.our-officers-section .our-officers-list ul li.last{
	margin-right:0;
	width:24%;
}
.vc_row.wpb_row.our-officers-section .our-history-img-title{
	border:none;
	margin:0;
}
.our-officers-section .our-officers-list{
	padding: 16px 0 26px;
}
.vc_row.wpb_row.become-join-section .become-join-left.wpb_column{
	width:443px;
}
.vc_row.wpb_row.become-join-section .become-join-left.wpb_column .become-join-img img{
	display:block;
	width:100%;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column{
text-align: center;
padding: 0 20%;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper h5{
color: #555555;
font-size: 24px;
line-height: 32px;
font-family: 'gotham_mediumregular';
padding: 0 0 38px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper .become-join-button a{
width: 250px;
height: 60px;
background: #444f91;
line-height: 60px;
text-transform: uppercase;
display: block;
margin: auto;
color: #ffffff;
font-size: 25px;
font-weight: 500;
font-family: 'Ubuntu', sans-serif;
text-decoration: none;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper .become-join-button a:hover{
	background:#feec9f;
	color:#1f285c;
}
.vc_row.wpb_row.success-story-section{
	padding:112px 0;
}
.vc_row.wpb_row.benefits-membership-section{
	padding:73px 0 86px;
}
.vc_row.wpb_row.become-join-section{
	padding:63px 0;
}
.vc_row.wpb_row.benefits-membership-section{
	background:#f4f4f7;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title{
	text-align:center;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title h1{
	color:#000000;
	font-size:45px;
	line-height:45px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
	padding:0 0 29px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p{
color: #585858;
font-size: 20px;
line-height: 33px;
font-family: 'gotham_bookregular';
padding: 0 0 35px;
margin:0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list{
	border:1px solid #aeb2ce;
	margin-top:3px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-r{
	float:left;
	width:50%;
	text-align:center;
	height:488px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m{
	border-right:1px solid #aeb2ce;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list h4{
color: #000000;
font-size: 32px;
font-weight: 500;
font-family: 'Cormorant Garamond', serif;
border-bottom: 1px solid #aeb2ce;
height: 96px;
line-height: 96px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list p{
color: #585858;
font-size: 17px;
line-height: 26px;
font-family: 'gotham_bookregular';
margin: 0;
padding: 23px 18px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul{
	list-style:none;
	margin:0;
	padding:36px 20px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li{
color: #585858;
font-size: 20px;
line-height: 25px;
font-family: 'gotham_mediumregular';
padding: 0 0 25px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li b{
font-weight: normal;
display: inline;
background: url(images/become-a-member-list-icon.jpg) no-repeat left 7px;
padding-left: 25px;
}
.vc_row.wpb_row.benefits-membership-section .become-contact-button a{
	margin:auto;
}
.vc_row.wpb_row.benefits-membership-section .become-contact-button{
	padding-top:75px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul{
	margin:0;
	padding:0;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li{
color: #1f285c;
font-size: 16px;
line-height: 21px;
font-family: 'gotham_mediumregular';
float: left;
margin-right: 108px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.last{
	margin-right:0;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li small{
	color:#a5a5a5;
	display:block;
	font-size:14px;
	line-height: 18px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li a{
	color:#1f285c;
	text-decoration:none;
}
.vc_row.wpb_row.contact-details-section .contact-details-main{
	padding:52px 0;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-address{
	background:url(images/contact-address-icon.jpg) no-repeat left 1px;
	padding-left: 56px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-email{
	background:url(images/contact-email-icon.jpg) no-repeat left 7px;
	padding-left: 53px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-facebook{
	background:url(images/contact-facebook-icon.jpg) no-repeat left 4px;
	padding-left: 34px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-linkedin{
	background:url(images/contact-linkedin-icon.jpg) no-repeat left 2px;
	padding-left: 48px;
}
.vc_row.wpb_row.contact-page-section{
	background:#f4f4f7;
	padding:76px 0 65px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper h1{
	color:#000000;
	font-size:45px;
	line-height:45px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
	padding:0 0 38px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form p{
	margin:0;
	padding:0 0 15px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form input, .contact-page-form form select, .vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form textarea{
	color:#b9b9b9;
	font-size:14px;
	line-height:20px;
	font-family: 'gotham_bookregular';
	background:#ffffff;
	border:1px solid #ffffff;
	height:45px;
	padding:10px 13px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
box-shadow:none;
border-radius:0;
width:100%;
margin:0;
}
.wpcf7-select { color: #666 !important; }
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form textarea{
	height:120px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form .contact-form-submit{
	padding-top:19px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form input[type="submit"]{
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
box-shadow:none;
border-radius:0;
width:160px;
height:50px;
line-height:50px;
padding:0;
background:#444f91;
border:1px solid #444f91;
color:#ffffff !important;
font-size:16px;
font-weight:500;
text-transform:uppercase;
text-align:center;
font-family: 'Ubuntu', sans-serif;
margin:0;
cursor:pointer;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form input[type="submit"]:hover{
	background:#feec9f;
	color:#1f285c !important;
	border:1px solid #feec9f;
}

::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder { opacity:1;}
::-moz-placeholder { opacity:1;}
:-ms-input-placeholder { opacity:1;}
:input-placeholder { opacity:1;}

.contact-form-field{
	width:266px;
	float:left;
	margin-right:15px;
}
.contact-form-field.last{
	margin-right:0;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form{
	padding-right:70px;
}
body div.wpcf7-response-output{
    margin: 10px 0 0;
    padding: 6px 12px;
    font-family: 'gotham_bookregular';
    font-size: 15px;
    line-height: 20px;
}
body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing{
    border: 2px solid #ff0000;
    color: #ff0000;
}
body span.wpcf7-not-valid-tip{
	font-family: 'gotham_bookregular';
line-height: 20px;
font-size:13px;
}
.vc_row.wpb_row.our-mission-section.support-scholorship-section .our-mission-right.wpb_column{
	width:607px;
	padding-top:38px;
}
.about-page-main .entry-content .support-scholorship-section .wpb_wrapper .our-mission-button a{
	width:150px;
}
.vc_row.wpb_row.success-story-section{
	background:#f4f4f7;
}
.vc_row.wpb_row.success-story-section .success-story-right.wpb_column{
	width:445px;
	float:right;
}
.vc_row.wpb_row.success-story-section .our-history-img-title{
border: none;
padding: 0;
text-align: center;
line-height: 18px;
margin-top: 10px;
}
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column{
	width:610px;
	position:relative;
}
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column:before{
	background:url(images/success-story-icon.jpg) no-repeat left top;
	width: 50px;
height: 52px;
display: block;
content: "";
position: absolute;
left: -60px;
top: 44px;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper p{
	font-family: 'gotham_bookitalic';
}
.about-page-main .entry-content .success-story-section .wpb_wrapper h6{
	background:url(images/success-story-border.jpg) no-repeat left top;
	color:#000000;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	font-family: 'gotham_mediumregular';
	padding:36px 0 46px;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column{
	width:775px;
}
.vc_row.wpb_row.application-section .application-sec-right.wpb_column{
	float:right;
	width:320px;
	margin-top: 7px;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column h5{
	color:#555555;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	font-family: 'gotham_mediumregular';
	padding:0 0 17px;
}
.about-page-main .entry-content .application-section .wpb_wrapper p{
	color:#575133;
	margin: 0 0 34px;
	padding-right: 10%;
}
.about-page-main .entry-content .application-section .wpb_wrapper .our-mission-button a{
	width:280px;
}
.vc_row.wpb_row.application-section .application-details{
	padding:52px 44px 82px;
	background:#f4f4f7;
}
.vc_row.wpb_row.application-section .application-details ul{
	margin:0;
	padding:0;
}
.vc_row.wpb_row.application-section .application-details ul li{
	margin:0 0 31px;
	padding-left: 36px;
}
.vc_row.wpb_row.application-section .application-details ul li.application-deadline{
	background:url(images/application-deadline-icon.jpg) no-repeat left 4px;
}
.vc_row.wpb_row.application-section .application-details ul li.awards-announcement{
	background:url(images/awards-announcement-icon.jpg) no-repeat left 4px;
}
.vc_row.wpb_row.application-section .application-details ul li h6{
	color:#7e7e7f;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	font-family: 'gotham_bookregular';
	margin:0 0 4px;
}
.vc_row.wpb_row.application-section .application-details ul li h3{
	color:#555555;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	font-family: 'gotham_mediumregular';
}
.vc_row.wpb_row.application-section .application-sec-details{
	padding-top:8px;
}
.vc_row.wpb_row.application-section{
	padding:112px 0 135px;
}
.events-page-main{
	padding:112px 0 180px;
}
.events-page-main .events-top-content p{
	color:#555555;
	font-size:24px;
	line-height:30px;
	font-family: 'gotham_mediumregular';
	margin:0 0 46px;
}
.events-page-main .events-top-content p a{
	text-decoration:none;
	color:#555555;
}
.events-page-main .events-main-details .events-page-left .entry-content ul li{
border-bottom: 1px solid #d3d3d3;
padding: 0 0 40px;
margin: 0 0 40px;
}
.events-page-main .events-main-details .events-page-left .entry-content ul li:last-child{
	border:none;
	margin:0;
	padding:0;
}
.events-page-main .events-main-details .events-page-left .entry-content ul li:after{
	clear:both;
	content:"";
	display:block;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtttl{
	color: #555555;
font-size: 22px;
line-height: 30px;
font-family: 'gotham_mediumregular';
text-decoration: none;
font-weight:normal;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevt:last-child{
	border:none;
	padding-bottom:0;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevt:hover{
	text-decoration:none;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtdtl{
	color: #7c7c7d;
font-size: 16px;
line-height: 20px;
font-family: 'gotham_bookregular';
font-weight: normal;
}
.events-page-main .events-main-details .events-page-left #SFctr nav a{
	font-family: 'gotham_bookregular';
	font-size: 14px;
}
.events-page-main .events-main-details .events-page-left #SFctr p{
		color: #7c7c7d;
font-size: 16px;
line-height: 20px;
font-family: 'gotham_bookregular';
margin:0 0 18px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfbtm tr > td{
color: #7c7c7d;
font-size: 16px;
line-height: 20px;
font-family: 'gotham_bookregular';
padding: 0 12px 10px 0 !important;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfbtm tr td:first-child{
	font-family: 'gotham_mediumregular';
}
.events-page-main .events-main-details .events-page-left #SFctr h4{
	font-family: 'gotham_mediumregular';
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfbtm{
	margin:0;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfimg + #SFevtinfttl{
	bottom: 14px;
left: 14px;
padding: 14px 14px;
font-family: 'gotham_mediumregular';
font-weight: normal;
font-size: 16px;
line-height: 26px;
}
.events-main-details .events-page-right{
	float:right;
	width:465px;
	padding:64px 10px 50px 55px;
}
.events-main-details .events-page-right li .widget-title{
	color:#000000;
	font-size:45px;
	line-height:45px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
	padding:0 0 40px;
}
.events-main-details .events-page-right li ul.upcoming-event-list{
	max-height:445px;
}
.events-main-details .events-page-right li ul li{
	margin:0 0 36px;
}
.events-main-details .events-page-right li ul li h6{
	margin:0 0 4px;
		color:#9d9d9f;
	font-size:16px;
	line-height:20px;
	font-family: 'gotham_bookregular';
}
.events-main-details .events-page-right li ul li ul li{
	margin:0;
}
.events-main-details .events-page-right li ul li ul li a{
	color:#555555;
	font-size:22px;
	line-height:28px;
	display:block;
	border: none;
	font-family: 'gotham_mediumregular';
	text-decoration:none;
}
#content .events-main-details .events-page-left .event-calendar-main table{
	border:none !important;
	padding:0 41px !important;
	margin:0 !important;
	background:none !important;
	border-radius:0 !important;
	border-spacing:0 !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr.calendar-event-month{
	display:none;
}
#content .events-main-details .events-page-left .event-calendar-main .kjo-link{
	display:none !important;
	opacity: 0;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td{
font-size: 19px;
line-height: 20px;
font-family: 'gotham_bookregular';
color: #dcdde5;
text-align: center;
border: none;
background: none;
width: auto;
height: auto;
padding: 26px 21px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.day-with-date span{
font-family: 'gotham_mediumregular';
border-bottom: 1px solid #ffffff;
padding-bottom: 4px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.day-with-date.no-events span{
	font-family: 'gotham_bookregular';
	border:none;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table{
	border-width:0 0 1px !important;
	border-style:solid !important;
	border-color:#7275a0 !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td{
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-prev{
	padding-left:0 !important;
	text-align:left;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-next{
	padding-right:0 !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-prev a, #content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-next a{
		width: 9px;
height: 16px;
display: block;
text-indent: -99999px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-prev a{
	background:url(images/calendar-prev-icon.jpg) no-repeat left center !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-next a{
	background:url(images/calendar-next-icon.jpg) no-repeat left center !important;
	float:right;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-month{
	font-size:33px;
	line-height:33px;
	color:#ffffff !important;
	text-transform:uppercase;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr.calenday-weekday-heading td{
	font-size:16px;
	text-transform:uppercase;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td span.weekend{
	color:#dcdde5 !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td span.event{
	display:none;
}
.blog-post-main .post .blog-post-details .blog-post-img{
	float:left;
	width:150px;
	padding-top: 4px;
}
.blog-post-main .post .blog-post-details img{
	display:block;
	width:100%;
}
.blog-post-main .post .blog-post-details .blog-post-right{
	float: right;
width: 85%;
padding-left: 4px;
}
.blog-post-main .post .blog-post-details h6{
	color:#7e7e7f;
	font-size:16px;
	line-height:20px;
	font-family: 'gotham_bookregular';
	padding:0 0 6px;
}
.blog-post-main .post .blog-post-details h3{
	color:#555555;
	font-size:22px;
	line-height:26px;
	font-family: 'gotham_mediumregular';
	padding:0 0 12px;
}
.blog-post-main .post .blog-post-details h3 a{
	color:#555555;
	text-decoration: none;
}
.blog-post-main .post .blog-post-details .blog-post-content p, .blog-post-main .post .blog-post-details .blog-post-content{
	color:#545455;
	font-size:20px;
	line-height:24px;
	font-family: 'gotham_bookregular';
}
.blog-post-main .post{
	padding:0 0 70px;
}
.blog-post-main{
	padding:115px 0;
}
.blog-post-main .post .blog-post-details .blog-readmore{
	padding-top:24px;
}
.blog-post-main .post .blog-post-details .blog-readmore a{
	text-decoration: none;
color: #555555;
font-size: 22px;
line-height: 23px;
background: url(images/events-readmore-icon.png) no-repeat right center;
display: inline-block;
font-family: 'proxima_nova_rgregular';
padding-right: 23px;
}
.single-post-main .single-post-details .single-post-left{
	float:left;
	width:765px;
}
.single-post-main .single-post-details .single-post-right{
	float:right;
	width:340px;
	padding:51px 63px 86px 44px;
	background:#f4f4f7;
}
.single-post-main h1.entry-title{
	color:#000000;
	font-size:45px;
	line-height:45px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
}
.single-post-main h6.single-post-date{
	color:#818181;
	font-size:16px;
	line-height:20px;
	font-family: 'gotham_bookregular';
	margin: 0 0 3px;
}
.single-post-main .single-post-details{
	padding:44px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .single-post-img {
	padding:0 0 36px;
}
.single-post-main .single-post-details .single-post-left .post .single-post-img img{
	display:block;
	max-width:100%;
}
.single-post-main .single-post-details .single-post-left .post .entry-content p{
	color:#575133;
	font-size:20px;
	line-height:33px;
	font-family: 'gotham_bookregular';
	margin:0 0 30px;
}
.single-post-main .single-post-details .single-post-left .post .entry-content img{
	max-width:100%;
}
.single-post-main .single-post-details .single-post-left .post .share-news{
	padding:50px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li{
	float:left;
	margin-right:3px;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li small{
	color:#585858;
	font-size:18px;
	line-height:20px;
	font-family: 'gotham_mediumregular';
	display:block;
margin: 8px 24px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a{
	width: 35px;
height: 35px;
display: block;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.fbbk{
	background:url(images/share-fb-icon.jpg) no-repeat center center;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.twits{
	background:url(images/share-twitter-icon.jpg) no-repeat center center;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.plusone{
	background:url(images/share-google-icon.jpg) no-repeat center center;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.vk{
	background:url(images/share-vk-icon.jpg) no-repeat center center;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.tumblr{
	background:url(images/share-tumblr-icon.jpg) no-repeat center center;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li a.stumbleupon{
	background:url(images/share-stumbleupon-icon.jpg) no-repeat center center;
}
.single-post-main{
	padding:110px 0 185px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .widget-title{
	color:#000000;
	font-size:36px;
	line-height:36px;
	font-weight:500;
	font-family: 'Cormorant Garamond', serif;
	padding: 0 0 30px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li{
	margin:0 0 32px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3{
	color:#555555;
	font-size:20px;
	line-height:26px;
	font-family: 'gotham_mediumregular';
	padding:0 0 9px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3 a{
	color:#555555;
	text-decoration:none;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .blog-readmore a{
	text-decoration: none;
color: #555555;
font-size: 18px;
line-height: 23px;
background: url(images/events-readmore-icon.png) no-repeat right center;

display: inline-block;
font-family: 'proxima_nova_rgregular';
padding-right: 23px;
}
.members-page-main .entry-content .member-section-main{
	padding:105px 0 155px;
}
.members-page-main .entry-content .member-section-main p{
	color: #555555;
font-size: 24px;
line-height: 30px;
font-family: 'gotham_mediumregular';
margin: 0 0 46px;
}
.members-page-main .entry-content .member-section-main p a{
	color:#444f91;
	text-decoration:none;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div{
	font-family: 'gotham_bookregular';
	font-size: 15px;
line-height: 20px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td{
display: block;
padding: 0 0 13px !important;
width: 100%;
border: none;
text-align: left;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td:first-child{
font-size: 14px;
line-height: 20px;
font-family: 'gotham_bookregular';
padding: 0 0 2px !important;
color: #a5a5a5;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td input{
background: #dfe0e6;
color: #a5a5a5;
font-size: 14px;
line-height: 20px;
font-family: 'gotham_bookregular';
height: 45px;
border: none;
box-shadow: none;
width: 100%;
padding: 10px 14px;
box-sizing: border-box;
}
.members-page-main .entry-content .member-section-main .member-form-main #SFctr table.SFfrm{
	width:100%;
}
.page-id-191 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-193 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-195 .members-page-main .entry-content .member-section-main .member-form-main{
	width:70%;
	margin:auto;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td button{
	font-size:16px;
	line-height:50px;
	font-weight:500;
	width:160px;
	height:50px;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:#444f91;
	color:#ffffff !important;
	font-family: 'Ubuntu', sans-serif;
	margin:5px 0 0;
	display:block;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div:last-child #SFusrmanfrm table tr td button{
	width:210px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td button:hover{
	background:#feec9f;
	color: #1f285c !important;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr:last-child td{
	padding:0 !important;
}
.members-page-main .entry-content .member-section-main .member-form-main #SFctr .SFchk > div:first-child{
	margin:4px 0 0;
}
.members-page-main .entry-content .member-section-main .member-form-main #SFctr .SFerr{
	padding: 1px 5px;
font-size: 12px;
font-family: 'gotham_bookregular';
}
.events-main-details .events-page-right .mCSB_scrollTools .mCSB_draggerRail{
	width:7px;
}
.events-main-details .events-page-right .mCSB_scrollTools .mCSB_draggerRail{
	background:#fff;
}
.events-main-details .events-page-right li ul li .calnk a:hover span span.event-title{
	font-weight: normal;
font-size: 16px;
text-align: left;
font-family: 'gotham_mediumregular';
line-height: 20px;
margin:0;
padding:0;
display:block;
}
.events-main-details .events-page-right li ul li .calnk a:hover span span.event-title-break{
	display:none;
}
.events-main-details .events-page-right li ul li .calnk a:hover span{
	line-height: 22px;
font-family: 'gotham_bookregular';
font-size: 15px;
padding: 10px 14px;
width: 100%;
color: #fff;
background: #52578b;
}
.events-main-details .events-page-right li ul li .calnk a:hover strong{
font-family: 'gotham_mediumregular';
font-weight:normal;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div{
float: left;
width: 47%;
box-sizing: border-box;
background: #edeef2;
padding: 42px 55px 42px 38px;
margin-bottom: 0 !important;
min-height: 364px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div:last-child{
float: right;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman:after{
	clear:both;
	content:"";
	display:block;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox table.SFfrm tr td, .members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr table.SFfrm tr td{
font-family: 'gotham_bookregular';
font-size: 15px;
line-height: 20px;
padding: 0 0 3px !important;
width: 50%;
}
.members-page-main .member-section-main .application-form-main #SFctr table.SFfrm tr > th:first-child, .members-page-main .member-section-main .application-form-main #SFctr table.SFfrm tr > td:first-child{
	text-align:left;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox table.SFfrm tr td input, .members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr table.SFfrm tr td input{
color: #a5a5a5;
font-size: 14px;
line-height: 20px;
font-family: 'gotham_bookregular';
height: 38px;
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
margin: 0 0 8px;
box-shadow: none;
border-radius: 0;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox{
	padding: 50px 90px 40px;
	width: 800px;
	margin:0 0 20px;
	background: #edeef2;
border: none;
}
body #SFctr ::-webkit-input-placeholder {color: #a5a5a5;}
body #SFctr :-moz-placeholder { color: #a5a5a5;}
body #SFctr ::-moz-placeholder { color: #a5a5a5;}
body #SFctr :-ms-input-placeholder { color: #a5a5a5;}
body #SFctr :input-placeholder { color: #a5a5a5;}

.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk{
	border:none !important;
	padding:0 0 32px !important;
	background:none !important;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm tr td{
	width: auto;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm tr td:first-child{
	padding-left: 26px !important;
	padding-right: 20px !important;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm{
	margin-top:26px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm tr:nth-child(4n) td input{
	width:30%;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox{
	padding-bottom:23px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne button, .members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne button#SFfrmbtn{
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    width: auto;
    height: 50px;
    padding: 0 28px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #444f91;
    color: #ffffff !important;
    font-family: 'Ubuntu', sans-serif;
    margin: 5px 0 0;
    display: block;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne button:hover, .members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne button#SFfrmbtn:hover{
	color: #1f285c !important;
	background:#feec9f;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne button i{
	vertical-align:middle;
	display:inline-block;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne button:hover i{
	background:url(images/signup-hover-icon.png) no-repeat center center;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr .SFbox{
	padding: 50px 50px 40px;
width: 570px;
margin: 0 0 20px;
background: #edeef2;
border: none;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr table.SFfrm tr td{
	width:auto;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFfrmitm {
    display: block;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmitm .SFfrmitm{
    width: 340px;
    height: 580px;
    font-family: 'gotham_bookregular';
    float: left;
    margin-right: 52px;
    margin-bottom: 30px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmitm .SFfrmitm p{
	font-family: 'gotham_bookregular';
font-size: 13px;
line-height: 17px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmitm .SFfrmitm button{
	font-family: 'gotham_mediumregular';
font-size: 13px;
font-weight: normal;
line-height: 20px;
padding: 7px 16px;
display: inline-block;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmitm .SFfrmitm h3{
	font-family: 'gotham_mediumregular';
font-weight: normal;
font-size: 18px;
line-height: 24px;
margin: 0 0 6px;
}
.members-page-main .entry-content .member-section-main .application-form-main h3{
color: #555555;
font-size: 14px;
line-height: 20px;
font-family: 'gotham_mediumregular';
margin: 32px 0 0;
font-weight: normal;
}
.members-page-main .entry-content .member-section-main .membership-work-content h2{
font-family: 'gotham_mediumregular';
font-size: 20px;
font-weight: normal;
line-height: 26px;
margin: 0 0 10px;
}
.members-page-main .entry-content .member-section-main .membership-work-content p{
	font-size: 18px;
font-family: 'gotham_bookregular';
line-height: 23px;
margin: 0 0 26px;
}
.members-page-main .entry-content .member-section-main .membership-work-content ul li{
	font-family: 'gotham_bookregular';
color: #555555;
font-size: 15px;
line-height: 23px;
margin: 0 0 18px;
}
.members-page-main .entry-content .member-section-main .officers-table-main table tr td{
font-family: 'gotham_bookregular';
color: #555555;
font-size: 16px;
line-height: 20px;
padding: 8px 18px !important;
}
.members-page-main .entry-content .member-section-main .officers-table-main table{
	margin:0;
}
.members-page-main .entry-content .member-section-main .officers-table-main{
	width:70%;
	margin:auto;
}
.header-mobile-menu{
	display:none !important;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFfrmitmdlg.SFdlg table.SFfrm tr:first-child td:last-child{
	padding:0 0 12px !important;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFfrmitmdlg.SFdlg table.SFfrm tr td input{
	color: #a5a5a5;
font-size: 14px;
line-height: 20px;
font-family: 'gotham_bookregular';
height: 38px;
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
margin: 0 0 8px;
box-shadow: none;
border-radius: 0;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd{
	border:none;

}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table tbody#SFfrmcar tr td{
	font-family: 'gotham_bookregular';
color: #555;
font-size: 15px;
width: auto;
padding: 0 15px 15px 0 !important;
max-width: inherit;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table tbody#SFfrmcar tr td select{
	width: 100px;
padding: 7px 10px;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table #SFfrmsum tr td{
	padding-top: 10px !important;
padding-bottom: 10px !important;
font-family: 'gotham_bookregular';
font-size: 18px;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table #SFfrmsum tr td:first-child{
	padding-right:18px !important;
	width: 50%;
}
input, select, textarea{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow:none;
}
#wrapper #header{
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #fff;
}
#wrapper #header.sticky-header{
	position:fixed;
	box-shadow: 0 0 10px #757575;
}
.header-main-left #branding .site-logo-main img{
	max-width:100%;
}
#wrapper #header.sticky-header .header-main-left #branding .site-logo-main{
	width:260px;
}
#wrapper #header.sticky-header .header-main-details #access{
	padding: 14px 50px 13px !important;
}
#wrapper #header.sticky-header .header-main-right{
	padding: 30px 58px;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li a{
	font-size:17px;
	padding-right: 42px;
	padding-bottom: 6px;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li.menu-item-has-children a:after{
	right:62px;
}
#wrapper #header.sticky-header .header-login-details{
    margin: 0 0 10px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children a{
	margin-right:36px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children a:after{
	background:url(images/menu-children-icon.png) no-repeat center center;
width: 12px;
height: 7px;
display: block;
content: "";
position: absolute;
right: 50px;
top: 8px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu{
	top: 100%;
width: 235px;
float: none;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu:before{
	background:url(images/sub-menu-icon.png) no-repeat center center;
	width: 12px;
height: 7px;
display: block;
content: "";
position: absolute;
top: -6px;
left: 20px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu li{
	float: none;
display: block;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu li a{
margin: 0;
background: #1f285c;
color: #fff !important;
width: 100%;
text-transform: none;
font-size: 16px;
border-bottom: 1px dotted #6A6A6A;
line-height: 20px;
padding: 11px 20px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu li a:after{
	display:none;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children ul.sub-menu li:last-child a{
	border:none;
}
.home-events-list #SFctr #SFevtlst #SFevtlsttop{
	display:none;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevt > img{
	display:none;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevtttl{
	color: #555555;
font-size: 22px;
line-height: 30px;
font-family: 'gotham_mediumregular';
text-decoration: none;
font-weight: normal;
}
.home-events-list #SFctr #SFevtlst .SFevtdtl{
	color: #7c7c7d;
font-size: 16px;
line-height: 20px;
font-family: 'gotham_bookregular';
font-weight: normal;
}
.home-events-list #SFctr .SF1 #SFevtlst.SFevtlgo .SFevtinf{
	padding:0;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevt{
	padding:0 0 24px;
	border:none;
	display:none !important;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevt:hover{
	text-decoration:none;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevt:nth-child(2), .home-events-list #SFctr .SF1 #SFevtlst .SFevt:nth-child(3), .home-events-list #SFctr .SF1 #SFevtlst .SFevt:nth-child(4){
	display:block !important;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevt:nth-child(4){
	padding:0;
}
.page-template-category-post-page-php #comments{
    display: none;
}
.page-template-category-post-page-php a#loadMore {
background:#feec9f;
color:#444f91;
font-family: 'Ubuntu', sans-serif;
display: block;
width: 145px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
margin-top: 20px;
}
#nav-below.navigation .nav-previous a, #nav-below.navigation .nav-next a{
	color:#555555;
font-size: 20px;
line-height: 21px;
font-family: 'proxima_nova_rgregular';
}
body #imageData #numberDisplay, body #imageContainer > #hoverNav{
	display:none !important;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button.about-popup-btns a{
display: inline-block;
width: auto;
padding: 0 13px;
font-size: 14px;
margin-right: 10px;
height: 45px;
line-height: 45px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button.about-popup-btns a:last-child{
	margin-right:0;
}
.our-officers-list-new .about-officer-list-left{
    float: left;
    width: 35%;
}
.our-officers-list-new .about-officer-list-middle{
    float: left;
    width: 32%;
}
.our-officers-list-new .about-officer-list-right{
    float: right;
    width: 32%;
}
.our-officers-list-new{
    margin-bottom: 30px;
}
.our-officers-list-new h3{
    color: #000000;
    font-size: 24px;
    line-height: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}
.our-officers-list-new h3 strong{
    font-weight: 500;
    font-size: 21px;
}
.about-scholarship-tiitle h4{
    color: #000000;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    margin-bottom: 13px;
}
.about-scholarship-tiitle h3{
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    margin-bottom: 12px;
}
.about-scholarship-tiitle {
margin:45px auto 30px !important;
}
.our-mission-button.about-popup-btns{
    margin-bottom: 15px;
}
.page-middle-container .home-sponser-section{
    padding: 80px 0;
}
.page-middle-container .home-sponser-section h4{
    text-align: center;
    color: #000000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px;
}
.page-middle-container .home-sponser-section p{
    font-size: 18px;
    line-height: 28px;
    color: #676767;
    font-family: 'gotham_bookregular';
    text-align: center;
    width: 585px;
    margin: auto;
}




@media only screen and (min-width: 1300px){
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column:before{
	left:-98px;
}

}



@media only screen and (min-width: 768px) and (max-width: 1179px){
.container{
	width:96%;
}
#branding img{
	max-width:100%;
}
.header-main-left #branding .site-logo-main{
	width:410px;
}
.header-main-details{
	background: #444f91;
}
.header-main-left{
	width:63%;
	background:#fff;
}
.header-main-right{
	padding: 37px 15px 55px;
	width:37%;
}
.header-login-details .header-login-left ul li a, .header-donate-details ul li a{
	font-size: 18px;
line-height: 42px;
width: 120px;
padding-left: 35px;
}
.header-login-details .header-login-left ul li a{
	padding-left: 51px;
	background-position:12px center;
}
.header-donate-details .header-donate-left ul li a{
	background-position:13px center;
}
.header-donate-details .header-donate-right ul li a{
	padding-left:43px;
}
#header .header-main-details #access .menu-header .menu li a{
font-size: 12px;
line-height: 20px;
padding-right: 9px;
padding-bottom: 16px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children a {
    margin-right: 23px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children a:after{
	right: 12px;
top: 7px;
}
#header .header-main-details #access{
	padding: 20px 15px 0 !important;
}
#wrapper #header.sticky-header .header-main-details #access{
    padding: 10px 15px 9px !important;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li a{
    font-size: 12px;
    padding-right: 9px;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li.menu-item-has-children a::after{
	right:16px;
}
#wrapper #header.sticky-header .header-main-left #branding .site-logo-main{
    width: 230px;
}
#wrapper #header.sticky-header .header-main-right{
    padding: 14px 15px;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column{
	width:63%;
}
.vc_row.wpb_row.home-slider-details .home-slider-right.wpb_column{
	width:37%;
	padding: 59px 28px;
}
.home-slider-right h5{
	font-size: 23px;
line-height: 35px;
}
.home-slider-right .slider-right-button a{
	margin-top: 20px;
}
.page-middle-container{
	width:95%;
}
img{
	max-width:100%;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-right.wpb_column{
	width:39%;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-left.wpb_column{
	width:58%;
}
.home-scholarship-section .home-scholarship-left p{
	font-size:16px;
	line-height:28px;
}
.home-scholarship-section .home-scholarship-left h4{
	line-height: 36px;
	font-size: 36px;
	padding-bottom:14px;
}
.home-scholarship-section .home-scholarship-left ul.home-slider-bottom-btn-list {
    margin-bottom: 30px;
    margin-top: -31px;
}
.home-scholarship-section .home-scholarship-left ul li {
    margin-right: 10px;
}
.home-scholarship-section .home-scholarship-left ul.home-slider-bottom-btn-list li a {
    font-size: 14px;
    padding: 11px 10px;
}
.home-scholarship-section .home-scholarship-left .scholarship-button a{
	margin-top:23px;
}
.vc_row.wpb_row.home-scholarship-section{
    padding: 130px 0 80px;
    margin-top: -58px;
}
.vc_row.wpb_row.home-membership-section h1{
	font-size: 38px;
	line-height: 38px;
	padding: 0 0 36px;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m, .membership-list-main .membership-list-r{
	width:32%;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m{
	margin-right:2%;
}
.home-membership-section .membership-content p{
	font-size: 14px;
line-height: 20px;
}
.home-membership-section .membership-content h4{
	font-size: 20px;
line-height: 23px;
padding-bottom: 9px;
}
.home-membership-section .membership-content{
	padding: 23px 14px 27px;
}
.home-membership-section .become-member-button {
    padding-top: 48px;
}
.vc_row.wpb_row.home-membership-section{
    padding: 78px 0 80px;
}
.vc_row.wpb_row.home-news-events-section .news-events-right.wpb_column, .vc_row.wpb_row.home-news-events-section .news-events-left.wpb_column{
	width:46%;
}
.vc_row.wpb_row.home-news-events-section .news-events-middle{
	width:92%;
	padding:53px 0 66px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column h1{
	font-size: 38px;
line-height: 40px;
padding: 0 0 21px;
margin: 0 0 30px;
}
.home-news-details .home-news-left{
	width:24%;
}
.home-news-details .home-news-right{
	width:71%;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h6, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h6{
	font-size:15px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h3, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3{
	font-size: 18px;
line-height: 21px;
padding: 0 0 11px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li .event-readmore a, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li .news-readmore a{
	font-size:18px;
	line-height:21px;
	padding-right: 20px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li{
	padding:0 0 24px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button{
	padding-top:14px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li{
	font-size: 15px;
line-height: 22px;
padding-left: 21px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .widget-title{
	font-size:16px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area{
	width:40%;
	padding-top: 19px;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p{
	font-size:22px;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p br{
	display:none;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area{
	width:56%;
	padding: 19px 30px 19px 0;
}
#footer .footer-widgets-main{
	padding:40px 0;
}
.footer-copyright-details p{
	font-size:14px;
}
.footer-copyright-details p img{
	margin-left:6px;
}
.footr-copyright-main{
	padding:26px 0 30px;
}
.vc_row.wpb_row.home-slider-details{
	background: #52578b;
}
.screen-reader-text{
	display:none;
}
.page-caption-position h1{
	font-size:48px;
	line-height:48px;
}
.page-caption-main.page-caption-img .page-caption-position {
    padding: 116px 0 36px;
    margin-top: -80px;
}
.page-caption-position{
	padding:42px 0;
}
.vc_row.wpb_row.our-mission-section .our-mission-left.wpb_column, .vc_row.wpb_row.our-history-section .our-history-right.wpb_column{
	width:38%;
}
.vc_row.wpb_row.our-mission-section .our-mission-right.wpb_column{
	width:58%;
}

.about-page-main .entry-content .wpb_wrapper p{
	font-size: 15px;
line-height: 25px;
margin: 0 0 23px;
}
.about-page-main .entry-content .wpb_wrapper h2{
	font-size: 36px;
line-height: 36px;
padding: 0 0 14px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a, .vc_row.wpb_row.benefits-membership-section .become-contact-button a{
	width: 170px;
height: 46px;
line-height: 46px;
font-size: 15px;
}
.vc_row.wpb_row.our-mission-section, .vc_row.wpb_row.our-history-section{
	padding:78px 0;
}
.vc_row.wpb_row.our-history-section .our-history-left.wpb_column{
	width:58%;
}
.vc_row.wpb_row.our-membership-section .our-mission-right.wpb_column{
	padding-top:0;
}
.vc_row.wpb_row.our-history-section.our-officers-section .our-history-left.wpb_column{
	width:60%;
}
.our-officers-section .our-officers-list ul li h6{
	font-size: 11px;
line-height: 15px;
}
.our-officers-section .our-officers-list ul li h5{
	font-size: 15px;
line-height: 20px;
}
.our-officers-section .our-officers-list ul li{
	padding: 0 0 10px;
}
.our-officers-section .our-officers-list{
    padding: 10px 0 18px;
}
.vc_row.wpb_row.become-join-section .become-join-left.wpb_column{
	width:48%;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper h5{
	font-size: 20px;
line-height: 30px;
padding: 0 0 28px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column{
	width: 66%;
padding: 17px 4% 0;
margin: auto;
float: none;
}
.vc_row.wpb_row.become-join-section, .vc_row.wpb_row.benefits-membership-section, .vc_row.wpb_row.success-story-section{
	padding:78px 0;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper .become-join-button a{
	width: 180px;
height: 48px;
line-height:48px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title h1{
	font-size:36px;
	line-height:36px;
	padding: 0 0 23px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p br{
	display:none;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p{
	font-size: 16px;
line-height: 26px;
padding: 0 0 18px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list h4{
	font-size: 21px;
	height: 76px;
line-height: 76px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list p{
font-size: 14px;
line-height: 21px;
padding: 15px 9px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li{
	font-size: 16px;
line-height: 22px;
padding: 0 0 17px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li b{
	background-position:left 4px;
	padding-left: 23px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul{
	padding: 20px 15px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-r{
	height:415px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list{
	margin-top:12px;
}
.vc_row.wpb_row.benefits-membership-section .become-contact-button{
	padding-top:55px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li{
	margin-right: 12%;
	margin-bottom:12px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-email{
	height:55px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main{
	padding:38px 0 30px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form{
	padding:0;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper h1{
	font-size: 36px;
line-height: 36px;
padding: 0 0 26px;
}
.contact-form-field{
	width:32%;
	margin-right:2%;
}
.vc_row.wpb_row.contact-page-section{
	padding:58px 0 60px;
}
.events-page-main .events-top-content p{
	font-size: 17px;
line-height: 25px;
margin: 0 0 32px;
}
.events-main-details .events-page-left #SFctr #SFevtlst .SFevt > img{
	width:32%;
	max-width:inherit;
}
.events-main-details .events-page-left #SFctr #SFevtlst.SFevtlgo .SFevtinf{
	margin: 0 0 0 36%;
}
#content .events-main-details .events-page-left .event-calendar-main table{
	padding:0 18px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td{
	font-size: 17px;
line-height: 20px;
padding: 20px 11px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-month{
	font-size: 24px;
line-height: 30px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
}
.events-main-details .events-page-right li .widget-title{
	font-size: 34px;
line-height: 36px;
padding: 0 0 36px;
}
.events-main-details .events-page-right{
	padding: 42px 10px 40px 30px;
	width:40%;
}
.events-main-details .events-page-right li ul li ul li a{
	font-size: 19px;
line-height: 23px;
}
.events-main-details .events-page-right li ul li{
	margin:0 0 26px;
}
.events-main-details .events-page-right li ul.upcoming-event-list{
	max-height:366px;

}
.events-main-details .events-page-right li ul li .calnk a:hover span{
	font-size:13px;
	line-height:20px;
	padding:10px;
}
.events-main-details .events-page-right li ul li .calnk a:hover span.event-content-break{
	display:none;
}
.events-page-main{
	padding:78px 0 90px;
}
.blog-post-main .post .blog-post-details .blog-post-img{
	width:19%;
}
.blog-post-main .post .blog-post-details .blog-post-right{
	width:78%;
}
.blog-post-main .post .blog-post-details .blog-post-content p, .blog-post-main .post .blog-post-details .blog-post-content{
	font-size: 17px;
line-height: 22px;
}
.blog-post-main .post .blog-post-details h3{
	font-size: 20px;
line-height: 24px;
padding: 0 0 8px;
}
.blog-post-main .post .blog-post-details h6{
	font-size: 15px;
	padding: 0 0 3px;
}
.blog-post-main .post .blog-post-details .blog-readmore a{
	font-size: 19px;
	padding-right: 20px;
}
.blog-post-main .post .blog-post-details .blog-readmore {
    padding-top: 12px;
}
.blog-post-main .post {
    padding: 0 0 42px;
}
.blog-post-main{
    padding: 78px 0 58px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3{
	font-size: 17px;
line-height: 22px;
padding: 0 0 6px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .blog-readmore a{
	font-size: 16px;
	padding-right: 20px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .widget-title{
	font-size: 32px;
line-height: 32px;
padding: 0 0 20px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li{
	margin:0 0 28px;

}
.single-post-main .single-post-details .single-post-right{
	width: 32%;
padding: 32px 32px 36px;
}
.single-post-main h1.entry-title{
	font-size:34px;
	line-height:40px;
}
.single-post-main .single-post-details {
    padding: 36px 0 0;
}
.single-post-main .single-post-details .single-post-left{
	width:64%;
}
.single-post-main .single-post-details .single-post-left .post .entry-content p{
	font-size: 15px;
line-height: 27px;
margin: 0 0 21px;
}
.single-post-main .single-post-details .single-post-left .post .single-post-img{
	padding: 0 0 30px;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li small{
	font-size:17px;
	margin: 8px 20px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .share-news{
	padding:26px 0 0;
}
.single-post-main{
	padding:78px 0 90px;
}
.vc_row.wpb_row.our-mission-section.support-scholorship-section .our-mission-right.wpb_column{
	width:58%;
	padding-top:0;
}
.about-page-main .entry-content .support-scholorship-section .wpb_wrapper h2{
	font-size: 30px;
line-height: 32px;
}
.vc_row.wpb_row.success-story-section .success-story-right.wpb_column{
	width:38%;
}
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column{
	width:58%;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper h6{
	padding: 28px 0 24px;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column{
	width:62%;
}
.vc_row.wpb_row.application-section .application-sec-right.wpb_column{
	width:36%;
}
.vc_row.wpb_row.application-section .application-details{
	padding: 36px 28px 50px;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column h5{
	font-size: 20px;
line-height: 28px;
padding: 0 0 12px;
}
.vc_row.wpb_row.application-section {
    padding: 68px 0 82px;
}
.members-page-main .entry-content .member-section-main .officers-table-main{
	width:90%;
}
.members-page-main .entry-content .member-section-main .officers-table-main table tr td{
	padding: 7px 12px !important;
	font-size:15px;
}
.members-page-main .entry-content .member-section-main{
	padding:78px 0;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div{
	font-size:14px;
	line-height:18px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div{
	padding: 38px 36px 38px 24px;
	min-height: 360px;
	width:48%;
}
.page-id-191 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-193 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-195 .members-page-main .entry-content .member-section-main .member-form-main{
	width:90%;
}
.members-page-main .entry-content .member-section-main .membership-work-content p{
	line-height: 21px;
margin: 0 0 23px;
font-size: 15px;
}
.members-page-main .entry-content .member-section-main .membership-work-content h2{
	font-size:18px;
	line-height:24px;
}
.members-page-main .entry-content .member-section-main .membership-work-content ul li{
	font-size: 14px;
line-height: 22px;
margin: 0 0 15px;
}
.members-page-main .entry-content .member-section-main p{
	font-size: 17px;
line-height: 26px;
margin: 0 0 30px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox{
	padding: 50px 40px 40px;
width: 720px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr .SFbox{
	padding: 50px 32px 40px;
}
.single-post-main .single-post-details .single-post-left .post .entry-content img.alignleft{
	width:46%;
	margin-right:4%;
	height:auto;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtdtl{
	font-size: 14px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtttl{
	font-size: 18px;
line-height: 24px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevt{
	padding:30px 0;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevtttl{
	font-size: 18px;
line-height: 22px;
}
.home-events-list #SFctr #SFevtlst .SFevtdtl{
	font-size:14px;
}
.about-page-main .entry-content .application-section .wpb_wrapper p{
	padding:0;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button.about-popup-btns a{
	padding: 0 13px;
font-size: 14px;
margin: 0 10px 10px 0;
}
body #lightbox{
	width:96%;
	right:0;
	left:0 !important;
	margin:auto;
}
body #outerImageContainer{
	width:100% !important;
	height:auto !important;
}
body #imageDataContainer{
	width:100% !important;
}

}

@media only screen and (min-width: 820px) and (max-width: 1023px){
.home-membership-section .membership-content{
	padding-left:8px;
	padding-right:8px;
}
.home-slider-right h5{
	font-size: 26px;
line-height: 38px;
}


}


@media only screen and (min-width: 1024px) and (max-width: 1179px){
.header-main-left #branding .site-logo-main{
	width:492px;
}
#header .header-main-details #access .menu-header .menu li a{
font-size: 17px;
line-height: 20px;
padding-right: 18px;
}
#header .header-main-details #access .menu-header .menu li.menu-item-has-children a::after{
	right:13px;
}
.header-login-details .header-login-left ul li a, .header-donate-details ul li a{
	width:135px;
	line-height: 43px;
}
.header-login-details .header-login-left ul li a{
    padding-left: 56px;
    background-position: 14px center;
}
.header-login-details .header-login-right, .header-donate-details .header-donate-right{
	width: 45%;
}
.header-main-left {
    width: 68%;
}
#header .header-main-details #access{
    padding: 24px 18px 20px !important;
}
.header-main-right{
    padding: 63px 24px 64px;
    width: 32%;
	height:auto;
}
#wrapper #header.sticky-header .header-main-details #access{
	padding: 10px 30px 9px !important;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li a{
font-size: 15px;
padding-right: 33px;
}
#wrapper #header.sticky-header .header-main-details #access .menu-header .menu li.menu-item-has-children a::after{
	right:26px;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column{
	width:68%;
}
.vc_row.wpb_row.home-slider-details .home-slider-right.wpb_column{
	width:32%;
	padding: 68px 33px;
}
.home-slider-right h5{
    font-size: 35px;
    line-height: 48px;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-right.wpb_column{
	width:40%;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-left.wpb_column{
	width:56%;
}
.home-scholarship-section .home-scholarship-left p {
    font-size: 19px;
    line-height: 28px;
}
.home-scholarship-section .home-scholarship-left h4 {
    line-height: 43px;
    font-size: 43px;
    padding-bottom: 16px;
}
.home-scholarship-section .home-scholarship-left .scholarship-button a{
	margin-top:30px;
}
.vc_row.wpb_row.home-scholarship-section {
    padding: 145px 0 86px;
    margin-top: -63px;
}
.vc_row.wpb_row.home-membership-section h1 {
    font-size: 43px;
    line-height: 43px;
    padding: 0 0 40px;
}
.home-membership-section .membership-content p {
    font-size: 17px;
    line-height: 24px;
}
.home-membership-section .membership-content h4{
	font-size: 25px;
line-height: 25px;
padding-bottom: 10px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column h1 {
    font-size: 43px;
    line-height: 43px;
    padding: 0 0 24px;
    margin: 0 0 36px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h3, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3{
	font-size: 22px;
line-height: 25px;
padding: 0 0 12px;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p{
	font-size:25px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li{
	font-size:16px;
	padding-left:23px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area{
	width:33%;
	padding-top: 19px;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area{
	padding: 19px 45px 19px 0;
	width: 62%;
}
.footer-copyright-details p{
	font-size:16px;
}
.footer-copyright-details p img{
	margin-left:10px;
}
.page-caption-position h1 {
    font-size: 55px;
    line-height: 55px;
}
.about-page-main .entry-content .wpb_wrapper p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 32px;
}
.about-page-main .entry-content .wpb_wrapper h2 {
    font-size: 43px;
    line-height: 43px;
    padding: 0 0 18px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a, .vc_row.wpb_row.benefits-membership-section .become-contact-button a{
	width: 190px;
height: 50px;
line-height: 50px;
font-size: 16px;
}
.vc_row.wpb_row.our-mission-section, .vc_row.wpb_row.our-history-section{
	padding:82px 0;
}
.our-officers-section .our-officers-list ul li h6 {
    font-size: 13px;
    line-height: 18px;
}
.our-officers-section .our-officers-list ul li h5 {
    font-size: 17px;
    line-height: 22px;
}
.our-officers-section .our-officers-list ul li{
	padding:0 0 21px;
}
.our-officers-section .our-officers-list{
	padding:14px 0 23px;
}
.vc_row.wpb_row.become-join-section .become-join-left.wpb_column{
	width:50%;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper h5 {
    font-size: 24px;
    line-height: 33px;
    padding: 0 0 42px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column{
    width: 70%;
    padding: 48px 6% 0;
}
.vc_row.wpb_row.become-join-section, .vc_row.wpb_row.benefits-membership-section, .vc_row.wpb_row.success-story-section{
	padding:82px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title h1{
    font-size: 43px;
    line-height: 43px;
    padding: 0 0 28px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p{
    font-size: 20px;
    line-height: 33px;
    padding: 0 0 33px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list h4{
	font-size:28px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list p {
font-size: 17px;
line-height: 22px;
padding: 21px 15px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li {
    font-size: 19px;
    line-height: 25px;
    padding: 0 0 20px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li b {
    background-position: left 5px;
    padding-left: 25px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul {
    padding: 24px 20px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-r{
	height:440px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper .become-join-button a{
	width: 190px;
height: 50px;
line-height: 50px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li{
	margin-right:4%;
	margin-bottom: 0;
}
.vc_row.wpb_row.contact-details-section .contact-details-main{
	padding:45px 0;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper h1 {
    font-size: 43px;
    line-height: 43px;
    padding: 0 0 32px;
}
.vc_row.wpb_row.contact-page-section {
    padding: 63px 0 62px;
}
.events-page-main .events-top-content p {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 40px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td{
	font-size: 18px;
line-height: 20px;
padding: 22px 12px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td {
    padding-top: 32px !important;
    padding-bottom: 36px !important;
}
.events-main-details .events-page-right li ul.upcoming-event-list{
	max-height:390px;
}
.events-main-details .events-page-right li ul li{
	margin:0 0 36px;
}
.blog-post-main .post .blog-post-details .blog-post-img{
	width:14%;
}
.blog-post-main .post .blog-post-details .blog-post-right{
	width:83%;
}
.blog-post-main .post .blog-post-details h3{
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 12px;
}
.blog-post-main .post .blog-post-details .blog-post-content p, .blog-post-main .post .blog-post-details .blog-post-content{
	font-size: 18px;
line-height: 24px;
}
.blog-post-main .post .blog-post-details .blog-readmore{
	padding-top: 18px;
}
.blog-post-main .post .blog-post-details h6{
    font-size: 16px;
    padding: 0 0 5px;
}
.blog-post-main .post{
	padding:0 0 50px;
}
.blog-post-main{
	padding:82px 0 60px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3{
	font-size: 20px;
line-height: 26px;
padding: 0 0 10px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .blog-readmore a{
	font-size: 18px;
padding-right: 23px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li{
	margin:0 0 32px;
}
.single-post-main .single-post-details .single-post-right{
	width:30%;
}
.single-post-main .single-post-details .single-post-left{
	width:67%;
}
.single-post-main .single-post-details .single-post-left .post .entry-content p{
	font-size: 18px;
line-height: 32px;
margin: 0 0 26px;
}
.single-post-main .single-post-details .single-post-left .post .share-news{
	padding:36px 0 0;
}
.vc_row.wpb_row.application-section .application-sec-right.wpb_column{
	width:30%;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column{
	width:66%;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column h5 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 16px;
}
.members-page-main .entry-content .member-section-main .officers-table-main table tr td{
	padding: 8px 16px !important;
font-size: 16px;
}
.members-page-main .entry-content .member-section-main .officers-table-main{
	width:78%;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div{
	font-size:15px;
	line-height:20px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div{
	min-height:365px;
}
.page-id-191 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-193 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-195 .members-page-main .entry-content .member-section-main .member-form-main{
	width:75%;
}
.members-page-main .entry-content .member-section-main p {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 38px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox{
	padding: 50px 45px 40px;
width: 740px;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevtttl{
font-size: 20px;
line-height: 25px;
}
.home-events-list #SFctr #SFevtlst .SFevtdtl{
	font-size:15px;
}

}


@media only screen and (min-width: 1180px) and (max-width: 1259px){
.header-main-right{
	padding: 64px 45px 68px;
}
#header .header-main-details #access{
	padding: 25px 51px 23px !important;
}
#header .header-main-details #access .menu-header .menu li a{
	padding-right: 30px;
}
.vc_row.wpb_row.home-slider-details .home-slider-right.wpb_column{
	padding: 99px 52px 102px;
}

	
}


@media only screen and (max-width: 767px){
.header-mobile-menu{
	display:block !important;
	background: #444f91;
	position:relative;
	padding:12px 0;
}
#wrapper #header.sticky-header .header-login-details{
	margin:0;
}
#wrapper #header.sticky-header .header-main-left #branding .site-logo-main{
	width:170px;
}
#wrapper #header.sticky-header .header-mobile-menu{
	padding:8px 0;
}
#wrapper #header.sticky-header .header-main-left{
	padding:9px 0;
}
.header-mobile-menu .mobile-header-left{
	float:left;
}
.header-login-details .header-login-left ul li a, .header-donate-details ul li a{
	height: 39px;
width: 43px;
padding: 0;
text-indent: -99999px;
line-height:39px;
}
.header-login-details .header-login-right, .header-donate-details .header-donate-right{
	float:left;
	width:auto;
}
.header-login-details .header-login-left ul li a{
	background:url(images/mobile-login-icon.png) no-repeat center center #feec9f;
}
.header-login-details .header-login-left{
	margin: 0 6px 0 2px;
}
.header-donate-details .header-donate-right{
	margin-left:5px;
}
.header-donate-details .header-donate-right ul li a{
	background-position:center center;
	width: 43px;
}
.header-donate-details .header-donate-left ul li a{
	background-position:center center;
}
.header-login-details .header-login-right ul li{
	margin:4px 10px 0 0;
}
.header-login-details, .header-donate-details{
	float:left;
	margin:0;
}
.header-mobile-menu .textwidget:after{
	clear:both;
	content:"";
	display:block;
}
.header-mobile-menu .mobile-header-right{
	float:right;
}
.header-mobile-menu .mobile-header-right .show_mobile{
	margin-top:4px;
}
.header-mobile-menu .mobile-header-right .show_mobile a{
	background:url(images/mobile-menu-icon.png) no-repeat center center;
	width: 36px;
height: 32px;
display: block;
text-indent: -9999px;
border: 1px solid #fff;
border-radius: 2px;
}
.header-mobile-menu .mobile-header-right .menu-header{
display: none;
background: #52578b;
position: absolute;
left: 0;
width: 100%;
top: 100%;
z-index: 999;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu{
	max-width:96%;
	margin:auto;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li{
	float:none;
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li a{
display: block;
font-family: 'gotham_mediumregular';
font-size: 18px;
line-height: 20px;
color: #fff;
padding: 10px 0;
text-decoration: none;
border-bottom: 1px dotted #2D3266;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li ul.sub-menu{
	display:none;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li ul.sub-menu li a{
	padding: 10px 20px;
border-bottom: 1px dotted #2D3266;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li:last-child a{
	border:none;
}
.header-main-left{
    float: none;
    width: 100%;
    padding: 15px 0;
}
.header-main-right{
	display:none;
}
#header .header-main-details #access{
	display:none;
}
.header-main-left #branding .site-logo-main{
	width:300px;
	margin:auto;
}
.vc_row.wpb_row.home-slider-details .home-slider-left.wpb_column{
	width:100%;
}
.vc_row.wpb_row.home-slider-details .home-slider-right.wpb_column{
	float:left;
	width:100%;
	padding:15px 15px 23px;
}
.home-slider-right h5 br{
	display:none;
}
.home-slider-right h5{
	font-size: 26px;
line-height: 30px;
}
.home-slider-right .slider-right-button a{
	margin-top:23px;
}
.page-middle-container{
	width:96%;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-left.wpb_column{
	width:100%;
}
.home-scholarship-section .home-scholarship-left p{
	font-size: 15px;
line-height: 22px;
}
.home-scholarship-section .home-scholarship-left h4{
	font-size: 34px;
	line-height: 36px;
	padding-bottom: 10px;
}
.home-scholarship-section .home-scholarship-left ul li {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
}
.home-scholarship-section .home-scholarship-left ul.home-slider-bottom-btn-list {
    margin-bottom: 35px;
    margin-top: 25px;
}
.home-scholarship-section .home-scholarship-left ul.home-slider-bottom-btn-list li a {
    padding: 13px 25px;
    width: 100%;
}
.home-scholarship-section .home-scholarship-left .scholarship-button a{
	font-size: 15px;
width: 250px;
height: 48px;
line-height: 48px;
margin-top: 20px;
}
.vc_row.wpb_row.home-scholarship-section{
	margin: 20px auto auto;
	padding:20px 0;
}
.vc_row.wpb_row.home-scholarship-section .home-scholarship-right.wpb_column {
    float: left;
    width: 100%;
    padding-top: 21px;
}
img{
	max-width:100%;
}
.home-scholarship-section .home-scholarship-right img{
	width:100%;
}
.vc_row.wpb_row.home-membership-section h1{
	line-height: 36px;
font-size: 36px;
padding:0 0 23px;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m, .membership-list-main .membership-list-r{
	width:100%;
}
.membership-list-main .membership-list-l, .membership-list-main .membership-list-m{
	margin:0 0 15px;
}
.home-membership-section .membership-content{
	padding:26px 18px;
}
.home-membership-section .membership-content p{
	font-size: 15px;
line-height: 21px;
}
.home-membership-section .membership-content h4{
	font-size: 21px;
line-height: 21px;
padding-bottom: 10px;
}
.home-membership-section .become-member-button {
    padding-top: 24px;
}
.vc_row.wpb_row.home-membership-section{
	padding:20px 0 26px;
}
.vc_row.wpb_row.home-news-events-section{
	background: #edeef2;
}
.vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:before, .vc_row.wpb_row.home-news-events-section .vc_column_container.vc_col-sm-12:after{
	display:none;
}
.vc_row.wpb_row.home-news-events-section .news-events-middle{
	width:96%;
	padding:20px 0 23px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column h1{
	font-size: 36px;
line-height: 36px;
padding: 0 0 12px;
margin: 0 0 20px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h6, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h6{
	font-size:15px;
	padding:0 0 3px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h3, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3{
font-size: 17px;
line-height: 22px;
padding: 0 0 10px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li .event-readmore a, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li .news-readmore a{
	font-size: 17px;
line-height: 22px;
padding-right: 19px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li{
	padding:0 0 18px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .event-calendar-button, .vc_row.wpb_row.home-news-events-section .wpb_column .all-news-button{
	padding-top:8px;
}
.vc_row.wpb_row.home-news-events-section .news-events-right.wpb_column{
	width: 100%;
float: left;
padding-top: 28px;
}
.home-news-details .home-news-left{
	width:20%;
	margin-top: 4px;
}
.home-news-details .home-news-right{
	width:74%;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area{
	width:100%;
	background:none;
	padding:0;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p{
	font-size:21px;
	line-height:26px;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p br{
	display:none;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area {
    width: 100%;
    float: left;
    padding-top: 23px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .widget-title{
	font-size:17px;
	padding-bottom: 12px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li{
	font-size:15px;
}
#footer .footer-widgets-main{
	padding:19px 0 17px;
}
.footer-copyright-l {
    float: none;
    padding: 0 0 17px;
}
.footer-copyright-details p{
	font-size:15px;
	text-align:center;
}
.footer-copyright-r{
	float:none;
}
.footr-copyright-main{
	padding:16px 0 15px;
}
.vc_row.wpb_row.home-news-events-section .news-events-left.wpb_column{
	width:100%;
}
.page-caption-position h1{
font-size: 32px;
line-height: 32px;
}
.page-caption-main.page-caption-img .page-caption-position{
padding: 39px 0 17px;
margin-top: -20px;
}
.vc_row.wpb_row.our-mission-section .our-mission-left.wpb_column, .vc_row.wpb_row.our-history-section .our-history-right.wpb_column{
	width:100%;
	margin-top:0;
}
.vc_row.wpb_row.our-mission-section .our-mission-right.wpb_column{
	width:100%;
}
.vc_row.wpb_row.our-mission-section .our-mission-right.wpb_column, .vc_row.wpb_row.our-history-section .our-history-right.wpb_column{
	float: left;
margin-top: 18px;
}
.about-page-main .entry-content .wpb_wrapper p{
	font-size: 15px;
line-height: 22px;
margin: 0 0 21px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button a, .vc_row.wpb_row.benefits-membership-section .become-contact-button a{
	width: 170px;
height: 48px;
line-height: 48px;
}
.vc_row.wpb_row.our-mission-section, .vc_row.wpb_row.our-history-section{
	padding:20px 0 23px;
}
.vc_row.wpb_row.our-history-section .our-history-left.wpb_column{
	width:100%;
}
.about-page-main .entry-content .wpb_wrapper p br{
	display:none;
}
.about-page-main .entry-content .wpb_wrapper h2{
	font-size: 32px;
line-height: 32px;
padding: 0 0 8px;
}
.about-page-main .wpb_video_widget{
    margin-top: 25px;
}
.our-officers-list-new .about-officer-list-left {
    width: 100%;
    margin-bottom: 15px;
}
.our-officers-list-new .about-officer-list-middle {
    width: 100%;
    margin-bottom: 15px;
}
.our-officers-list-new .about-officer-list-right {
    float: left;
    width: 100%;
}
.our-officers-list-new h3 {
    font-size: 22px;
}
.our-officers-list-new h3 strong {
    font-size: 19px;
}
.our-officers-list-new {
    margin-bottom: 15px;
}
.about-scholarship-tiitle h4 {
    font-size: 25px;
    line-height: 27px;
}
.about-scholarship-tiitle {
    margin: 30px auto 30px !important;
}
.about-scholarship-tiitle h3 {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
}
.our-history-img-title{
	text-align:left;
	padding:6px 0 0;
	line-height: 18px;
}
.vc_row.wpb_row.our-membership-section .our-mission-right.wpb_column{
	padding-top:0;
}
.vc_row.wpb_row.our-history-section.our-officers-section .our-history-left.wpb_column{
	width:100%;
}
.our-officers-section .our-officers-list ul li:first-child, .our-officers-section .our-officers-list ul li:nth-child(2n), .our-officers-section .our-officers-list ul li.last{
	width:100%;
}
.our-officers-section .our-officers-list ul li h5{
	line-height:20px;
}
.our-officers-section .our-officers-list ul li{
	padding:0 0 14px;
}
.our-officers-section .our-officers-list {
    padding: 8px 0 14px;
}
.vc_row.wpb_row.become-join-section, .vc_row.wpb_row.benefits-membership-section, .vc_row.wpb_row.success-story-section{
	padding:20px 0;
}
.vc_row.wpb_row.become-join-section .become-join-left.wpb_column{
	width:100%;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column{
	float: left;
width: 100%;
text-align: center;
padding: 18px 0 6px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper h5{
	font-size: 17px;
line-height: 23px;
padding: 0 0 18px;
}
.vc_row.wpb_row.become-join-section .become-join-right.wpb_column .wpb_wrapper .become-join-button a{
	width: 180px;
height: 48px;
line-height: 48px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p{
	font-size:15px;
	line-height:21px;
	padding: 0 0 14px;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title p br{
	display:none;
}
.vc_row.wpb_row.benefits-membership-section .benefot-member-title h1{
	font-size:30px;
	line-height:30px;
	padding:0 0 10px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-r{
	width:100%;
	height:auto;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list h4{
	font-size: 26px;
	height: 55px;
line-height: 55px;
border-top: 1px solid #aeb2ce;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l h4{
	border-top:none;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-l, .vc_row.wpb_row.benefits-membership-section .benefit-member-list .benefit-member-m{
	border-right:none;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list p{
	font-size: 15px;
line-height: 23px;
padding: 14px 14px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li b{
	background-position:left 4px;
	padding-left: 23px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li{
	font-size: 15px;
line-height: 21px;
padding: 0 0 12px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul{
	padding: 14px 15px 8px;
}
.vc_row.wpb_row.benefits-membership-section .become-contact-button{
	padding-top:23px;
}
.events-page-main .events-top-content p br{
	display:none;
}
.events-page-main .events-top-content p{
	font-size: 17px;
line-height: 22px;
margin: 0 0 21px;
}
.events-main-details .events-page-left{
	width:100%;
}
#content .events-main-details .events-page-left .event-calendar-main table{
	padding:0 3px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td{
	padding: 10px 3px !important;
	font-size: 14px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.day-with-date span{
	padding-bottom:2px;
}
#content .events-main-details .events-page-left .event-calendar-main .kjo-link{
	height:8px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-month{
	font-size: 18px;
line-height: 23px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td{
	padding-top: 10px !important;
padding-bottom: 10px !important;
}
.events-main-details .events-page-right li .widget-title{
	font-size: 32px;
line-height: 32px;
padding: 0 0 18px;
}
.events-main-details .events-page-right li ul li ul li a{
	font-size:18px;
	line-height:22px;
}
.events-main-details .events-page-right li ul li h6{
	font-size: 15px;
	margin:0 0 2px;
}
.events-main-details .events-page-right li ul li{
	margin:0 0 14px;
}
.events-main-details .events-page-right li ul.upcoming-event-list{
	max-height:322px;
}
.events-main-details .events-page-right{
	float: left;
width: 100%;
padding: 20px 10px 20px 14px;
}
.events-page-main{
	padding:20px 0;
}
.events-main-details .events-page-right li ul li .calnk a:hover span{
	font-size: 13px;
padding: 8px 12px;
line-height:18px;
}
.blog-post-main .post .blog-post-details .blog-post-img{
	width: 21%;
padding-top: 5px;
}
.blog-post-main .post .blog-post-details .blog-post-right{
	width:77%;
}
.blog-post-main .post .blog-post-details h6{
	font-size:14px;
	padding:0 0 1px;
}
.blog-post-main .post .blog-post-details h3{
	font-size: 16px;
line-height: 20px;
padding: 0 0 5px;
}
.blog-post-main .post .blog-post-details .blog-post-content p, .blog-post-main .post .blog-post-details .blog-post-content{
	font-size:14px;
	line-height:18px;
}
.blog-post-main .post .blog-post-details .blog-readmore{
	padding-top:10px;
}
.blog-post-main .post .blog-post-details .blog-readmore a{
	font-size:16px;
	line-height:21px;
	padding-right: 18px;
}
.blog-post-main .post{
	padding:0 0 20px;
}
.blog-post-main{
	padding:20px 0 8px;
}
.single-post-main h1.entry-title{
	font-size: 26px;
line-height: 30px;
}
.single-post-main h6.single-post-date{
	font-size:15px;
	margin:0 0 1px;
}
.single-post-main .single-post-details{
	padding:15px 0 0;
}
.single-post-main .single-post-details .single-post-left{
	width:100%;
}
.single-post-main .single-post-details .single-post-left .post .entry-content p{
	font-size: 14px;
line-height: 20px;
margin: 0 0 10px;
}
.single-post-main .single-post-details .single-post-left .post .single-post-img{
	padding:0 0 15px;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li small{
	margin:0 0 5px;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li:first-child{
	width:100%;
	margin:0;
}
.single-post-main .single-post-details .single-post-left .post .share-news{
	padding:10px 0 0;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .blog-readmore a{
	font-size: 16px;
line-height: 20px;
padding-right: 18px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3{
	font-size: 18px;
line-height: 21px;
padding: 0 0 4px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li{
	margin:0 0 16px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .widget-title{
	font-size: 30px;
line-height: 30px;
padding: 0 0 12px;
}
.single-post-main .single-post-details .single-post-right{
	float: left;
width: 100%;
padding: 20px 16px 10px;
margin-top:26px;
}
.single-post-main{
	padding:20px 0 21px;
}
.single-post-main .single-post-details .single-post-left .post .single-post-img img{
	width:100%;
}
.vc_row.wpb_row.our-mission-section.support-scholorship-section .our-mission-right.wpb_column{
	width:100%;
	padding-top:0;
}
.about-page-main .entry-content .support-scholorship-section .wpb_wrapper h2{
	font-size:26px;
	line-height:29px;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper h6{
	padding:14px 0 20px;
}
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column{
	width:100%;
}
.vc_row.wpb_row.success-story-section .success-story-left.wpb_column:before{
	display:none;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper p{
	margin:0 0 16px;
}
.vc_row.wpb_row.success-story-section .success-story-right.wpb_column{
    width: 100%;
    float: left;
    padding-top: 23px;
}
.vc_row.wpb_row.success-story-section .our-history-img-title{
	margin-top:8px;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column{
	width:100%;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column h5 br{
	display:none;
}
.vc_row.wpb_row.application-section .application-sec-left.wpb_column h5{
	font-size: 18px;
line-height: 23px;
padding:0 0 5px;
}
.about-page-main .entry-content .application-section .wpb_wrapper p{
	margin:0 0 20px;
	padding:0;
}
.about-page-main .entry-content .application-section .wpb_wrapper .our-mission-button a{
	width:260px;
}
.vc_row.wpb_row.application-section .application-sec-right.wpb_column{
	float: left;
width: 100%;
margin-top: 26px;
}
.vc_row.wpb_row.application-section .application-details ul li{
	margin:0 0 21px;
}
.vc_row.wpb_row.application-section .application-details{
	padding: 21px 23px 26px;
}
.vc_row.wpb_row.application-section{
	padding:21px 0;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li{
	margin:0 0 20px;
	width:100%;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-address, .vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-email, .vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-facebook, .vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-linkedin{
	padding-left:48px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main{
	padding:21px 0;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper h1{
	font-size: 34px;
line-height: 36px;
padding: 0 0 15px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form{
	padding-right:0;
}
.contact-form-field{
	width:100%;
	margin-right:0;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form p{
	padding:0 0 12px;
}
.vc_row.wpb_row.contact-page-section .wpb_wrapper .contact-page-form form .contact-form-submit{
	padding-top:8px;
}
.vc_row.wpb_row.contact-page-section{
	padding:20px 0 15px;
}
.members-page-main .entry-content .member-section-main .officers-table-main{
	width:100%;
}
.members-page-main .entry-content .member-section-main .officers-table-main table tr td{
	font-size: 11px;
line-height: 15px;
padding: 6px 8px !important;
}
.members-page-main .entry-content .member-section-main .officers-table-main table{
	margin:0 !important;
}
.members-page-main .entry-content .member-section-main{
	padding:21px 0;
}
.page-id-191 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-193 .members-page-main .entry-content .member-section-main .member-form-main, .page-id-195 .members-page-main .entry-content .member-section-main .member-form-main{
	width:100%;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div{
	width:100%;
	padding: 19px 24px 30px 15px;
	min-height: inherit;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div:last-child{
	margin-top:20px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div{
	font-size:14px;
	line-height:18px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm{
margin: 12px 0px 0px 23px !important;	
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div #SFusrmanfrm table tr td button{
	width:140px;
	height:46px;
	line-height:46px;
}
.members-page-main .entry-content .member-section-main .membership-work-content ul li{
	font-size: 14px;
line-height: 20px;
margin: 0 0 14px;
}
.members-page-main .entry-content .member-section-main .membership-work-content p{
	line-height: 20px;
margin: 0 0 14px;
font-size:14px;
}
.members-page-main .entry-content .member-section-main .membership-work-content h2{
	font-size:17px;
	line-height: 21px;
margin: 0 0 8px;
}
.members-page-main .entry-content .member-section-main p br{
	display:none;
}
.members-page-main .entry-content .member-section-main p{
	font-size: 15px;
line-height: 20px;
margin:0 0 16px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox table.SFfrm tr td, .members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr table.SFfrm tr td{
	width:100%;
	font-size:14px;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox{
	padding: 18px 18px 8px;
width: 100%;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne .SFbox .SFchk{
	margin:0 0 18px !important;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm{
	margin-top: 14px;
padding-left: 25px !important;
box-sizing: border-box;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm tr td:first-child{
	padding-left:0 !important;
	padding-right:0 !important;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk{
	padding:0 0 10px !important;
}
.members-page-main .entry-content .member-section-main .application-form-main h3{
	margin:20px 0 0;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFusrpne.SFpne .SFusrpne #SFusrpaybil.SFbox .SFchk table.SFfrm tr td{
	width:100%;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmitm .SFfrmitm{
	width:100%;
	height:auto;
	max-width: 100%;
	padding-bottom:0;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFpne #SFfrmpne.SFpne #SFfrmusr .SFbox{
	padding: 20px 18px 12px;
width: 100%;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFfrmitm .SFfrmitmimg + .SFfrmitmtxt{
	max-height: inherit;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFfrmitm .SFfrmitmadd{
	position:relative;
}
.members-page-main .member-section-main .application-form-main #SFctr #SFfrmitm .SFfrmitmovr{
	height:auto;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmitmdlg.SFpne table tr:first-child td:last-child{
	padding:0 0 10px !important;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmitmdlg.SFpne table tr:first-child td:last-child input{
	    padding: 6px 14px;
    font-size: 14px;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table tbody#SFfrmcar tr td select{
	width:75px;
	padding:6px 5px;
}
.members-page-main .member-section-main .member-form-main #SFctr.SF #SFpne #SFfrmpne #SFfrmadd table tbody#SFfrmcar tr td{
	font-size:13px;
	padding: 0 6px 10px 0 !important;
	vertical-align:top;
}
.single-post-main .single-post-details .single-post-left .post .entry-content img.alignleft{
	width:46%;
	margin-right:4%;
	height:auto;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li.menu-item-has-children span{
background: url(images/mobile-submenu-plus-icon.png) no-repeat center center;
width: 38px;
height: 40px;
display: block;
border: none;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.header-mobile-menu .mobile-header-right .menu-header ul#menu-main-menu li.menu-item-has-children.submenu-open span{
    background: url(images/mobile-submenu-minus-icon.png) no-repeat center center;
}
div #SFctr .SF1 nav > ul > li{
	display: inline-block;
}
div #SFctr #SFevtlst #SFevtlsttop{
	padding:0 0 12px;
}
div #SFctr #SFevtlst .SFevt > img{
	width:100%;
}
#SFctr .SF1 #SFevtlst.SFevtlgo .SFevtinf{
	padding:12px 0 0;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtttl{
	font-size: 18px;
line-height: 23px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst .SFevtdtl{
	font-size:14px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtlst #SFevtlstbtm{
	margin:0;
}
.events-page-main .events-main-details .events-page-left #SFctr nav a{
	display:inline-block;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfimg + #SFevtinfttl{
	bottom: 0;
left: 0;
padding: 10px 0 0;
font-size: 16px;
line-height: 22px;
}
.events-page-main .events-main-details .events-page-left #SFctr h4{
	font-size:16px;
}
.events-page-main .events-main-details .events-page-left #SFctr p{
	font-size: 14px;
line-height: 17px;
margin: 0 0 9px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfdtl{
	margin:0 0 16px;
}
.events-page-main .events-main-details .events-page-left #SFctr #SFevtinfbtm tr > td{
	padding: 0 10px 6px 0 !important;
	font-size:15px;
}
.home-events-list #SFctr .SF1 #SFevtlst .SFevtttl{
	font-size: 19px;
line-height: 23px;
}
.home-events-list #SFctr #SFevtlst .SFevtdtl{
	font-size:15px;
}
.about-page-main .entry-content .wpb_wrapper .our-mission-button.about-popup-btns a{
	display:block;
	width:100%;
	margin:0 0 10px;
}
body #lightbox{
	right: 0;
margin: auto;
width:96%;
left:0 !important;
}
body #outerImageContainer{
	width: 100% !important;
height: auto !important;
margin:auto;
}
body #imageDataContainer{
	width:100% !important;
}

}


@media only screen and (min-width: 568px) and (max-width: 767px){
.home-scholarship-section .home-scholarship-left p {
    font-size: 16px;
    line-height: 24px;
}
.home-membership-section .membership-content h4 {
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 10px;
}
.home-membership-section .membership-content p {
    font-size: 17px;
    line-height: 24px;
}
.vc_row.wpb_row.home-news-events-section .wpb_column .home-events-list ul li h3, .vc_row.wpb_row.home-news-events-section .wpb_column .home-news-list ul li h3{
	font-size: 20px;
line-height: 23px;
padding: 0 0 10px;
}
.home-news-details .home-news-left{
	width:22%;
}
#footer .footer-widgets-main #footer-widget-area #first.widget-area p{
	font-size: 24px;
line-height: 30px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .widget-title{
	font-size: 18px;
padding-bottom: 14px;
}
#footer .footer-widgets-main #footer-widget-area #second.widget-area .textwidget ul li{
	font-size:16px;
}
.footer-copyright-details p{
	font-size:16px;
}
.home-slider-right h5 {
    font-size: 30px;
    line-height: 36px;
}
.about-page-main .entry-content .wpb_wrapper p{
	font-size: 16px;
line-height: 24px;
margin: 0 0 23px;
}
.our-officers-section .our-officers-list ul li h5{
	font-size: 15px;
line-height: 20px;
}
.our-officers-section .our-officers-list ul li h6{
	font-size: 12px;
line-height: 19px;
}
.our-officers-section .our-officers-list ul li:first-child, .our-officers-section .our-officers-list ul li:nth-child(2n), .our-officers-section .our-officers-list ul li.last{
	width:32%;
}
.our-officers-section .our-officers-list ul li:first-child, .our-officers-section .our-officers-list ul li:nth-child(2n){
	margin-right:2%;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list h4{
	font-size: 30px;
height: 60px;
line-height: 60px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list p{
    font-size: 18px;
    line-height: 26px;
    padding: 20px 20px 0;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li{
	font-size: 18px;
line-height: 23px;
padding: 0 0 17px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul li b{
    background-position: left 5px;
    padding-left: 25px;
}
.vc_row.wpb_row.benefits-membership-section .benefit-member-list ul{
    padding: 18px 20px 14px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td{
	padding: 12px 10px !important;
font-size: 16px;
}
#content .events-main-details .events-page-left .event-calendar-main table{
	padding:0 18px !important;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td.calendar-month{
    font-size: 21px;
    line-height: 28px;
}
#content .events-main-details .events-page-left .event-calendar-main table.calendar-table tr td.calendar-heading table tr td{
	padding-top: 18px !important;
padding-bottom: 20px !important;
}
#content .events-main-details .events-page-left .event-calendar-main .kjo-link{
	height:20px;
}
#content .events-main-details .events-page-left .event-calendar-main .kjo-link p{
	display:none;
}
.events-main-details .events-page-right li .widget-title{
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 21px;
}
.events-main-details .events-page-right li ul li ul li a{
	font-size:20px;
	line-height:28px;
}
.events-main-details .events-page-right li ul li h6{
	font-size:16px;
	margin:0 0 2px;
}
.events-main-details .events-page-right li ul li{
	margin:0 0 23px;
}
.events-main-details .events-page-right{
	padding-left:30px;
}
.events-main-details .events-page-right li ul.upcoming-event-list{
	max-height:295px;
}
.blog-post-main .post .blog-post-details .blog-post-content p, .blog-post-main .post .blog-post-details .blog-post-content{
	font-size:15px;
	line-height:21px;
}
.blog-post-main .post .blog-post-details h3{
    font-size: 17px;
    line-height: 23px;
    padding: 0 0 6px;
}
.blog-post-main .post .blog-post-details h6{
    font-size: 15px;
    padding: 0 0 1px;
}
.blog-post-main .post .blog-post-details .blog-readmore{
	padding-top:12px;
}
.single-post-main h1.entry-title{
    font-size: 34px;
    line-height: 38px;
}
.single-post-main .single-post-details{
	padding:20px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .entry-content p{
	font-size: 16px;
line-height: 24px;
margin: 0 0 15px;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li:first-child{
	width: auto;
margin: 0 18px 0 0;
}
.single-post-main .single-post-details .single-post-left .post .share-news ul li small{
	margin-top:8px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries .widget-title{
	font-size: 36px;
line-height: 36px;
padding: 0 0 16px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li h3{
	font-size: 20px;
line-height: 26px;
padding: 0 0 8px;
}
.single-post-main .single-post-details .single-post-right .widget_recent_entries ul li{
	margin:0 0 23px;
}
.single-post-main .single-post-details .single-post-right{
	padding-bottom:6px;
}
.about-page-main .entry-content .support-scholorship-section .wpb_wrapper h2{
    font-size: 32px;
    line-height: 36px;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper h6{
	padding:20px 0;
}
.about-page-main .entry-content .success-story-section .wpb_wrapper p{
	margin:0 0 20px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li{
	width:50%;
}
.vc_row.wpb_row.contact-details-section .contact-details-main ul li.contact-email{
	height:45px;
}
.vc_row.wpb_row.contact-details-section .contact-details-main{
	padding-bottom:5px;
}
.members-page-main .entry-content .member-section-main .officers-table-main table tr td{
	font-size: 15px;
line-height: 20px;
padding: 8px 14px !important;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman div{
	font-size:15px;
	line-height:20px;
}
.members-page-main .entry-content .member-section-main .member-form-main .SF #SFpne .SFpne #SFusrman > div{
	padding: 26px 55px 36px 30px;
}
.members-page-main .entry-content .member-section-main .membership-work-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
}
.members-page-main .entry-content .member-section-main .membership-work-content p{
	line-height: 24px;
margin: 0 0 18px;
font-size: 16px;
}
.members-page-main .entry-content .member-section-main .membership-work-content h2{
	font-size: 20px;
line-height: 25px;
margin: 0 0 12px;
}
.members-page-main .entry-content .member-section-main p{
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 20px;
}

}