/*
Theme Name: Child for Hello by Vecto Digital
Theme URI:  https://vecto.digital/
Author:     Vecto Digital
Author URI: https://vecto.digital/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/*
Theme Name: AAMS 
Description: WordPress Theme for the AAMS website
Author: Daily Computing Solutions, Inc.
Author URI: http://www.dailycomputers.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

body { 
	background: #FFF; 
	color: #000; 
	
	font-family: "Open Sans";
}

h1 {
	margin: 10px 0;

	font-size: 31px;
	font-weight: 300;

	color: #333;
}

h2 {
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 300;
}

h3 {
}

a { 
	text-decoration: none;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	color: inherit;
}

a:hover {
	color: #3498db;
}

p, li {
	font-size: 14px;
	color: #333333;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 960px;
	position: relative;
}

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

.read-more-button {
	display: inline-block;

	background: #FFF;
	padding: 5px 10px;

	font-family: "Open Sans";
	font-size: 12px;

	color: #3498db;
}

.clear {
	clear: both;
}

input, textarea {
	border: 1px solid #3498db;
	
	padding: 5px;
	margin-top: 5px;

	width: 100%;

	font-family: "Open Sans";
	font-size: 14px;
}
input[type=radio], input[type=checkbox] {
	margin: 0 5px;
}
textarea {
	min-height: 200px;
}
select {
	border: 1px solid #3498db;
	
	padding: 5px;
	margin-top: 5px;

	width: 100%;
}
input[type=submit] {
	background: #21409A;
	color: #FFF;
	border-radius: 30px;
	border-color: #21409A;

	text-transform: uppercase;

	width: 30%;
	margin-top: 25px;
	float: right;
}

input[type=submit]:hover {
    background-color: #21409A;
}

.button {
	display: inline-block;

	background: #21409A;
	color: #FFF;

	padding: 5px 10px;

	text-transform: uppercase;
	text-decoration: none;

	margin-top: 25px;
}
.button:hover {
	color: #fff;
	background: #21409A;
}

p a {
	color: #3498db;
	text-decoration: underline;
}

.alert {
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
}
.alert p {
	margin: 0;
	padding: 10px;

	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.alert.error {
	background: red;
}
.alert.success {
	background: green;
}

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

.text-wrap {
	white-space: normal !important;
}

.dues-notice label {
	font-weight: bold !important;
	font-size: 16px !important;
}

.iframe-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#gform_wrapper_65 .ginput_container_singleproduct span {
	display: none;
}

.gquiz-correct-choice {
	color: #22a753 !important;
	position: relative;
}
.gquiz-correct-choice:after {
	position: absolute;
	right: -20px;
	top: 0;
	
	display: block;
	content: ' ';
	background-image: url('https://aamsc.org/wp-content/plugins/gravityformsquiz-master/images/green-check-icon.svg');
	width: 12px;
	height: 12px;
}

/* Sympoisum Stuff */
#field_69_11, #field_68_16 {
	margin-top: 0 !important;
}
#field_69_11 ul, #field_68_16 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#field_69_11 ul li, #field_68_16 ul li {
	flex-basis: 25%;
	flex-grow: 0;
	flex-shrink: 0;
	
	margin-bottom: 20px;
}

#field_65_7 .ginput_container.ginput_container_singleproduct {
	display: none !important;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	padding: 20px 0;
	width: 100%;
	
	z-index: 99;

	background: #FFF;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

header .logo {
	margin-top: 15px;
}

header .right-header .social-icons {
	margin: 0;
	padding: 0;

	list-style: none;
}
header .right-header .social-icons li {
	float: left;
	margin-right: 5px;
}
header .right-header .social-icons li:first-child {
	margin-top: 3px;
}
header .right-header .social-icons li:last-child {
	margin-right: 0;
}

header .right-top-header {
	float: right;
}
header .right-bottom-header {
	clear: both;
	padding-top: 60px;
	width: 100%;
	float: right;
}

/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/

nav { 
}
nav ul {
	margin: 0;
	padding: 0;

	list-style: none;

	float: right;
}
nav ul li {
	float: left;
	margin-right: 30px;

	position: relative;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #3e4043;

	padding-top: 44px;

	background-repeat: no-repeat;
}
nav ul li a:hover {
	color: #3498db;
}

header nav .home a {
	background-image: url('images/home-button.jpg');
	background-position-x: 7px;
}
header nav .about-us a {
	background-image: url('images/about-us-button-circle.jpg');
	background-position-x: 8px;
	background-position-y: -3px;
}
header nav .members a {
	background-image: url('images/members-button-circle.jpg');
	background-position-x: 8px;
}
header nav .photo-gallery a {
	background-image: url('images/photo-gallery-button-circle.jpg');
	background-position-y: 3px;
}
header nav .join-aams a {
	background-image: url('images/join-aams-button-circle.jpg');
	background-position-x: 12px;
}
header nav .projects a {
	background-image: url('images/projects-button-circle.jpg');
	background-position-x: 3px;
	background-position-y: -3px;
}
header nav .scholarships a {
	background-image: url('images/scholarship-button.jpg');
	background-position-x: 27px;
	background-position-y: 7px;
}
header nav .events a {
	background-image: url('images/events-button-circle.jpg');
	background-position-x: -3px;
}
header nav .tv-show a {
	background-image: url('images/tv-show.png');
	background-position-x: 25px;
}
header nav .scholarship-program a {
	background-image: url('images/scholarship-button.png');
	background-position-x: 50px;
}
header nav .webinar a {
	background-image: url('images/webinar-button.jpg');
	background-position-x: 8px;
}

header nav ul li ul {
	position: absolute;
	z-index: 999;

	display: none;

	width: 210px;
	top: 42px;
	left: -8px;
}
header nav ul li ul li {
	float: none;
	display: block;
}
header nav ul li ul li a {
	background-image: none !important;
	color: #FFF;

	display: block;
	width: 210px;

	padding: 10px;

	background: #0d4373;
}
header nav ul li ul li.current_page_item a {
	color: #FFF;
}
header nav ul li ul li a:hover {
	color: #0d4373;
	background: #a0c9ee;
}
header nav ul li ul li ul li {
    top: -45px;
    left: 220px;
}
header nav ul li ul li ul li a:hover {
	color: #0d4374;
	background: #a0c9ee !important;
}
#menu-item-15870 a {
    background-image: url(https://aamsc.org/wp-content/uploads/2017/01/genocide-flower-2.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-x: 160px !important;
}
#menu-item-18244 a:active {
	pointer-events: none;
  	cursor: pointer;
}
#menu-item-18392 a:active, #menu-item-18391 a:active {
	pointer-events: auto;
	cursor: pointer;
	color: #FFF;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer {
	margin-top: 40px;
	padding-bottom: 60px;

	padding-top: 20px;

	border-top: 5px solid #0d4373;
	background: #222222;
}
footer p {
	margin-bottom: 0;

	font-size: 12px;
	color: #FFF;
}
footer p a {
	color: #FFF;
}
footer p a:hover {
	color: #FFF;
}
footer p.copyright {
	margin-top: 0;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

.hero-section {
	flex-basis: 50%;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.32); 
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.32);
	
	padding: 20px;
	border: 3px solid #3498db;
	
	text-align: center;
	
	margin-right: 20px;
}
.hero-section h2 {
	font-size: 18px;
	margin-bottom: 0;
}
.hero-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.hero-container {
	max-width: 1200px;
	margin: 0 auto;
}
.hero-section hr {
	margin: 0;
}
.hero-section .button {
	margin-top: 0;
}
#breath-of-life-row {
	justify-content: center;
	margin-bottom: 40px;
}

.donate-hero {
	position: relative;
	background-image: url('https://aamsc.org/wp-content/uploads/2023/05/lifeline-of-hope-large.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fcecdc;
	
	height: 530px;
}
.donate-hero a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.donate-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px;
}
.donate-buttons .button {
	margin-top: 0;
}

@media only screen and (max-width: 630px) {
	.donate-buttons {
		flex-direction: column;
	}
}

.webinar-home iframe {
	width: 280px !important;
	height: auto;
}
.webinar-home h2 {
	text-transform: uppercase;
  font-size: 15px !important;
}
.homepage-webinars [class*="column"] + [class*="column"]:last-child {
	float: left;
}

.covid-19-banner {
	background-image: url('images/virus-model.jpg');
	background-size: cover;
	background-position: center center;

	height: 300px;
}
.covid-19-banner .covid-19-info {
	background: white;
  border: 2px solid #3498db;
  width: 500px;
  float: right;
  margin-top: 30px;
  padding: 40px;
}
.covid-19-banner .covid-19-info p {
	font-size: 16px;
}
.covid-19-banner .covid-19-info a {
  background: #3498db;
  color: #FFF;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
}

.hero {
	background-image: url('https://aamsc.org/wp-content/uploads/2021/02/pexels-meline-asryan-5952216.jpg'); 
	background-size: cover; 
	background-position: bottom center;

	width: 100%;
	min-height: 100%;
	
	padding-top: 80px;
	padding-bottom: 80px;
}

.homepage-top {
	background: #f2f2f2;
	padding: 5px 0;
	padding-top: 5px;
}

.homepage-top h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	
	color: #272727;
	text-transform: uppercase;
}
.homepage-top ul {
	margin: 0;
	padding: 0;

	list-style: none;
}
.homepage-top ul li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;

	position: relative;
}
.homepage-top ul li h2 {
	margin: 0;

	font-size: 16px;
	font-weight: normal;

	color: #666;
}
.homepage-top ul li span.full-date, .homepage-top ul li span.news-date {
	margin-bottom: 3px;
	display: block;
}
.homepage-top .event-date {
	background-image: url('images/event-cal.png');
	background-repeat: no-repeat;

	width: 24px;
	height: 23px;

	position: absolute;
	top: 0;
	left: 0;

	padding-left: 6px;
	padding-top: 7px;
	color: #666;
	font-size: 11px;
}
.homepage-top .event-info {
	padding-left: 40px;
}
.homepage-top .block {
	position: relative;
	min-height: 235px;
}
.homepage-top .read-more {
	color: #3498db;
	font-weight: bold;
	text-transform: uppercase;

	position: absolute;
	bottom: 0;
	padding-bottom: 70px;
}

.homepage-buckets {
	margin: 40px auto;
}
.homepage-buckets img {
	display: block;
	margin: 0 auto;
}

.community-projects {
	background: #0d4373;

	padding-top: 20px;
}
.community-projects h1 {
 	text-align: center;
 	color: #FFF;
}
.community-projects p {
	text-align: center;
	color: #FFF;
	font-size: 14px;

	margin-bottom: 40px;
}
.community-projects h2 {
	color: #FFF;
	text-align: center;
}

.homepage-projects {
	padding-top: 40px;
}
.homepage-projects li {
	position: relative;
	padding: 0 0.625rem 2.25rem;
}
.homepage-projects li .project-info {
	width: 100%;

	background: #3498db;
	padding: 5px;

	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.homepage-projects li .project-info:hover {
	background: #0d4373;
	cursor: pointer;
}
.homepage-projects li .project-info h3 {
	font-weight: 300;
	margin: 0;
}

.armenia-projects, .usa-projects {
	background: #efefef;
	width: 100%;
}

.homepage-intros h2 {
	text-transform: uppercase;
	font-size: 21px;
}

.homepage-intros a {
	color: #ff2626;
	text-decoration: none;
}

.homepage-bottom {
	margin-top: 40px;
}
.homepage-bottom h1 {
	padding-bottom: 5px;
	margin-bottom: 20px;

	font-size: 22px;

	position: relative;

	border-bottom: 1px solid #d3d3d3;
}
.homepage-bottom h1:after {
	background-color: #418fbf;
	width: 60px;
	height: 2px;

	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.upcoming-events .event {
	position: relative;
	border-bottom: 1px solid #d3d3d3;

	margin-bottom: 20px;
}
.upcoming-events .event .event-picture {
	width: 115px;
	position: absolute;

	top: 0;
	left: 0;
}
.upcoming-events .event .event-picture img {
	display: block;
	max-width: 115px;
	max-height: 120px;
	height: auto;

	margin: 0 auto;
}
.upcoming-events .event .event-content.pad-left {
	padding-left: 135px;
}
.upcoming-events .event .event-content h2 {
	margin: 0;

	font-size: 18px;
	color: #418fbf;
}
.upcoming-events .event .event-content .date {
	display: block;

	font-weight: bold;
	font-size: 13px;
}

.videos {
	margin: 0;
	padding: 0;

	list-style: none;
}
.videos li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.videos li img {
	max-width: 100%;
	height: auto;
	margin: 4px;
}
.videos li:nth-child(2n) {
	margin-right: 0;
}

.ngg-singlepic {
	height: 251px;
}

.slider-banner img {
	min-height: 25px;
}

/***************************************************************************************************************************************************************************************/

/*Profile STYLES*/

/***************************************************************************************************************************************************************************************/

.um-form .um-profile-body {
	max-width: 100% !important;
}

.certificate_list{
	list-style: none;
}
.certificate a{
    font-size: 16px;
    color: #21409A;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/


.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

figcaption {
	font-size: 13px;
	margin-top: 5px;
}

.page-title {
	border-top: 5px solid #0d4373;
	background: url('images/page-title-bg.jpg') repeat-x;

	margin-bottom: 20px;
}

.videos .video {
	margin-bottom: 40px;
}
.videos .video .video-title {
	width: 100%;
    background: #3498db;
    padding: 5px;
    color: #FFF;
    text-align: center;
}
.videos .video .video-title:hover {
	background: #0d4373;
	cursor: pointer;
}
.videos .video .video-title p {
	color: #FFF;
    font-size: 14px;

	margin: 0;
}
.videos .video .video-title p a {
	color: #FFF;
	text-decoration: none;
}

/***************************************************************************************************************************************************************************************/

/*EVENT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.events-past-list, .events-upcoming-list {
	padding-top: 25px;
}
.events-past-list hr, .events-upcoming-list hr {
	width: 25%;
	padding-bottom: 15px;
}

.event {
	border-bottom: 1px solid #CCC;

	padding-bottom: 20px;
	margin-bottom: 20px;

	min-height: 125px;
}
.event .date {
	background: #0d4373;
	border-radius: 5px;

	text-align: center;
}
.event .date span {
	display: block;
	color: #FFF;
}
.event .date .month {
	font-size: 26px;
	line-height: 42px;
}
.event .date .day {
	font-size: 38px;
	line-height: 30px;
}
.event .date .year {
	font-size: 18px;
	margin-top: 3px;
	padding-bottom: 5px;
}
.event .event-text h2 {
	margin-top: 0;
}


.event-description {
	text-align: center;
}
.event-description h3 {
	font-weight: normal;
	padding-top: 25px;
}
.event-description p:last-child {
	padding-bottom: 25px;
}

/* SPRING SYMPOSIUM EVENT */
.educational-presenters.container, .medical-presentations.container, .dental-presentations.container {
	max-width: 1045px;
}
.speaker {
	border-bottom: 2px solid #0d4373;
	padding-bottom: 20px;
}
.speaker p {
	font-size: 16px;
}
.speaker-seperator {
	clear: both;
	padding-bottom: 25px;
}

.medical-presentations h3 {
	margin-bottom: 0;
}
.presentations p {
	font-size: 16px;
	padding-bottom: 15px;
}

/***************************************************************************************************************************************************************************************/

/*MEMBER PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.members-search input[type=text] {
	border: 1px solid #3498db;
	
	padding: 5px;
	margin-top: 5px;

	width: 100%;

	font-family: "Open Sans";
	font-size: 14px;
}
.members-search select {
	border: 1px solid #3498db;
	
	padding: 5px;
	margin-top: 5px;

	width: 100%;
}
.members-search .action-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.members-search input[type=submit] {
	float: none;
	background: #21409A !important;
	color: #FFF;

	text-transform: uppercase;

	width: 30%;
	margin-top: 25px;
}
.members-search a.telemedicine {
	margin-right: 10px;
	background: #21409A !important;
	color: #FFF;
	border-radius:25px;
	
	font-size: 15px;

	text-transform: uppercase;

	
	text-decoration: none;
	text-align: center;
	
	padding: 13px;
}

.members-browse-letters {
	margin: 0;
	padding: 0;

	width: 100%;

	list-style: none;
}
.members-browse-letters li {
	float: left;
	margin: 0 5px;
}
.members-browse-letters li a {
	padding: 5px 10px;
	display: block;
	text-decoration:none !important;

	color: #000;
}
.members-browse-letters li a:hover {
	
	color: #FFF;
	text-decoration:underline !important;
}

.not-active {
	opacity: 0.5;
}

.specialty {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.specialty h3 {
	margin: 0;
    margin-bottom: 15px;
    background: #21409A !important;
    padding: 5px 10px;
    font-weight: 500;
    color: #fff;
    FONT-FAMILY: 'Open Sans';
    font-size: 20px;
    line-height: 35px;
}

.members-list img {
	width: 155px;
	height: 155px;
	object-fit: cover !important;
	border-radius:25px !important;
}

/***************************************************************************************************************************************************************************************/

/*PROJECT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.project {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 45px;

	position: relative;
}
.project h3 {
	font-weight: 300;
	font-size: 24px;
	color: #0d4373;

	border-bottom: 1px solid #0d4373;
	border-left: 25px solid #0d4373;

	padding-left: 10px;
	padding-bottom: 5px;
}
.project p {
	margin-top: 0;
}

/***************************************************************************************************************************************************************************************/

/*BLOG PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.blog-page {
	margin-top: 40px;
}
.blog-content h1 {
	color: #3498db;
}
.blog-sidebar ul {
	margin: 0;
	padding: 0;

	list-style: none;
}
.blog-sidebar h2 {
	color: #3498db;
}

.blog-post {
	border-bottom: 1px solid #3498db;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/***************************************************************************************************************************************************************************************/

/*TV PROGRAMS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.your-health hr {
	width: 25%;

	margin: 15px auto 15px;
}

/***************************************************************************************************************************************************************************************/

/*SCHOLARSHIP PROGRAM PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.scholarship-program h3 {
	margin-bottom: 0;
}

.scholarship-info h2 {
	font-size: 28px;
}
.scholarship-info p {
	font-size: 18px;
}

/***************************************************************************************************************************************************************************************/

/*COMMITTEE PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.committee {
	background: #FFF;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.1)!important;
	border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 40px;
}
.committee h2 {
	background: #3498db;
	margin: 0;
	padding: 10px 15px;
	color: #FFF;
}
.committee ul li {
	margin-bottom: 10px;
	font-size: 16px;
}
.committee em {
	font-weight: bold;
}

/***************************************************************************************************************************************************************************************/

/*Media Screen*/

/***************************************************************************************************************************************************************************************/

@media screen and (max-width: 1070px) {
	.ngg-singlepic {
		height: auto;
	}
}

@media screen and (max-width: 810px) {
	header .right-top-header {
		margin-top: 10px;
	}
	header .right-bottom-header {
		display: none;
	}

	.mean-bar {
		padding-bottom: 0 !important;
	}
	.mean-container .mean-nav ul li a {
		text-align: center !important;
		height: 25px;
	}
	
	.hero-row {
		flex-direction: column;
		justify-content: center;
	}
	.hero-section {
		/*margin-right: 60px;*/
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 700px) {
	.covid-19-banner .covid-19-info {
		float: none;
		width: auto;

		margin: 20px;
	}
}

@media screen and (max-width: 670px) {
	.homepage-top .row {
		height: 300px;
	}
	.homepage-top .row .introduction {
		height: 195px;
	}
	.homepage-top .read-more {
		bottom: initial;
		padding-bottom: 0;
	}
	.homepage-top .block:first-child {
		min-height: 195px;
	}
	.homepage-top .block {
		min-height: 250px;
	}

	#events-button {
		margin-top: 30px;
	}
	#more-info-button {
		margin-top: 96px;
	}
}

@media screen and (max-width: 665px) {
	#events-button {
		margin-top: 0;
	}
}

@media screen and (max-width: 640px) {
	.homepage-top .row {
		height: 130px;
	}

	#more-info-button {
		margin-top: 0;
	}

	header .logo {
		text-align: center;
	}
	header .right-top-header {
		float: none;
		display: flex;
		justify-content: center;

		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

@media screen and (max-width: 505px) {
	.slider-banner {
		margin-top: -3px;
	}
	.slider-banner img {
		min-height: 20px;
	}
	
	.alignleft {
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 430px) {
	#events-button {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 405px) {
	.slider-banner {
		margin-top: -5px;
	}
	.slider-banner img {
		min-height: 15px;
	}

	/* SPRING SYMPOSIUM EVENT */
	.speaker, .medical-presentations, .dental-presentations {
		padding: 0 15px;
	}
	.speaker img {
		width: 100%;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 360px) {
	header .right-top-header .social-icons li:nth-child(2) {
		float: none;
		margin-bottom: 25px;
	}
}

/***************************************************************************************************************************************************************************************/

/*Various Custom Styles*/

/***************************************************************************************************************************************************************************************/

.home-button {
	font-size: 12px;
	font-weight: 600;
	margin-right: 5px;
}

.contact-button {
	font-size: 12px;
	font-weight: 600;
	margin-right: 5px;
}

.icon-1 {
	margin-top: -10px;
    margin-right: 1px;
}

.icon-2 {
	margin-top: -5px;
	margin-right: 2px;
}

#member-search {
	margin-top: -50px;
}

.inactiveLink {
   pointer-events: none;
   cursor: pointer;
}

.gallery-thumbnail {
	padding-bottom: 19px;
	padding-top: 4px;
}

.nf-form-title h3, .nf-form-fields-required {
	display: none;
}
#nf-field-4 {
	border-radius: 5%;
    width: 15%;
    color: #fff;
    background-color: #2a86b7;
}

.scholarship-thumbnails {
	margin-bottom: -20px;
}

#pg-15868-0, #pg-w58753b44dc276-0 {
	margin-bottom: 15px;
}

.symposium-title {
	text-align: center;
}
.symposium-title p {
	font-size: 20px;
	padding-bottom: 15px;
}
.speakers img {
	float: left;
	border-radius: 5px;
}

.gala-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

/***************************************************************************************************************************************************************************************/

/*30 Years History Page Styles*/

/***************************************************************************************************************************************************************************************/

.aams-history-title h2, .aams-history-title p {
	font-family: arial;
	font-weight: bold;
}
.aams-history-title h2 {
	font-size: 2.188em;
	margin-top: 0;
}
.aams-history-title p, .top-row-1986 p, 
.right-col-1992 p, .left-col-1992 p, 
.top-right-col-1993 p, .left-col-1993 p, 
.right-col-2003 p, .right-col-2008 p, 
.left-col-2010 p, .right-col-2010 p,
.left-col-2011 p, .left-col-2012 p,
.right-col-2012 p, .left-col-2015 p {
	font-size: 1em;
}

.right-col-1985 p, .left-col-1990s p, 
.middle-right-col-1993 p, .left-col-2000 p, 
.left-col-2003 p, .right-col-2009 p, 
.left-col-2009 p, .middle-col-2013 p,
.right-col-2011 p {
	font-size: 1em;
	width: 90%;
}

.top-row-1988 p, .top-row-1990s p, 
.top-row-1992 p, .top-row-1993 p, 
.top-row-2000 p, .top-row-2003 p, 
.top-row-2005 p, .top-row-2008 p, 
.top-row-2009 p, .top-row-2010 p,
.top-row-2011 p, .top-row-2012 p,
.top-row-2013 p, .top-row-2015 p,
.top-row-2016 p {
	font-size: 1em;
	font-weight: bold;
}
.right-col-1988 p, .left-col-2005 p,
.right-col-2016 p {
	font-size: 1em;
	width: 80%;
}

.top-row-1990s p, .right-col-2012 p:last-child {
	margin-bottom: 0;
}
.left-col-1990s p, .left-col-1993 p, 
.left-col-2000 p, .left-col-2003 p, 
.left-col-2005 p, .right-col-1985 p, 
.right-col-1988 p, .right-col-2008 p, 
.right-col-2009 p, .left-col-2009 p, 
.left-col-2010 p, .right-col-2010 p,
.left-col-2011 p, .left-col-2012 p,
.right-col-2012 p, .middle-col-2013 p,
.left-col-2015 p, .right-col-2011 p {
	margin-top: 0;
}

.right-col-1992, .right-col-2012 {
	background-color: #fffde1;
	padding: 10px 20px;
}

.top-right-col-1993, .right-col-2003 {
	background-color: #fffde1;
	padding: 20px 20px 40px;
}

.right-col-2011 p {
	padding-top: 35px;
}

.bottom-row-2016 h2 {
	text-transform: uppercase;
    	font-weight: bold;
    	font-size: 2.125em;
    	text-align: center
}

.panel-grid-cell img {
	border-radius: 2%;
}

/***************************************************************************************************************************************************************************************/

/*Classified Ads*/

/***************************************************************************************************************************************************************************************/
.classified-ads .classifed-ad {
  margin-bottom: 40px;
}
.classified-ads .classifed-ad.featured {
  border: 1px solid #3498db;
  padding: 0 20px;
}
.classified-ads .classifed-ad h2 .term {
  text-transform: uppercase;
}

.ngg-albumoverview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.ngg-albumoverview .ngg-album-compact {
	flex-basis: 25%;
	flex-grow: 0;
	flex-shrink: 0;
	
	padding: 0 10px;
	margin-bottom: 20px;
}
.ngg-albumoverview .ngg-album-compact p {
	display: none;
}
.ngg-albumoverview .ngg-album-compact h4 {
    background: #27272714;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-top: 10px;
}
.ngg-albumoverview .ngg-album-compact img {
	width: 100%;
    height: 180px;
    object-fit: cover;
	border-radius:25px 25px 0px 0px !important;
}
a.ngg-album-desc {
    color: #000 !important;
}
ul.ngg-breadcrumbs > li {
    float: left;
    padding: 0 .3em 0 .15em;
    margin: 0;
    vertical-align: middle;
    border: none;
    list-style-type: none;
    font-size: 20px;
    color: #21409a;
    font-family: 'Open Sans';
}

.ngg-gallery-thumbnail img {
    display: block;
    padding: 0;
    position: relative;
    width: 187px !important;
    border-radius: 25px !important;
}


@media only screen and (max-width: 970px) {
	header .logo {
		margin-bottom: 20px;
	}
	header .logo a {
		display: block;
		text-align: center;
	}
	
	header .right-top-header {
		float: none;
	}
	header .right-header .social-icons {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	header .right-header .social-icons li {
		float: none;
	}
}

@media only screen and (max-width: 745px) {
	header .right-header .social-icons {
		flex-wrap: wrap;
		gap: 10px;
	}
	header .right-header .social-icons li {
		margin-right: 0 !important;
	}
}


[type=button],[type=submit],button {
    color: #21409A !important;
    border: 1px solid #21409A !important;
	background-color: #fff !important;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    background-color: #21409A !important;
    color: #fff !important;
}
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1420px !important;
        text-align: center !important;
    }
}
@media (min-width: 1920px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1920px !important;
        text-align: center !important;
    }
}

div#pg-24963-0,div#pg-22487-0,div#pg-22006-0,div#pg-21982-0,div#pg-18351-0,div#pg-18336-0,div#pg-8520-0,div#pg-8517-0,div#pg-378-0,div#pg-380-0,div#pg-382-0,div#pg-18273-0,div#pg-27486-0  {
    padding-top: 50px;
}

img.so-widget-image {
    border-radius: 25px;
}


a.telemedicine {
    color: #fff !important;
}

.ngg-navigation span.current {
    background: #21409a;
}

.ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover {
    background: #738fe1 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}


.ngg-imagebrowser.default-view {
    margin: 0 !important;
}