/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2020 | 18:55:49 */
/* Header */

#masthead .hgroup {
  	z-index: 10000;
}

#masthead .hgroup .logo {
    max-width: 320px;
    width: 100%;
  	margin-bottom: -60px;
}

#masthead .hgroup .logo img {
    width: 100%;
    height: auto;
}

.header-login {
  	background-color: #7030A0;
    padding: 10px 30px;
  	border-radius: 35px;
}

.header-login p {
	font-size: 24px;
    color: #fff;
}

.header-login a {
  	padding: 0 10px;
  	font-size: 24px;
    color: #fff !important;
}

#main {
  padding-top: 10px;
}

/* home page */

form.post-password-form {
  margin-bottom: 200px !important;
}

.home-top-bar {
  margin: 0;
}

.home-top-bar h1 {
  margin: 0 30px;
  float: left;
  color: #fff;
  font-weight: 700;
}

.home-top-bar p {
  color: #c3c0c9;
  margin: 0;
}

.home-two-col .panel-grid-cell {
  border-left: 2px solid #7030a0;
  padding: 0 25px;
  min-height: 320px;
}

.home-two-col .panel-grid-cell:first-child {
  border-left: none;
}

.home-two-col h3 {
  color: #7030a0;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.home-two-col .video-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-two-col .video-links img {
  margin: 0 10px;
}

.home-two-col .phone-cta h2 {
  text-align: left;
}

.home-two-col .phone-cta a {
  text-decoration: none;
}

.home-two-col .phone-cta img {
  float: right;
  max-width: 120px;
}

/* patient portal */

#portals_section > .panel-grid-cell {
  	position: relative;
  	background-color: #7030a0;
  	padding-bottom: 10px !important;
  	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#portals_section > .panel-grid-cell:first-child {
  	padding-right: 5px;
}

#portals_section > .panel-grid-cell:first-child .slider-placeholder {
    position: absolute;
    top: 10px;
    right: 5px;
    height: calc(100% - 20px);
    width: calc(100% - 15px);
  	background-image: url(http://3.21.165.119/wp-content/uploads/2020/10/shutterstock_278608907.jpg);
  	background-size: cover;
  	background-position: 35% 38%;
  	z-index: 1;
}

#portals_section > .panel-grid-cell:last-child {
  	padding-left: 5px;
}

#portals_section .n2-section-smartslider {
  	position: relative;
  	z-index: 10;
}

#portals_section > .panel-grid-cell:last-child .slider-placeholder {
    position: absolute;
    top: 10px;
    left: 5px;
    height: calc(100% - 20px);
    width: calc(100% - 15px);
  	background-image: url(http://3.21.165.119/wp-content/uploads/2020/10/shutterstock_121894351.jpg);
  	background-size: cover;
  	background-position: 20% 52%;
  	z-index: 1;
}

#portals_section .widget_sow-editor {
  	position: absolute;
    top: 0;
  	left: 0;
    height: 100%;
    width: 100%;
}

#portals_section .portal-box {
  	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#portals_section .portal-box a {
    height: 100%;
    width: 100%;
    display: inline-block;
  	text-decoration: none;
}

#portals_section .portal-box .portal-border {
	margin: 20px;
    height: calc(100% - 60px);
    display: flex;
  	align-items: flex-end;
    position: relative;
    z-index: 11;
}

#portals_section .portal-box h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #7030a0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#portals_section .portal-box h2 img {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

/* Footer */

.footer-main {
  margin-top: 30px;
  display: flex;
}

.footer-main h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.footer-menu {
  width: 70%;
  display: flex;
  padding-right: 30px;
}

.footer-menu li {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.footer-menu a {
  color: #c3c0c9;
  font-weight: 700;
}

.footer-col {
  width: 25%;
}

.footer-socials {
  width: 30%;
  border-left: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.footer-socials > div {
  width: 100%;
}

.footer-socials h4 {
  width: 100%;
  text-align: center;
}

.footer-socials .social-icons {
  width: 100%;
}

.footer-socials .social-icons ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-socials .social-icons i {
  font-size: 32px;
  color: #fff;
}

.footer-bottom {
  	margin-top: 50px;
  	margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-bottom img {
  padding-right: 20px;
}

.footer-bottom p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.footer-bottom a {
  color: #fff !important;
  text-decoration: none;
}

#theme-attribution {
  display: none;
}

/* media queries */

@media(max-width:1100px) {
  .main-navigation ul li a {
    padding: 20px;
  }
  .main-navigation ul li:last-child a {
    padding-right: 35px;
  }
  .home-top-bar h1 {
    float: none;
    text-align:center;
    margin: 0;
  }
  .home-top-bar p {
    text-align: center;
  }
  .home-two-col .video-links {
    flex-wrap: wrap;
  }
  .home-two-col .phone-cta img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media(max-width:900px) {
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-menu {
    width: 100%;
    padding-right: 0;
  }
  .footer-socials {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 40px;
  }
  .footer-socials .social-icons {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media(max-width:780px) {
  .home-two-col .panel-grid-cell {
    border-left: none;
    max-width: 360px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto !important;
    text-align: center;
  }
  #portals_section > .panel-grid-cell:first-child {
  	padding-right: 0px;
	}
  
  #portals_section > .panel-grid-cell:first-child .slider-placeholder {
    top: 0px;
    right: 0px;
    height: calc(100% - 10px);
    width: 100%;
	}
  
    #portals_section > .panel-grid-cell:last-child .slider-placeholder {
    top: 0px;
    left: 0px;
    height: calc(100% - 10px);
    width: 100%;
	}

#portals_section > .panel-grid-cell:last-child {
  	padding-left: 0px;
}
}

@media(max-width:680px) {
  #masthead .hgroup .logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-nav-item-wrap-1 {
    text-align: center;
  }
  .footer-menu {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom img {
    padding-right: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footer-bottom p {
    text-align: center;
    width: 100%;
  }
}
@media(max-width:420px) {
  .header-login a,
  .header-login p {
    font-size: 20px;
  }
  #portals_section .portal-box h2 {
    font-size: 20px;
  }
  #portals_section .portal-box h2 img {
    max-height: 30px;
    width: auto;
  }
  .footer-col {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}