/*
    Theme Name: The Management Center
    Theme URI: http://managementcenter.org/
    Description: Custom theme for The Management Center by Firefly Partners
    Version: 1.0
    Author: Nathan Allen (Nathan@fireflypartners.com)
    Author URI: http://FireflyPartners.com
*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
      padding: .35em .625em .75em;
      margin: 0 2px;
      border: 1px solid #c0c0c0;
}
legend {
      padding: 0;
      border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
      border-spacing: 0;
      border-collapse: collapse;
}
td,
th {
    padding: 10px;
}/*edit 3/14/16 padding was 0*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #198aaa;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #802144;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

/**
 * WORDPRESS CORE
 */
.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    max-width:96%;
    padding:5px 3px 10px;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin-bottom: 1em;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-style: italic;
    margin: 0 0 1em;
}
.sticky {

}
.bypostauthor {

}
/**
 * STRUCTURE
 */
.wrapper {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 0 24px;
}
.outer{
    border-top: 1px solid #aaaab0;
    margin-top: 1em;
    width: 100%;
}
/**
 * HELPERS
 */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.field-gradient {
    background: #d2d2d2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d2d2d2 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top, #d2d2d2 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top, #d2d2d2 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top, #d2d2d2 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #d2d2d2 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#e6e6e6',GradientType=0 );
}
.button-gradient {
    background: #198aaa;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxOThhYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQ3MThjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  #198aaa 0%, #14718c 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#198aaa), color-stop(100%,#14718c));
    background: -webkit-radial-gradient(center, ellipse cover,  #198aaa 0%,#14718c 100%);
    background: -o-radial-gradient(center, ellipse cover,  #198aaa 0%,#14718c 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #198aaa 0%,#14718c 100%);
    background: radial-gradient(ellipse at center,  #198aaa 0%,#14718c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198aaa', endColorstr='#14718c',GradientType=1 );
}
.box-gradient {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfe9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfe9));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfe9 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dfdfe9 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfe9 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dfdfe9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfe9',GradientType=0 );
}
::-webkit-input-placeholder {
   color: #535353;
}
:-moz-placeholder {
   color: #535353;
}
::-moz-placeholder {
   color: #535353;
}
:-ms-input-placeholder {
   color: #535353;
}
/**
 * BUTTONS
 */
.btn {
    font: 18.67px 'Arvo', serif;
    color: #fff;
    min-width: 160px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #802144;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwMjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTFiMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #802144 0%, #802144 50%, #691b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#802144), color-stop(50%,#802144), color-stop(100%,#691b38));
    background: -webkit-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%);
    background: -o-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%);
    background: -ms-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%);
    background: linear-gradient(to bottom,  #802144 0%,#802144 50%,#691b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802144', endColorstr='#691b38',GradientType=0 );
}
.btn:hover{
    text-decoration: none;
    color: #fff;
    background: #198aaa;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5OGFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE5OGFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDcxOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #198aaa 0%, #198aaa 50%, #14718c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198aaa), color-stop(50%,#198aaa), color-stop(100%,#14718c));
    background: -webkit-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%);
    background: -o-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%);
    background: -ms-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%);
    background: linear-gradient(to bottom,  #198aaa 0%,#198aaa 50%,#14718c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198aaa', endColorstr='#14718c',GradientType=0 );
}
.btn:focus{
    color: #fff;
}
/**
 * HEADER
 */
header {
    margin: 20px auto 0;
    position: relative;
    min-height: 100px;
    max-width: 1220px;
    padding: 0 24px;
}
header .logo {
    display: block;
    position: absolute;
}
header .logo img {
    width: 279px;
    height: 95px;
}
#main-navigation {
    float: right;
    width: 100%;
    position: absolute;
    right: 24px;
    bottom: 0;
    z-index: 9999;
}
#main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    position: relative;
}
#main-navigation ul li {
    display: inline;
}
#main-navigation > ul > li > a {
    font: 400 26px 'Oswald', sans-serif;
    color: #07627c;
    padding: 0 15px 17px 15px;
}
#main-navigation > ul > li > a:hover,
#main-navigation > ul > li.current-page-ancestor > a,
#main-navigation > ul > li.current_page_item > a {
    color: #802144;
    text-decoration: none;
}
#main-navigation .dropdown-toggle {
    display: none;
}
#main-navigation ul ul {
    display: none;
    position: absolute;
    background-color: #802144;
    padding: 15px 40px;
    margin-top: 17px;
    left: 24px;
    right: -24px;
    width: 100%;
}
#main-navigation ul ul li {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    height: 45px;
    margin-right: 2em;
}
#main-navigation ul ul a {
    color: #fff;
    font: 20px 'Arvo', serif;
    vertical-align:middle;
    padding: 0 10px;
    display: table-cell;
}
#main-navigation ul li ul a:hover {
    text-decoration: underline;
}
#main-navigation > ul > li:hover > a.menu-link {
    background: url('img/arrow-up.png') no-repeat center bottom transparent;
}
#main-navigation > ul > li:hover ul {
    display: block;
}

header .utilities {
    float: right;
    position: absolute;
    top: 0;
    right: 24px;
    width: 500px;
}
header .utilities  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
header .utilities .email-signup {
    float: right;
}
header .utilities li {
    display: inline;
}
header .utilities a {
    font: 700 1em 'Arvo', serif;
    color: #802144;
    line-height: 50px;
    margin-right: 20px;
}
header .utilities a.email,
header .utilities a.menu-toggle {
    display: none;
}
header .utilities a.menu-toggle:hover {
    text-decoration: none;
}
header .utilities input[type="text"] {
    width: 250px;
    height: 45px;
    border: 1px solid #ccccd0;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
}
header .utilities button {
    width: 50px;
    height: 45px;
    color: #fff;
    border: 1px solid #7cafbf;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    font: 1em 'Arvo', serif;
}
header .utilities a.menu-toggle {
    width: 62px;
    height: 62px;
    background: url('img/sprite.png') no-repeat 0 0 transparent;
    background-position: 0 -537px;
    margin-right: 0;
}
/**
 * HERO AREA
 */

#hero {
    overflow: hidden;
    position: relative;
    padding-bottom: 16px;
    background: url('img/bg-shadow-repeat.png') repeat-x center bottom transparent;
    margin: 0 auto;
    max-width: 1220px;
}
#hero img.tablet,
#hero img.phone {
    display: none;
}
#hero h1 {
    position: absolute;
    top: 0;
    width: auto;
    text-align: center;
    color: #252525;
    font: 42px/1.25em 'Arvo', serif;
    margin: 100px 100px 0;
}
#hero ul {
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#hero ul li {
    display: inline-block;
    margin: 0 25px;
}
#hero ul li:first-child {
    margin-left: 0;
}
#hero ul li:last-child {
    margin-right: 0;
}
#hero ul li a {
    color: #fff;
    font: 24px 'Arvo', serif;
    text-align: center;
    display: inline-block;
    width: 250px;
    height: 250px;
    float: left;
    border-radius: 50%;
}
#hero a.training {
    background: url('img/icon-training.png') no-repeat center 30px #802144;
    padding-top: 160px;
    margin-bottom: 25px;
}
#hero a.coaching {
    background: url('img/icon-coaching.png') no-repeat center 30px #802144;
    padding: 140px 30px 0;
    margin-bottom: 25px;
}
#hero a.resources {
    background: url('img/icon-resources.png') no-repeat center 40px #802144;
    padding: 150px 15px 0;
    margin-bottom: 25px;
}
#hero a:hover {
    text-decoration: none;
    background-color: #15728d;
}
#hero-alt.phone {
    display: none;
}
#hero-alt ul {
    list-style: none;
    padding: 0;
}
#hero-alt li {
    margin-bottom: 23px;
}
#hero-alt li .outerContainer {
    display: table;
    height: 70px;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}
#hero-alt li .outerContainer:hover {
    background-color: #15728d!important;
}
#hero-alt li .outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
#hero-alt a {
    font: 19.35px/0.95em 'Arvo', serif;
    color: #fff;
    padding: 0 30px 0 84px;
    display: block;
}
#hero-alt a:hover {
    text-decoration: none;
}
#hero-alt li.training .outerContainer {
    background: url('img/icon-training-small.png') no-repeat 0 center #802144;
}
#hero-alt li.coaching .outerContainer {
    background: url('img/icon-coaching-small.png') no-repeat 0 center #802144;
}
#hero-alt li.resources .outerContainer {
    background: url('img/icon-resources-small.png') no-repeat 0 center #802144;
}
/**
 * TESTIMONIAL SECTION
 */

//edit testimonials to remove them but leave custom field structure in tact//
#testimonials {display:none!important; height:0!important;}
.testimonial {display:none!important;}

#testimonials {
    width: 100%;
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
    background: url('img/bg-shadow.png') no-repeat center bottom transparent;
    overflow: hidden;
}
#testimonials .testimonial {
    overflow: hidden;
    padding-bottom: 70px;
}
#testimonials .testimonial .testimonial-image {
    float: left;
    width: 36%;
    margin-right: 2%;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}
#testimonials .testimonial .testimonial-image img {
    vertical-align: middle;
    display: inline-block;
}
#testimonials .testimonial .testimonial-quote {
    float: right;
    width: 62%;
}
#testimonials .testimonial .testimonial-quote > p {
    text-align: right;
    margin-right: 135px;
    color: #802144;
    font-weight: 600;
}
#testimonials .testimonial .testimonial-quote > p strong {
    color: #07627c;
    font-family: 'Arvo', serif;
    text-transform: uppercase;
    margin-top: 1.75em;
}
#testimonials .testimonial blockquote {
    background-color: #ecebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #4d4d50;
    width: 100%;
    padding: 30px;
    margin: 0;
    position: relative;
    font-style: italic;
    font-size: 17.43px;
    line-height: 1.5em;
}
#testimonials .testimonial blockquote .tail{
    width: 64px;
    height: 37px;
    background: url('img/sprite.png') no-repeat 0 0 transparent;
    background-position: 0 -499px;
    position: absolute;
    bottom: -37px;
    right: 60px;
    color: #4d4d50;
}

#testimonials ul.pager  {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    z-index: 99999;
    position: absolute;
    bottom: 50px;
}
#testimonials ul.pager  li {
    display: inline;
}
#testimonials .pager a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #ecebeb;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 8px;
}
#testimonials .pager a:hover,
#testimonials .pager a.active {
    background-color: #198aaa;
    text-decoration: none;
}

/**
 * QUICK TIP / TRAININGS SECTIONS
 */
.page.home div.middle {
    overflow: hidden;
}
section.quick-tip {
    float: left;
    overflow: hidden;
    width: 34.5%;
    margin: 0 4% 16px 0;
    margin-right: 4%;
    border: 1px solid #ccccd7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 25px 0;
    position: relative;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.quick-tip h3 {
    font: 20px 'Arvo', serif;
    text-transform: uppercase;
    color: #4d4d50;
    margin: 0 0 10px;
}
section.quick-tip h2 {
    color: #802144;
    font: 30px 'Arvo', serif;
    margin: 0;
}
section.quick-tip p {
    color: #4d4d50;
    font-size: 17.43px;
    line-height: 1.5em;
}
section.quick-tip .tip-content {
    margin-bottom: 96px;
}
section.quick-tip .btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
section.quick-tip .more {
    position: absolute;
    bottom: 48px;
    left: 202px;
    font-weight: 700;
}

section.trainings {
    float: right;
    overflow: hidden;
    margin: 0 0 16px;
    width: 61.5%;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.trainings h3 {
    font: 20px 'Arvo', serif;
    text-transform: uppercase;
    color: #4d4d50;
    margin: 5px 0 30px;
}
section.trainings h4 {
    margin: 0;
    font: 700 22.41px 'Arvo', serif;
}
section.trainings p {
    margin: 0 0 1.5em;
}
/**
 * BOOK PROMO SECTION
 */

section.book-promo {
    background: url('img/bg-shadow.png') repeat-x center top transparent;
    padding-top: 35px;
    margin-top: 25px;
    clear: both;
}
section.book-promo .book-image {
    float: left;
    overflow: hidden;
    width: 34.5%;
    margin-right: 3%;
}
section.book-promo .book-image img {
    float: right;
}
section.book-promo .book-info {
    width: 50.5%;
    float: left;
    overflow: hidden;
    margin-right: 12%;
}
section.book-promo ul {
    list-style: none;
    padding: 0;
}
section.book-promo li {
    display: inline;
}
section.book-promo li:first-child a {
    margin-right: 10px;
}
section.book-promo p {
    font-size: 17.43px;
    line-height: 1.5em;
    color: #4d4d50;
    margin-top: 0;
}
section.book-promo h3 {
    font: 700 22.41px 'Arvo', serif;
    color: #4d4d50;
    margin: 5px 0 0;
}
section.book-promo h2 {
    font: 37.34px 'Arvo', serif;
    color: #802144;
    margin: 0 0 5px;
}
/**
 * MAIN (INTERIOR) CONTENT
 */
main article {
    padding-right: 50px;
}
main article h1 {
    color: #802144;
    font: 36px 'Arvo', serif;
    margin: .5em 0;
}
main article h2 {
    color: #07627c;
    font: 30px 'Arvo', serif;
    margin: .5em 0;
}
main article h3 {
    color: #802144;
    font: 18px 'Arvo', serif;
    margin: 1em 0;
}
main article h4 {
    color: #4d4d50;
    font: 16px 'Arvo';
    margin: 1em 0;
    text-transform: uppercase;
}
main article h5,
main article h6 {
    font-family: 'Arvo', serif;
}
main article p,
main article ul,
main article ol,
main article td {
    color: #4d4d50;
    font-size: 15px;
}
main article ul {
    margin-top: 1em;
}/*added 1/14/16 to create enough space between nested lists and the line above them matching the li bottom margin*/
main article li {
    margin-bottom: 1em;
}
main article a {
    font-weight: 700;
}
main article input[type="submit"],
main article input[type="button"],
main article .wpProQuiz_button {
    font: 18.67px 'Arvo', serif !important;
    color: #fff !important;
    min-width: 160px !important;
    padding: 15px !important;
    display: inline-block !important;
    text-align: center !important;
    -webkit-border-radius: 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #802144 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwMjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTFiMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  #802144 0%, #802144 50%, #691b38 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#802144), color-stop(50%,#802144), color-stop(100%,#691b38)) !important;
    background: -webkit-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%) !important;
    background: -o-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%) !important;
    background: -ms-linear-gradient(top,  #802144 0%,#802144 50%,#691b38 100%) !important;
    background: linear-gradient(to bottom,  #802144 0%,#802144 50%,#691b38 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802144', endColorstr='#691b38',GradientType=0 ) !important;
    box-shadow: none !important;
}
main article input[type="submit"]:hover,
main article input[type="button"]:hover,
main article .wpProQuiz_button:hover {
    text-decoration: none !important;
    font: 18.67px 'Arvo', serif !important;
    color: #fff !important;
    min-width: 160px !important;
    padding: 15px !important;
    display: inline-block !important;
    text-align: center !important;
    -webkit-border-radius: 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #198aaa !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5OGFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE5OGFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDcxOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  #198aaa 0%, #198aaa 50%, #14718c 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198aaa), color-stop(50%,#198aaa), color-stop(100%,#14718c)) !important;
    background: -webkit-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%) !important;
    background: -o-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%) !important;
    background: -ms-linear-gradient(top,  #198aaa 0%,#198aaa 50%,#14718c 100%) !important;
    background: linear-gradient(to bottom,  #198aaa 0%,#198aaa 50%,#14718c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198aaa', endColorstr='#14718c',GradientType=0 ) !important;
    box-shadow: none !important;
}
main article .gform_wrapper input[type="text"],
main article .gform_wrapper input[type="url"],
main article .gform_wrapper input[type="email"],
main article .gform_wrapper input[type="tel"],
main article .gform_wrapper input[type="number"],
main article .gform_wrapper input[type="password"] {
    font-size: 1em;
}

/**
 * RESOURCE PAGE
 */
#featured-resource {
    background: url('img/bg-shadow.png') repeat-x center top transparent;
    padding-top: 4px;
    margin-top: 15px;
    position: relative;
}
#featured-resource .controls {
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 5px;
    left: 183px;
    z-index: 999;
}
#featured-resource .controls li {
    display: inline;
}
#featured-resource .controls a {
    display: inline-block;
    width: 34px;
    height: 37px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('img/sprite.png') no-repeat 0 0 transparent;
}
#featured-resource .controls a.prev {
    background-position: -97px -499px;
    margin-right: 10px;
}
#featured-resource .controls a.prev:hover {
    background-position: -97px -536px;
}
#featured-resource .controls a.next {
    background-position: -130px -499px;
}
#featured-resource .controls a.next:hover {
    background-position: -130px -536px;
}
#featured-resource h2 {
    font: 16px 'Arvo', serif;
    text-transform: uppercase;
    color: #4d4d50;
    margin: 1em 0;
}
#resource-slideshow .slide h3 {
    margin: 0;
    font: 700 18px 'Arvo', serif;
}
#resource-slideshow .slide p {
    margin: 1em 0;
    font: 14px;
    color: #4d4d50;
}
#resources {
    background: url('img/bg-shadow.png') repeat-x center top transparent;
    padding-top: 0;
    margin-top: 5px;
}
#resources .filter-topic,
#resources .search-resources {
    float: left;
    margin-top: 35px;
}
#resources .filter-topic {
    margin-right: 70px;
}
#resources .filter-topic h2,
#resources .search-resources h2 {
    color: #07627c;
    font: 30px 'Arvo', serif;
    margin: 2px 0;

}
#resources .filter-topic select,
#resources .search-resources input[type="text"] {
    min-width: 200px;
}
#resources .search-resources input[type="text"] {
    height: 40px;
    border: 1px solid #ccccd0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
}
#resources .filter-topic button.btn,
#resources .search-resources button.btn {
    min-width: 0;
    border: 0;
    padding: 10px 15px;
    margin: 0 17px;
}
#resources .resource-list {
    clear: both;
    margin-top: 40px;
    overflow: hidden;
}
.resource-group {
    margin-bottom: 3em;
}
#resources .resource-group h2 {
    color: #802144;
    font: 30px 'Arvo', serif;
}
#resources .resource-group h3 {
    font: 700 18px 'Arvo', serif;
}
#resources .resource {
    margin-bottom: 27px;
}
/**
 * TRAINING PAGE
 */
#course-list {
    margin-top: 2em;
}
#course-list .course {
    width: 22%;
    float: left;
    margin: 0 3% 2em 0;
    position: relative;
    padding-bottom: 65px;
}
#course-list .course h3 {
    margin-top: 0;
}
#course-list .course .btn {
    position: absolute;
    bottom: 0;
}
/**
 * QUIZ
 */
div.fail {
    display: none;
}
.gform_wrapper .left_label .gfield_label {
    font-weight: normal !important;
}
.gform_wrapper .left_label ul.gfield_checkbox {
    float: right;
    font-weight: bold;
}
.gform_wrapper .left_label textarea.textarea {
    width: 69%;
}
.gfield.last {
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding-bottom: 1em;
}
.gfield {
    overflow: hidden;
    max-width: 750px;
}
.gfield.gf_list_inline {
    max-width: 100%;
}
.gform_wrapper .left_label .gfield_label {
    margin-top: 0!important;
    margin-bottom: 2em!important;
}
.gform_wrapper .gform_page_footer {
    overflow: hidden;
}
main article input[name="check"].wpProQuiz_button {
    display: none!important;
}
main article input[name="next"].wpProQuiz_button {
    float: left !important;
}
main article .wpProQuiz_button,
main article .wpProQuiz_button:hover {
    margin-top: 1em !important;
}
h5.wpProQuiz_header {
    display: none!important;
}
.gf_progressbar {
    display: none;
}
.wpProQuiz_catOverview {
    display: none;
}
.gform_wrapper .left_label li.main .gfield_label {
    font-weight: bold !important;
}
.gform_wrapper .left_label li.sub .gfield_label {
    font-style: italic;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    margin-right: 30px !important;
    margin-left: 8px!important;
}/*changed from margin-left 30px to margin-right 30px and margin-left 8px on 4.18.17*/
.gfield_radio input[type="radio"]{
    position: relative;
    left: 2px;
}
@media screen and (max-width: 810px){
    .gform_wrapper .left_label textarea.textarea {
        width: 100%;
    }
    .gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {
        clear: both;
        width: 100%;
    }
    .gform_wrapper .left_label .gfield_label {
        margin-bottom: 1em!important;
    }
    .gfield.gf_list_inline {
        margin-bottom: 0 !important;
    }
    .gform_wrapper .left_label .gfield_label {
        width: auto!important;
    }
}

/**
 * FOOTER
 */
footer {
    background-color: #ecebeb;
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0;
    padding: 40px 0;
}
footer .wrapper {
    position: relative;
}
footer .logo {
    margin: 0 30px 14px 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 270px;
    height: 92px;
    background: url('img/sprite.png');
    background-position: 0 0;
    display: block;
    float: left;
}
footer address {
    color: #4d4d50;
    font-style: normal;
    font-size: 14px;
    margin: 14px 0;
}
#footer-navigation {
    overflow: hidden;
    position: absolute;
    right: 24px;
    top: 10px;
}
#footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer-navigation ul li {
    display: inline;
}
#footer-navigation ul li > a {
    font: 400 24px 'Arvo', serif;
    color: #802144;
    padding: 0 14px;
    border-right: 2px solid #cbc9c9;
    letter-spacing: -1px;
}
#footer-navigation ul li:first-child > a {
    padding-left: 0;
}
#footer-navigation ul li:last-child > a {
    padding-right: 0;
    border-right: 0;
}
#footer-navigation ul li > a:hover {
    color: #07627c;
    text-decoration: none;
}
footer .site-search {
    position: absolute;
    top: 60px;
    right: 24px;
}
footer .site-search input[type="text"] {
    width: 250px;
    height: 45px;
    border: 1px solid #ccccd0;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
}
footer .site-search button {
    width: 50px;
    height: 45px;
    color: #fff;
    border: 1px solid #7cafbf;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    font: 1em 'Arvo', serif;
}

/**
 * RESPONSIVE
 */

@media screen and (max-width: 1220px){
    .wrapper,
    header,
    #hero {
        width: auto;
    }
    #hero ul li a {
        width: 205px;
        height: 205px;
        margin-bottom: 25px;
        font-size: 19px;
    }
    #hero a.training {
        background: url("img/icon-training-medium.png") no-repeat scroll center 20px #802144;
        padding-top: 130px;
    }
    #hero a.coaching {
        background: url('img/icon-coaching-medium.png') no-repeat center 20px #802144;
        padding: 115px 30px 0;
    }
    #hero a.resources {
        background: url('img/icon-resources-medium.png') no-repeat center 30px #802144;
        padding: 120px 15px 0;

    }
    #hero a:hover {
        text-decoration: none;
        background-color: #15728d;
    }
}
@media screen and (max-width: 1100px){
    #hero h1 {
        font-size: 30px;
        margin-top: 0;
        position: absolute;
        top: 15%;
    }
    #main-navigation ul ul {
    	left: auto;
    	right: auto;
    }
}
@media screen and (max-width: 1000px){
    .middle section{
        width: 100%;
        float: none;
    }
    #testimonials .testimonial .testimonial-image {
        width: 25%;
    }
    #testimonials .testimonial .testimonial-quote {
        width: 73%;
    }
    section.quick-tip {
        margin-right: 0;
    }
    section.book-promo .book-image {
        width: auto;
    }
    section.book-promo .book-info {
        float: none;
        width: auto;
        margin-right: 0;
    }
    footer .logo {
        width: 226px;
        height: 77px;
        background-position: 0 -258px;
    }
    footer address {
        float: left;
        clear: both;
        margin-top: 0;
    }

}
@media screen and (max-width: 920px){
    #main-navigation{
        right: auto;
        left: -24px;
        margin-left: 24px;
    }
    #main-navigation ul {
        text-align: left;
    }
    #main-navigation > ul > li > a {
        font-size: 22.41px;
        padding-right: 24px;
        padding-left: 24px;
    }
    header {
        min-height: 125px;
    }
    header .utilities {
        top: 18px;
    }
    header .logo img {
        height: 80px;
        width: 235px;
    }
    #main-navigation ul ul {
        padding: 15px 35px;
    }
}
@media screen and (max-width: 860px){
    #hero h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 820px){
    #hero img.desktop {
        display: none;
    }
    #hero img.tablet {
        display: block;
    }
    #course-list .course {
        width: 47%;
    }
    #hero img.tablet,
    #hero ul.desktop {
        display: none;
    }
    #hero img.phone,
    #hero-alt.phone {
        display: block;
    }
    #hero h1 {
        font-size: 34px;
        width: 90%;
        height: 195px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}
@media screen and (max-width: 768px){
    main article {
        padding-right: 0;
    }
}
@media screen and (max-width: 750px){
    #main-navigation > ul > li > a {
        padding-right: 12px;
        padding-left: 12px;
    }
    #testimonials .testimonial-image {
        display: none;
    }
    #testimonials .testimonial .testimonial-quote {
        float: none;
        width: 100%;
    }
    .book-promo .book-image {
        display: none;
    }
    footer .site-search {
        clear: both;
        float: left;
        position: inherit;
        right: auto;
        top: auto;
    }
    #footer-navigation {
        clear: both;
        float: left;
        position: inherit;
        right: auto;
        top: auto;
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 740px){
    header {
        overflow: hidden;
    }
    header .utilities {
        top: auto;
        left: auto;
        right: auto;
        float: none;
        clear: both;
    }
    header .utilities ul {
        float: none;
    }
    header .utilities form,
    #main-navigation {
        display: none;
    }
    header .utilities a.contact,
    header .utilities a.email,
    header .utilities a.menu-toggle {
        display: block;
        font-size: 13.69px;
        float: left;
        line-height: 62px;
        height: 62px;
    }
    header .logo {
        position: static;
        float: left;
        clear: both;
    }
    header .utilities {
        position: inherit;
        float: left;
    }
    header .utilities ul {
        float: left;
    }
    .wp-caption.alignright {
        float: none;
        margin: 0;
    }
    #main-navigation {
        clear: both;
        float: none;
        margin-left: 0;
        position: inherit;
        top: auto;
        left: auto;
    }
    #main-navigation ul li {
        display: block;
    }
    #main-navigation > ul > li > a {
        padding: 0;
        display: inline-block;
        margin-bottom: 5px;
    }
    #main-navigation > ul > li:hover > a.menu-link {
        background: none;
    }
    #main-navigation > ul > li:hover ul {
        display: none;
    }
    #main-navigation .dropdown-toggle {
        display: inline-block;
        width: 16px;
        height: 14px;
        background: url('img/sprite.png');
        background-position: 0 -600px;
        margin-left: 14px;
    }
    #main-navigation ul ul {
        position: inherit;
    }
    #main-navigation ul ul li {
        display: block;
        float: none;
        height: auto;
        width: auto;
    }
    #main-navigation ul ul a {
        display: block;
        font-size: 14px;
        margin-bottom: 1em;
    }
    #main-navigation ul li ul a:hover {
        font-weight: normal;
    }
    #testimonials .testimonial .testimonial-quote > p {
        text-align: left;
        margin-right: 60px;
    }
    #testimonials {
        padding-bottom: 70px;
    }

    #testimonials .testimonial blockquote .tail{
        width: 24px;
        height: 45px;
        background: url('img/sprite.png') no-repeat 0 0 transparent;
        background-position: -9px -453px;
        position: absolute;
        bottom: -37px;
        right: 30px;
        color: #4d4d50;
    }
    .book-info a.btn {
        clear: both;
        display: inline-block;
        float: left;
        margin-bottom: 1em;
    }
    #course-list .course {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    #hero h1 {
        font-size: 22px;
        height: 89px;
    }
    header .utilities a{
        margin-right: 16px;
    }
    #footer-navigation ul li > a {
        font-size: 20px;
    }
    #footer-navigation ul li:last-child > a {
        display: block;
        padding: 0;
    }
    footer .site-search input[type="text"] {
        width: 185px;
    }
    #resources .filter-topic,
    #resources .search-resources {
        float: none;
    }
    #resources .filter-topic {
        margin-right: 0;
    }
    #resources .filter-topic select,
    #resources .search-resources input[type="text"] {
        min-width: 0;
        max-width: 175px;
    }
    section.quick-tip {
        padding: 25px;
    }
    section.quick-tip .tip-content {
        margin-bottom: 1em;
    }
    section.quick-tip .btn {
        bottom: auto;
        left: auto;
        position: inherit;
        margin-bottom: 1em;
    }
    section.quick-tip .more {
        position: inherit;
        left: auto;
        bottom: auto;
        display: block;
    }
    .alignright,
    .alignleft,
    a img.alignright,
    a img.alignleft {
        float: none;
        margin: 0 0 1em 0;
    }
}