/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * New Styles
 */
.appointment-container .widget {
  margin: 0; }

.pre-footer .widget_text {
  float: left;
  width: 300px;
  margin: 0 50px 0 0;
  text-align: center; }

.location-container {
  overflow: hidden;
  margin: 0 0 20px; }

.appointment-container {
  background: #005492;
  padding: 30px;
  text-align: center; }

.appointment-container .widget p {
  margin: 0;
  color: white;
  font-size: 20px;
  text-transform: uppercase; }

.appointment-container .widget p a {
  color: white; }

.pre-footer {
  background: white;
  padding: 30px;
  overflow: hidden; }

.pre-footer .widget:last-child {
  float: left;
  width: 610px; }

.pre-footer .widget p.widget_title {
  margin: 0 0 15px;
  color: black;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize; }

.pre-footer blockquote.easy_testimonial {
  padding: 0; }

blockquote.easy_testimonial {
  border: 0; }

blockquote.easy_testimonial {
  margin: 10px auto;
  min-height: 80px;
  padding: 10px; }

.pre-footer .widget_text {
  float: left;
  width: 300px;
  margin: 0 50px 0 0;
  text-align: center; }

.pre-footer .widget_text h3 {
  margin: 15px 0 0;
  color: #005492;
  font-size: 20px; }

/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  background-color: white;
  padding-top: 0; }

body.landing {
  padding-top: 0; }

.container {
  width: 960px;
  margin: 0 auto; }

.landing .container {
  width: 660px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 660px;
  float: left;
  border-style: solid;
  border-color: white; }

.columns > .sidebar {
  width: 300px;
  float: right;
  padding: 30px 0px 0 30px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #004a87;
  text-decoration: none; }

p a {
  text-decoration: none; }

p a:hover {
  text-decoration: none;
  color: #c2c2c2; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  list-style: none; }

.menu li {
  position: relative;
  float: left;
  z-index: 1000;
  margin: 0 10px 0 0; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  margin-top: 1px !important;
  display: none;
  list-style: none;
  z-index: 0;
  border: 1px solid #eeeeee;
  background-color: white; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 8.938em; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 8.938em;
  clear: both;
  margin: 0px; }

.menu a {
  display: block;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #4b4b4b;
  padding: 10px; }

.menu_control {
  display: block;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4b4b4b;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: false;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: whitesmoke; }

.menu_control {
  display: none;
  background-color: white; }

.menu li {
  border: 1px solid white; }

.menu li:hover {
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke; }

.menu .sub-menu a {
  padding: 12px; }


.menu {
  border: 0px; }

.menu .current-menu-item > a {
  background-color: whitesmoke;
  cursor: text; }


/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 0px;
  padding: 24px; }

.landing .header {
  text-align: center; }

#site_title {
  font-size: 37px;
  line-height: 1.32em;
  font-weight: bold;
  color: #4b4b4b; }

#site_title a {
  color: #4b4b4b; }

#site_title a:hover {
  color: #005492; }

#site_tagline {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt h3 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px; }

.grt .headline {
  font-size: 23px;
  line-height: 36px;
  margin: 0;
  font-family: 'Volkhov', serif;
  font-style: italic; }

.grt h2 {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 10px; }

.grt .small,
.grt .caption {
  font-size: 11px;
  line-height: 20px; }

.grt .drop_cap {
  font-size: 48px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 24px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 24px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 24px;
  margin-right: 24px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 24px;
  margin-left: 24px; }

.grt .caption {
  margin-top: -12px;
  color: #4b4b4b; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 23px;
  line-height: 33px;
  width: 45%;
  margin-bottom: 12px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 24px 0 0 0;
  border-top: 1px dotted white; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #4b4b4b; }

.headline a:hover {
  color: #005492; }

.byline,
.byline a {
  color: #4b4b4b; }

.byline a {
  border-bottom: 1px solid white; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #4b4b4b; }

.byline .post_edit {
  margin-left: 12px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #4b4b4b; }


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

.post_box blockquote {
  color: #4b4b4b;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid white; }

.post_box code {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  background-color: fffffff;
  padding: 12px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid white;
  background-color: fffffff;
  padding: 12px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 12px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 11px;
  line-height: 20px; }

.post_box .author_description {
  border-top: 1px dotted white;
  padding-top: 24px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 56px;
  height: 56px;
  float: right;
  clear: both;
  margin-left: 12px; }

.post_box .author_description .avatar {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 12px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #4b4b4b; }

.post_box .alert,
.post_box .note {
  padding: 12px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: white;
  border: 1px solid white; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #4b4b4b;
  text-decoration: none;
  margin-bottom: 24px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 24px; }

.bracket {
  color: white; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white; }

.archive_intro .headline {
  margin-bottom: 24px; }

.prev_next {
  clear: both;
  color: #4b4b4b;
  border-top: 1px solid white;
  padding: 12px 0px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 48px; }

.comments_intro {
  color: #4b4b4b;
  margin-bottom: 12px;
  padding: 0 24px; }

.comments_closed {
  font-size: 11px;
  line-height: 20px;
  color: #4b4b4b;
  margin: 0 24px 24px 24px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 48px;
  border-top: 1px dotted white; }

.comment {
  border-bottom: 1px dotted white;
  padding: 24px; }

.children .comment {
  list-style-type: none;
  margin-top: 24px;
  border-left: 1px solid white;
  border-bottom: 0;
  padding: 0 0 0 24px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #005492; }

.comment .comment_head {
  margin-bottom: 12px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 11px;
  margin-left: 12px;
  color: #4b4b4b; }

.comment_date a {
  color: #4b4b4b; }

.comment_footer a {
  font-size: 11px;
  line-height: 20px;
  color: #4b4b4b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 12px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 48px;
  height: 48px;
  float: right;
  margin-left: 12px; }

.comment_nav {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: white;
  padding: 12px 24px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -48px 0 48px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #4b4b4b;
  border: 1px solid white;
  background-color: fffffff;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: fffffff;
  background-color: white; }

textarea.input_text {
  line-height: 24px; }

.input_submit {
  font-size: 18px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double white;
  background: fffffff url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 48px 0;
  padding: 0 24px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 18px;
  line-height: 29px;
  color: #4b4b4b;
  margin: 0 -24px;
  border-bottom: 1px dotted white;
  padding: 0 24px 12px 24px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 12px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005492; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid white;
  background-color: fffffff; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 11px;
  line-height: 17px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 14px;
  line-height: 21px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  letter-spacing: 1px;
  margin-bottom: 9px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 17px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 17px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 17px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 34px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 9px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #4b4b4b; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 9px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 11px;
  line-height: 20px;
  text-align: right;
  color: #4b4b4b;
  border-top: 3px double white;
  padding: 12px 24px; }

.footer a {
  color: #4b4b4b; }

.footer a:hover {
  color: #4b4b4b; }

.landing .footer {
  text-align: center; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 720px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 660px; }

  .header {
    border-top: 1px solid white; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double white; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 24px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid white;
    padding-left: 24px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 24px; }

  .menu .current-menu-item > a {
    background-color: fffffff; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 630px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 12px; }

  .header,
  .columns > .sidebar,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 12px;
    padding-left: 12px; }

  .post_box {
    padding-right: 12px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 12px; }

  .comments_closed,
  .login_alert {
    margin-right: 12px;
    margin-left: 12px; }

  .comment_form_title {
    margin-left: -12px;
    margin-right: -12px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: 'a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * ---:[ IASIS Custom Styles - PGU Family Med ]:---
 */
.dark-grey {
  color: #4b4b4b; }

.light-grey {
  color: #c2c2c2; }

.dark-grey-bg {
  background-color: #009ddc; }

.light-grey-bg {
  background-color: #c2c2c2; }

.serif {
  font-family: 'Open Sans', sans-serif;
  font-style: normal; }

body {
  font-family: 'Open Sans', sans-serif;
  weight: 300;
  color: #4b4b4b; }

.post_box h2,
h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #005492; }

.post_box h3,
h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #005492; }

/*
 * TOP
 */
#topwrapper {
  height: 20px;
  padding: 10px 0;
  min-width: 1024px; }

#topcontainer {
  width: 960px;
  margin: 0px auto; }

#navtop {
  float: right; }

#navtop div {
  float: left; }

#navtop a {
  color: white; }

#navtop a:hover {
  color: #c2c2c2; }

.nav-top-directory {
  margin: 0 30px 0 0;
  background-image: url(images/icon-directory.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0 0 0 30px; }

.nav-top-appointment {
  margin: 0 30px 0 0;
  background-image: url(images/icon-schedule-sm.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0 0 0 25px; }

/*
 * END TOP
 */
/*
 * HEADER
 */
#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

#headercontainer {
  width: 960px;
  margin: 0px auto;
  height: 100px;
  padding: 15px 0; }

#headlogo {
  float: left;
  width: 235px;
  height: 80px; }

#headlogo img {
  margin: 20px 0 0 0; }

#navmain {
  float: right;
  margin: 30px 0; }

#navmain li a:hover {
  color: #005492; }

/*
 * END HEADER
 */
/*
 * PAGE TITLE
 */
#titlewrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
  min-width: 1024px; }

#titlecontainer {
  margin: 0px auto;
  width: 960px; }

#titlecontainer h1 {
  color: #005492;
  font-family: 'Open Sans', sans-serif;
  font-style: normal; }

/*
 * END PAGE TITLE
 */
/*
 * SLIDER
 */
/*
 * END SLIDER
 */
/*
 * QUICK LINKS
 */
#quicklinkswrapper {
  background-color: #f4f4f4;
  min-width: 1024px; }

#quicklinkscontainer {
  width: 960px;
  height: 210px;
  margin: 0px auto;
  padding: 40px 0 55px 0; }

#quicklinkscontainer h3 {
  color: #4b4b4b;
  margin: 15px 0;
  font-size: 18px; }

#text-2,
#text-3,
#text-4 {
  text-align: center;
  width: 205px;
  float: left;
  margin: 0 35px 0 0; }

#text-10 {
  text-align: center;
  width: 205px;
  float: left;
  margin: 0 0 0 0; }

#quicklinkscontainer .textwidget img {
  margin: 0px auto; }

#quicklinkscontainer #recent-posts-3 {
  width: 210px;
  float: left; }

#quicklinkscontainer #recent-posts-3 a {
  color: #6a3366;
  font-weight: bold; }

#quicklinkscontainer #recent-posts-3 a:hover {
  text-decoration: none;
  color: #1abfe3; }

#quicklinkscontainer .widget_title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #4b4b4b;
  font-size: 18px; }

#quicklinkscontainer p {
  margin: 0 0 20px 0; }

/*
 * END QUICK LINKS
 */
/*
 * APPOINTMENT BAR
 */
#appointmentwrapper {
  background-color: #4b4b4b;
  height: 60px;
  color: white;
  min-width: 1024px; }

#appointmentcontainer {
  width: 960px;
  margin: 0px auto; }

#appointmentcontentleft {
  float: left;
  background-color: #1b1b1b;
  height: 20px;
  padding: 20px;
  font-size: 16px;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

#appointmentcontentleft:hover {
  background-color: #3b3b3b;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

#appointmentcontentleft a {
  color: white;
  background-image: url(images/icon-schedule-sm.png);
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  background-position: 0 5px; }

#appointmentcontentleft img {
  float: left;
  margin: 4px 10px 0 0; }

#appointmentcontentright {
  float: left;
  padding: 20px 0 20px 25px;
  text-transform: uppercase;
  font-size: 15px; }

/*
 * BUCKETS
 */
#bucketswrapper {
  background-color: #afafaf;
  min-width: 1024px; }

#bucketscontainer {
  width: 960px;
  margin: 0px auto;
  height: 280px;
  padding: 40px 0; }

#bucketscontainer p {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin: 5px 0 15px 0; }

#bucket1 {
  float: left;
  margin: 0 30px 0 0; }

#bucket2 {
  float: left;
  margin: 0 30px 0 0; }

#bucket3 {
  float: left;
  margin: -5px 0 0 0;
  width: 300px;
  height: 200px; }

.btn {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #005492;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 8px 18px; }

.btn:hover {
  background-color: #c49fbe;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

a.btn {
  color: white; }

.btn2 {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #005492;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 8px 18px; }

.btn2:hover {
  background-color: #c49fbe;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

/*
 * END BUCKETS
 */
/*
 * BRANDS
 */
#brandwrapper {
  background-color: black;
  background-image: url(images/practice-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1024px; }

#brandcontainer {
  width: 960px;
  height: 115px;
  margin: 0px auto;
  padding: 50px 0; }

#brandcontenttop {
  float: left; }

.lines {
  border-bottom: 1px solid white;
  float: left;
  width: 360px;
  margin: 12px 0 0 0; }

#brandtitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 20px;
  color: white;
  float: left;
  margin: 0 20px; }

#brandcontentbottom {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: white;
  text-align: center;
  line-height: 220%; }

.brandimg {
  float: left;
  margin: 0 24px; }

/*
 * END BRANDS
 */
/*
 * FOOTER
 */
#footerwrapper {
  background-color: #005492;
  padding: 50px 0;
  height: 120px;
  color: white;
  min-width: 1024px; }

#footercontainer {
  width: 960px;
  margin: 0px auto; }

#connect,
#newsletter,
#footerquicklinks {
  float: left;
  width: 300px;
  text-align: center; }

#connect,
#newsletter {
  margin: 0 30px 0 0; }

.connecticons {
  display: inline;
  text-align: center;
  margin: 0 10px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.connecticons:hover {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.first {
  margin-left: 70px; }

#newsletter p {
  margin: 0 0 20px 0;
  line-height: 150%; }

#footercontainer h3 {
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: white; }

.btnlg {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #f9ca64;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 10px 20px; }

.btnlg:hover {
  background-color: #c6ce80;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

a.btnlg {
  color: #005492; }

#footerquicklinks ul {
  list-style-type: none; }

#footerquicklinks li a {
  color: white; }

#footerquicklinks li a:hover {
  color: #cccccc; }

/*
 * END FOOTER
 */
/*
 * BOTTOM
 */
#bottomwrapper {
  background-color: #009ddc;
  height: 30px;
  padding: 10px 0;
  min-width: 1024px; }

#bottomcontainer {
  width: 960px;
  margin: 0px auto;
  color: #cccccc;
  font-size: 10px;
  text-align: right; }

#affiliations {
  float: left; }

#copyright {
  float: right; }

/*
 * END BOTTOM
 */
/*
 * SIDEBARS
 */
.sidebar {
  font-size: 14px; }

.sidebarcallout1,
.sidebarcallout2,
.sidebarcallout3 {
  padding: 20px;
  color: white; }

.sidebarcallout1 h3,
.sidebarcallout2 h3,
.sidebarcallout3 h3 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase; }

.sidebarcalloutbutton {
  border: 1px solid white;
  clear: both;
  color: white;
  padding: 10px;
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarcalloutbutton:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarcallout1 {
  background-color: #004a87; }

.sidebarcallout2 {
  background-color: #015fa7; }

.sidebarcallout3 {
  background-color: #2579ad; }

.sidebar .widget_title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #005492;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none !important;
  margin: 0 0 20px 0; }

.sidebar ul li a {
  color: #4b4b4b;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 5px 0 10px 0; }

.sidebar ul li a:hover {
  text-decoration: none;
  color: #005492;
  border-bottom: 1px solid #0f8aa5; }

.sidebarbillpay {
  background-repeat: no-repeat;
  background-position: 30px 14px;
  border: 1px solid #4b4b4b;
  clear: both;
  color: #4b4b4b;
  padding: 18px 18px 18px 90px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarbillpay:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

/*
 * END SIDEBARS
 */
/*
 * IE WARNING MESSAGE
 */
#iemessage {
  display: none; }

/*
 * END IE WARNING MESSAGE
 */
/*
 * PHYSICIANS QUERY BOX
 */
.physicianlistingcontainer {
  margin-bottom: 24px; }

.physicianlistingcontainer .headline {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif; }

/*
 * END PHYSICIANS QUERY BOX
 */
/*
 * SURGEONS
 */
#doc {
  float: left;
  width: 210px;
  height: 270px; }

#doc h4 {
  font-family: 'Volkhov';
  font-style: italic;
  font-size: 14px;
    /*
   * END SURGEONS
   */ }

/*
 * SPECIALTIES
 */
.specialty {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.provider {
  float: left;
  width: 270px;
  margin: 0 15px 15px 0;
  padding: 15px 15px 5px 15px;
  background-color: #efefef; }

ul.specialties-list {
  list-style-type: none;
  float: left;
  margin: 0 75px 45px 0; }

.specialties-list li a {
  text-decoration: none; }

.specialties-list li a:hover {
  color: #c6ce80; }

/*
 * END SPECIALTIES
 */
/*
 * ---:[ END IASIS Custom Styles - PGU Family Med ]:---
 */
/*
 * ---:[ Responsive Styles ]:--
 */
@media only screen and (width: 768px) {
  @ {
    padding-left: 35px; } }

@media screen and (max-device-width: 720px) {
  #topwrapper,
  #topcontainer,
  #nav-top-appointment,
  #navtop,
  #headercontainer,
  #headlogo,
  #thesis_header_image,
  #headercontainer,
  #quicklinkswrapper,
  #quicklinkscontainer,
  #text-2,
  #text-3,
  #text-4,
  #text-8,
  #appointmentwrapper,
  #appointmentcontainer,
  #appointmentcontentleft,
  #appointmentcontent,
  #appointmentcontentright,
  #bucketswrapper,
  #bucketscontainer,
  #bucket1,
  #bucket2,
  #bucket3,
  #footerwrapper,
  #footercontainer,
  #connect,
  #footercontent,
  #newsletter,
  #footerquicklinks,
  #bottomwrapper,
  #bottomcontainer,
  #bottomcontent,
  #titlewrapper,
  #titlecontainer,
  #affiliations,
  #copyright {
    clear: both !important;
    display: block !important;
    width: 96% !important;
    padding: 10px 2% 10px 2% !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important; }

  .menu_control {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    float: left !important;
    text-align: center;
    font-size: 20px;
    margin-top: -10px; }

  .menu li a {
    background-color: #333333;
    color: false !important;
    border: 0px;
    margin: 0px; }

  .menu li a:hover,
  .menu .current-menu-item a {
    background-color: #c74545;
    color: false !important; }

  .menu ul {
    padding: 0px !important;
    width: 100% !important;
    border: 0px !important; }

  #navmain {
    margin-top: 0px; }

  #menu-main-navigation {
    margin: 0px; }

  #headlogo img {
    width: 100% !important; }

  #topwrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  #topcontainer {
    padding: 5px 0 !important; }

  #navtop {
    text-align: center; }

  .nav-top-appointment,
  .nav-top-directory {
    margin: 0px; }

  #nav-top-directory {
    display: none; }

  .tp-bullets {
    display: none; }

  #titlewrapper {
    text-align: center; }

  #quicklinkscontainer #recent-posts-3 {
    text-align: center; }

  #quicklinkscontainer #recent-posts-3 .widget_title {
    margin: 10px 0 10px 0; }

  #appointmentcontainer {
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  #appointmentcontentleft {
    height: auto;
    padding: 20px; }

  #slidercontainer {
    margin-top: 40px; }

  #sliderwrapper,
  #slidercontainer {
    display: block;
    clear: both; }

  #appointmentcontentright {
    font-size: 17px; }

  #brandwrapper {
    display: none !important; }

  #bucket1,
  #bucket2,
  #bucket3 {
    text-align: center; }

  #newsletter h3 {
    margin: 20px 0 10px 0; }

  #bottomcontainer {
    text-align: center; }

  .first {
    margin-left: 55px; }

  .columns > .content {
    padding-left: 15px; }

  .tp-caption.iasis {
    margin-left: 15px !important; }

  .btnslider {
    margin-left: 15px !important; }

  #affiliations img {
    margin: 0px auto; } }

/*
 * ---:[ END Responsive Styles ]:--
 */
/*
 * ---:[ custom CSS ]:---
 */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  color: #4e4e4e; }

.post_box h2,
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #009ddc; }

.post_box h3,
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #005492; }

.serif {
  font-family: 'Source Sans Pro', sans-serif; }

#iemessage {
  display: none; }

/*
 * ---TOP---
 */
#topwrapper {
  height: 20px;
  padding: 10px 0;
  min-width: 1024px;
  background-color: #009ddc; }

#topcontainer {
  width: 1020px;
  margin: 0 auto; }

#navtop {
  float: right; }

#navtop div {
  float: left; }

#navtop a {
  color: white; }

#navtop a:hover {
  color: #c2c2c2; }

.nav-top-directory {
  margin: 0 30px 0 0;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 0 30px; }

.nav-top-links {
  margin: 0 30px 0 0;
  padding: 0 0 0 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100; }

.nav-top-appointment {
  margin: 0 30px 0 0;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 0 25px; }

/*
 * ---END TOP---
 */
/*
 * ---HEADER---
 */
#header {
  padding: 0; }

#header #site_title a,
#site_tagline {
  display: none; }

#headercontainer {
  width: 960px;
  margin: 0 auto;
  height: 85px;
  padding: 15px 0; }

#headlogo {
  float: left;
  margin-top: 22px; }

#headlogo img {
  margin: 0 0 0 0; }

#navmain {
  float: right;
  margin: 30px 0; }

#navmain li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  color: #4e4e4e; }

#navmain li a:hover {
  color: black; }

#navresponsivewrapper,
#navresponsivecontainer {
  display: none; }

* {
  word-wrap: normal !important; }

/*
 * ---END HEADER---
 * 
 * 
 * /*---PAGE TITLE---
 */
#titlewrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
  min-width: 1024px; }

#titlecontainer {
  margin: 0 auto;
  width: 960px; }

#titlecontainer h1 {
  color: #009ddc;
  font-family: 'Source Sans Pro', sans-serif; }

/*
 * ---END PAGE TITLE---
 */
/*
 * ---FEATURE---
 */
#featurewrapper {
  background: url(/wp-content/uploads/2018/07/jogging-desert-cropped.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

#featurecontainer {
  width: 960px;
  height: 400px;
  margin: 0px auto;
  padding: 0 0; }

#featureimagecontainer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 125%;
  color: white;
  float: left;
  display: flex;
  justify-content: center;
    /*
   * align horizontal
   */
  align-items: center;
    /*
   * align vertical
   */
  width: 500px;
  height: 400px; }

#featurelinkscontainer {
  float: right;
  width: 300px;
  height: 325px;
  margin: 30px 0;
  background: #005492;
  border-top: 15px solid #009ddc; }

#featurelinks {
  width: 250px;
  height: 300px;
  color: white;
  font-size: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 20px 25px; }

.quick {
  width: 230px;
  padding-top: 10px;
  height: 35px;
  text-align: center;
  color: white; }

#quicktitle {
  color: white;
  font-size: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 10px 0 25px 0; }

.quick img {
  float: left;
  margin: -5px 15px 0 0; }

.quick a {
  color: white; }

.quick a:hover {
  color: white; }

.quicktitletop {
  font-weight: 300;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100; }

.quicktitlebottom {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  padding-left: 20px; }

/*
 * ---END FEATURE---
 */
/*
 * ---BUCKETS---
 */
#bucketswrapper {
  min-width: 1024px; }

#bucketscontainer {
  width: 1020px;
  margin: 0 auto;
  height: 300px;
  padding: 40px 0px 40px 0px; }

#bucketscontainer p {
  font-weight: bold;
  font-size: 16px;
  color: #4e4e4e;
  margin: 0px 0 20px 0; }

#bucket1,
#bucket2,
bucket3 {
  float: left;
  margin: 0 30px 0 0; }

.btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #009ddc;
  color: white;
  padding: 8px 18px; }

.btn:hover {
  background-color: #005492;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.anchorbtn {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #2579ad;
  color: white;
  transition: background-color 0.3s ease-in-out;
  padding: 12px 15px; }

.anchorbtn:hover {
  background-color: #005492;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.anchorbtn2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #015fa7;
  color: white;
  transition: background-color 0.3s ease-in-out;
  padding: 12px 15px; }

.anchorbtn2:hover {
  background-color: #004a87;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.anchorbtn3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #004a87;
  color: white;
  transition: background-color 0.3s ease-in-out;
  padding: 12px 15px; }

.anchorbtn3:hover {
  background-color: #2579ad;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.callbtn {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #005492;
  color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 8px 18px; }

a.btn {
  color: white; }

.lines {
  border-bottom: 1px solid white;
  float: left;
  width: 360px;
  margin: 12px 0 0 0; }

/*
 * ---END BUCKETS---
 */
/*
 * ---FOOTER---
 */
#footerwrapper {
  background-color: #005492;
  padding: 45px 0;
  height: 120px;
  color: white;
  min-width: 1024px; }

#footercontainer {
  width: 960px;
  margin: 0 auto; }

#connect,
#newsletter,
#footerquicklinks {
  float: left;
  width: 250px;
  text-align: center; }


.connecticons {
  display: inline;
  text-align: center;
  margin: 0 10px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.connecticons:hover {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.first {
  margin-left: 70px; }

#newsletter p {
  margin: 0 0 20px 0;
  line-height: 150%; }

#footercontent {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

#footercontainer h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #009ddc; }

.btnlg {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #005492;
  background-color: #f9ca64;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 10px 20px; }

.btnlg:hover {
  color: #005492;
  background-color: #f5b62d;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

a.btnlg {
  color: #005492; }

#footerquicklinks ul {
  list-style-type: none; }

#footerquicklinks li a {
  color: white; }

#footerquicklinks li a:hover {
  color: #cccccc; }

/*
 * ---END FOOTER---
 */
/*
 * ---BOTTOM---
 */
#bottomwrapper {
  padding: 30px 0;
  min-width: 1024px; }

#bottomcontainer {
  width: 960px;
  margin: 0 auto; }

#smglogo {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  text-align: center;
  padding-left: 30px; }

#smg {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: white; }

#partnership {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 28%;
  padding: 20px; }

#copyright {
  float: left;
  padding-top: 32px;
  width: 300px;
  text-align: right; }

/*
 * ---END BOTTOM---
 */
/*
 * ---SIDEBARS---
 */
.sidebar {
  font-size: 14px; }

.sidebarcallout1,
.sidebarcallout2,
.sidebarcallout3 {
  padding: 20px;
  color: white; }

.sidebarcallout1 h3,
.sidebarcallout2 h3,
.sidebarcallout3 h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  text-align: center;
  color: white;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase; }

.sidebarcalloutbutton {
  border: 1px solid #009ddc;
  clear: both;
  color: white;
  padding: 10px;
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarcalloutbutton:hover {
  background-color: #009ddc;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarcallout1 {
  background-color: #004a87; }

.sidebarcallout2 {
  background-color: #015fa7; }

.sidebarcallout3 {
  background-color: #2579ad; }

.sidebar .widget_title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004a87;
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: none !important;
  margin: 0 0 20px 0; }

.sidebar ul li a {
  color: #009ddc;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 5px 0 10px 0; }

.sidebar ul li a:hover {
  text-decoration: none;
  color: #009ddc;
  border-bottom: 1px solid #009ddc; }

.sidebarbillpay {
  border: 1px solid #009ddc;
  padding: 18px 18px 18px 18px;
  margin: 10px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sidebarbillpay:hover {
  background-color: #009ddc;
  color: white; }

/*
 * ---:[ Responsive Styles ]:---
 */
@media all and (max-width: 1000px) {
  #navtop {
    margin-left: 20px;
    float: left; }

  #navmain {
    float: left;
    margin: 30px 0px 0px 35px; }

  .menu a {
    display: block;
    font-size: 12px;
        /*
     * line-height: 1em;
     */
    text-transform: uppercase;
    color: #009ddc;
    padding: 4px; }

  #headercontainer {
    width: 960px;
    margin: 0 auto;
    height: 85px;
    padding: 15px 0px 0px 0; }

  #headlogo {
    float: left;
    width: 280px;
    margin-left: 5px; }

  #featureimagecontainer {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5em;
    font-weight: 100;
    line-height: 125%;
    color: white;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 300px;
    padding-left: 20px; }

  #featurelinkscontainer {
    float: left;
    width: 280px;
    height: 300px;
    margin: 30px 30px;
    background: #005492;
    border-top: 15px solid #009ddc; }

  #quicktitle {
    color: white;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    text-align: center;
    padding: 5px 0 15px 0; }

  #featurelinks {
    width: 250px;
    height: 300px;
    color: white;
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 15px 15px; }

  .quick {
    width: 230px;
    padding-top: 10px;
    height: 30px;
    text-align: center;
    color: white; }

  #bucketswrapper {
    min-width: 121%; }

  #bucket1,
  #bucket2,
  #bucket3 {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    float: left;
    padding: 12px; }

  #footercontainer {
    justify-content: center;
    align-items: center; }

  #smglogo {
    margin-left: auto;
    margin-right: auto;
    width: 38%;
    text-align: center;
    float: none; }

  #copyright {
    float: none;
    text-align: center;
    padding-top: inherit;
    width: auto; }

  #smg {
    float: none;
    text-align: center;
    padding-top: inherit; }

  .pre-footer .widget:last-child {
    float: left;
    width: auto;
        /*
     * width: 610px;
     */ }

  .easy_t_single_testimonial blockquote.easy_testimonial {
    border: 0;
    padding: 10px;
    width: auto; }

  /*
   * ---:[ Responsive Styles ]:---
   */ }

@media all and (max-width: 800px) {
  #topwrapper,
  #topcontainer,
  #navtop,
  #nav-top-appointment,
  #nav-top-portal,
  #navresponsivecontainer,
  #headercontainer,
  #headlogo,
  #thesis_header_image,
  #bucketswrapper,
  #bucketscontainer,
  #bucket1,
  #bucket2,
  #bucket3,
  #footerwrapper,
  #footercontainer,
  #connect,
  #footercontent,
  #newsletter,
  #footerquicklinks,
  #bottomwrapper,
  #bottomcontainer,
  #bottomcontent,
  #titlewrapper,
  #titlecontainer,
  #affiliations,
  #partnership,
  #copyright {
    clear: both !important;
    display: block !important;
    width: 96% !important;
    padding: 10px 2% 10px 2% !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important; }

  .menu_control {
    display: none !important; }

  #navmain {
    display: none !important; }

  #navresponsivewrapper {
    background-color: #009ddc;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important; }

  #navresponsivecontainer img {
    margin-top: 10px;
    display: inline; }

  #navresponsivecontainer .icon {
    margin-right: 15px;
    margin-left: 5px; }

  #topwrapper {
    display: none !important; }

  #headlogo img {
    width: 35% !important;
    text-align: center;
    margin: 0 auto; }

  #topcontainer {
    padding: 5px 0 !important; }

  .tp-bullets {
    display: none; }

  #titlewrapper {
    text-align: center; }

  #quicktitle {
    margin: 0 0; }

  #featurewrapper {
    clear: both !important;
    display: block !important;
    width: 96% !important;
    padding: 20px 2% 10px 2% !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important; }

  #featurecontainer {
    width: 100% !important;
    margin: 0 auto;
    height: 300px !important; }

  #featurelinkscontainer {
    width: 30% !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0 !important;
    float: left !important;
    display: inline !important; }

  #featureimage img {
    margin: 0 auto;
    vertical-align: bottom !important; }

  #featurelinks {
    padding: 14px 0 4px 10px !important;
    width: 60% !important;
    height: 230px !important; }

  #quicktitle {
    display: none; }

  #bucket1,
  #bucket2,
  #bucket3 {
    margin: 0 auto;
    display: inline !important;
    text-align: center; }

  #bucket1 img,
  #bucket2 img,
  #bucket3 img {
    margin: 0 auto; }

  #bucketscontainer p {
    text-align: center; }

  #newsletter h3 {
    margin: 20px 0 10px 0; }

  #bottomcontainer {
    text-align: center; }

  .first {
    margin-left: 55px; }

  .container {
    clear: both !important;
    display: block !important;
    width: 100% !important; }

  .columns > .content {
    width: 95% !important;
    padding-left: 5% !important; }

  .columns > .sidebar {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    padding: 15px 15px 25px 15px !important;
    float: none !important;
    margin: 0 !important;
    height: auto;
    min-width: 0 !important;
    min-height: 0 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    border-top: 1px solid #cccccc; }

  #affiliations {
    text-align: center !important; }

  #affiliations img {
    margin: 0 auto;
    float: none !important; }

  #partnership {
    text-align: center !important; }

  #partnership img {
    margin: 0 auto;
    float: none !important; }

  .quick {
    width: 196px;
    padding-top: 10px;
    height: 30px;
    text-align: center;
    color: white; } }

@media all and (max-width: 720px) {
  #topwrapper,
  #topcontainer,
  #navtop,
  #nav-top-appointment,
  #nav-top-portal,
  #navresponsivewrapper,
  #navresponsivecontainer,
  #headercontainer,
  #headlogo,
  #thesis_header_image,
  #headercontainer,
  #featurewrapper,
  #featurecontainer,
  #featureimagecontainer,
  #featureimage,
  #featurelinkscontainer,
  #featurelinks,
  .quick,
  #bucketswrapper,
  #bucketscontainer,
  #bucket1,
  #bucket2,
  #bucket3,
  #footerwrapper,
  #footercontainer,
  #connect,
  #footercontent,
  #newsletter,
  #footerquicklinks,
  #bottomwrapper,
  #bottomcontainer,
  #bottomcontent,
  #titlewrapper,
  #titlecontainer,
  #affiliations,
  #partnership,
  #copyright {
    clear: both !important;
    display: block !important;
    width: 96% !important;
    padding: 10px 2% 10px 2% !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important; }

  #topwrapper {
    display: none !important; }

  #navresponsivewrapper {
    background-color: #009ddc;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    padding: 6px !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important; }

  #navresponsivecontainer img {
    margin-top: 10px;
    display: inline; }

  #navresponsivecontainer .icon {
    margin-right: 15px;
    margin-left: 5px; }

  #featurecontainer {
    height: auto !important; }

  #featureimagecontainer {
    text-align: center;
    font-size: 2em; }

  #quicktitle {
    display: none; } }

@media all and (max-width: 600px) {
  #headlogo img {
    width: 60% !important;
    text-align: center;
    margin: 0 auto; }

  /*
   * ---:[ END Responsive Styles ]:---
   */ }