/*------------------------------------------------------------------------------
	Heartcry Core Stylesheet
	Handcrafted by Church Plant Media
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	Base Styles / Reset
------------------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dd, th, td, caption, pre, code, address, form, fieldset, blockquote {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html, body {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

ol, ul {
    list-style-position: outside;
    margin-left: 0;
    padding-left: 0;
}

ol ol, ul ul {
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

input, textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
    overflow: hidden;
}

img, fieldset, iframe {
    border: 0;
}

q:before, q:after {
    content: '';
}

a, p, li {
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
}

/*------------------------------------------------------------------------------
	Utility Classes
------------------------------------------------------------------------------*/

.fade-text {
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.hide-text {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.block {
    display: inline-block;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/*------------------------------------------------------------------------------
	MyCPM Output Styles
------------------------------------------------------------------------------*/

a.button,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    -webkit-transition: background linear .1s;
    -moz-transition: background linear .1s;
    -ms-transition: background linear .1s;
    -o-transition: background linear .1s;
    transition: background linear .1s;
}

a.button:hover,
input[type="submit"]:hover {
    background: #444;
}

a.button:active,
input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px;
}

input[type="text"] {
    padding: 2px 10px;
    margin: 0 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0px 0px 0px 1px #ccc;
    -ms-box-shadow: 0px 0px 0px 1px #ccc;
    -o-box-shadow: 0px 0px 0px 1px #ccc;
    box-shadow: 0px 0px 0px 1px #ccc;
    -webkit-transition: box-shadow linear .2s;
    -moz-transition: box-shadow linear .2s;
    -ms-transition: box-shadow linear .2s;
    -o-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

input[type="text"]:focus {
    -webkit-box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -ms-box-shadow: 0px 0px 2px 1px #999;
    -o-box-shadow: 0px 0px 2px 1px #999;
    box-shadow: 0px 0px 2px 1px #999;
}

.blog-post .link-filter img {
    float: left;
    margin: 5px 20px 5px 0;
}

.blog-post .link-filter img.left-align,
img.left-align {
    float: left;
    margin: 5px 20px 5px 0;
}

.blog-post .link-filter img.right-align,
img.right-align {
    float: right;
    margin: 5px 20px 5px 0;
}

.cpmtable {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.cpmtable td {
    padding-right: 20px;
}

/*------------------------------------------------------------------------------
	TinyMCE Typography
------------------------------------------------------------------------------*/

.link-filter {
    padding-top: 25px;
    padding-right: 67px;
}

.link-filter h1,
.link-filter h2,
.link-filter h3,
.link-filter h4,
.link-filter h5,
.link-filter h6 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
}

.link-filter h1 {
    font-size: 35px;
}

.link-filter h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.link-filter h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.link-filter h4 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}

.link-filter h5 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

.link-filter h6 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.link-filter p {
    text-rendering: optimizeLegibility;
}

.link-filter p,
.link-filter ul,
.link-filter ol,
.link-filter table,
.link-filter label,
.link-filter input {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.link-filter a {
    text-decoration: none;
    padding-bottom: 0;
}

.link-filter * {
    padding-bottom: 25px;
}

.link-filter th,
.link-filter tr,
.link-filter td {
    padding-bottom: 10px;
}

.link-filter img,
.link-filter li,
.link-filter em,
.link-filter strong,
.link-filter blockquote {
    padding-bottom: 0;
}

.link-filter blockquote p {
    padding-left: 30px;
}

.link-filter ol li,
.link-filter ul li {
    margin-left: 20px;
}

.link-filter p *,
.link-filter table * {
    font-size: 100%;
}

/*------------------------------------------------------------------------------
	Backgrounds
------------------------------------------------------------------------------*/

/*#home .outer-wrap {
    width: 100%;
    height: 1620px;
}*/

#home .outer-wrap {
    width: 100%;
    height: 2308px;
}

#home .inner-wrap {
    height: 1000px;
}

.inner-wrap {
    position: relative;
    margin: 0 auto;
    /*width: 1600px;*/
    width: 100%;
    min-width: 1172px;
}

.top-border {
    width: 100%;
    height: 21px;
    z-index: 10;
    position: absolute;
}

/*------------------------------------------------------------------------------
	Header & Logo
------------------------------------------------------------------------------*/

header {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 154px;
}

.logo {
    position: absolute;
    top: 43px;
    left: -3px;
    display: block;
    width: 279px;
    height: 88px;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

.logo:hover {
    opacity: .8;
}

.top-widgets {
    position: absolute;
    top: 82px;
    right: 0;
}

.top-widgets p:first-child {
    font-family: "PT-Serif", "Times", "Times New Roman", serif;
    font-style: italic;
    font-size: 23px;
    line-height: 32px;
    vertical-align: top;
    display: inline-block;
    max-width: 690px;
    height: 32px;
    overflow: hidden;
    opacity: .95;
}

.top-widgets p:last-child {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    right: 0;
    opacity: .91;
}

.top-widgets a {
    text-decoration: none;
    float: right;
}

.donate-btn {
    display: block;
    width: 76px;
    height: 33px;
    position: absolute;
    left: 903px;
    top: 36px;
}

.contact-btn {
    display: block;
    width: 96px;
    height: 31px;
    position: absolute;
    left: 794px;
    top: 36px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 1px 0px 0px #dad8d0;
    -moz-box-shadow: 0 1px 0px 0px #dad8d0;
    -webkit-box-shadow: 0 1px 0px 0px #dad8d0;
    -o-transition:color .1s ease-out, background .2s ease-in;
    -ms-transition:color .1s ease-out, background .2s ease-in;
    -moz-transition:color .1s ease-out, background .2s ease-in;
    -webkit-transition:color .1s ease-out, background .2s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .1s ease-out, background .2s ease-in;
}

.lang-btn {
    display: block;
    height: 33px;
    width: 103px;
    position: absolute;
    right: 0px;
    top: 32px;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

.lang-btn:hover {
    opacity: .8;
}

/*------------------------------------------------------------------------------
	Top Navigation
------------------------------------------------------------------------------*/

.hero {
    margin: 0 auto;
    width: 1360px;
    min-height: 76px;
}

#home .hero {
    height: 449px;
}

#nav {
    width: 988px;
    padding: 23px 0 17px 186px;
    min-height: 24px;
}

#nav li {
    display: inline-block;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    float: left;
    position: relative;
}

#nav li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 26px 37px;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -ms-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s;
    position: relative;
    letter-spacing: 0px;
    padding: 23px 24px;
}

#nav > li:first-child a {
    padding-left: 0;
}

#nav > li:last-child a {
    padding-right: 0;
}

/*------------------------------------------------------------------------------
	Dropdown Navigation
------------------------------------------------------------------------------*/

#nav li ul {
    position: absolute;
    top: 41px;
    width: 236px;
    z-index: 100;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 0 12px 0;
    z-index: 101;
    margin-left: -4px;
}

#nav li ul:after {
     bottom: 100%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-left: 12px solid transparent;
     border-right: 12px solid transparent;
     left: 50%;
     margin-left: -12px;
 }

#nav li ul ul:after {
    border: 0;
}

#nav li ul li {
    width: 236px;
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 0;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
}

#nav li ul li a {
    display: block;
    padding: 12px 10px 12px 26px;
    width: 200px;
    text-shadow: none;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none !important;
    -webkit-transition: all linear .05s;
    -moz-transition: all linear .05s;
    -o-transition: all linear .05s;
    -ms-transition: all linear .05s;
    transition: all linear .05s;
}

#nav li ul ul {
    left: 102%;
    top: -12px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    padding: 6px 0;
}

 #nav li:nth-last-child(2) ul ul {
    left: -95%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
 }

  #nav li:nth-last-child(2) ul ul ul {
    left: -95%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
 }

#nav li:last-child ul ul {
    left: -95%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

#nav li ul li a:hover,
#nav li.current ul li a {
    text-shadow: none;
}

#nav li:hover ul {
    display: block;
    box-shadow: 0 3px 7px 1px #a9a69f;
}

#nav li:hover ul li ul {
    display: none
}

#nav li ul li:hover ul {
    display: block;
}

#nav li ul li ul li ul {
    display: none !important;
}

#nav li ul li ul li:hover ul {
    display: block !important;
    left: 235px;
}

#nav li:nth-last-child(2) ul li ul li:hover ul {
    display: block !important;
    /*left: 235px;*/
    left: 140px;
}

#nav li:last-child ul li ul li:hover ul {
    display: block !important;
    /*left: 235px;*/
    left: 140px;
}

/*------------------------------------------------------------------------------
	Side Navigation
------------------------------------------------------------------------------*/

.sidebar {
    width: 250px;
    position: absolute;
    right: 0;
    top: 50px;
}

.sidebar li {
    list-style: none;
}

.sidebar li a {
    text-decoration: none;
}

#side_nav {
    height: 100%;
}

#side_nav_toplevel {
    font-family: "PT-Serif-Caption", Times, "Times New Roman", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 82px;
    height: 82px;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
}

.side_nav_level1 a {
    line-height: 46px;
    height: 46px;
    width: 220px;
    display: block;
    overflow: hidden;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

.side_nav_level1 li ul {
    display: none;
}

.side_nav_level1 li.current a {
    margin-left: -1px;
    padding-left: 31px;
}

.side_nav_level1 li.current ul {
    padding: 4px 0 12px 0;
    display: block;
}

.side_nav_level1 li.current li a {
    background: none;
    border-bottom: none;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}


.side_nav_level1 li.current li li {
    display: none;
}

.side_nav_level1 li li.current li {
    display: block;
    padding-left: 25px
}

.secondToFirst a {
    font-family: "PT-Serif-Caption", Times, "Times New Roman", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 82px;
    height: 82px;
    text-align: center;
    width: 100% !important;
    display: block;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.thirdToSecond a {
    line-height: 46px !important;
    height: 46px !important;
    width: 220px !important;
    display: block;
    overflow: hidden;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 30px !important;
    text-transform: none !important;
    text-align: left !important;
}

.fourthToThird a {
    background: none !important;
    padding-left: 50px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    height: 35px !important;
}

.fourthLevelCleanup {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.side_nav_level2 li.current .side_nav_level3 {
    padding: 4px 0 12px 0 !important;
    display: block !important;
    border-bottom: 1px solid #e8e8e7 !important;
}

/*------------------------------------------------------------------------------
	Homepage View
------------------------------------------------------------------------------*/

#rotator {
    width: 1360px;
    height: 373px;
}

.mid {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -29px;
    width: 1170px;
    min-height: 1561px;
    z-index: 100;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    padding-bottom: 30px;
}

.quicklinks {
    position: relative;
    height: 320px;
}

.quicklinks .qls {
    position: absolute;
    left: 96px;
    list-style: none;
}

.ql4 {
    height: 189px;
    width: 980px;
    padding: 0;
    padding-top: 10px;
}

.ql4 h4 {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 3.0em;
    letter-spacing: 2px;
    color: #bf2f1a;
    font-weight: 600;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    background: url("../img/a/our-mission-bg.jpg");
}

.ql4 p {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px
}

.bottom-ql {
    display: block;
    position: absolute;
    top: 1234px;
    width: 1170px;
    border-top: 1px solid #eae9e4;
    height: 355px;
}

.ql-5 {
    padding-left: 96px;
    padding-right: 96px;
    padding-top: 43px;
}

.ql-5 .center-align {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ql-5 h2 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #bf2f1a;
    padding-bottom: 25px;
    padding-top: 3px;
}

.ql-5 ul {
    width: 810px;
    height: 151px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ql-7 p,
.ql-8 p,
.ql-9 p {
    font-size: 44px;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
}

.bottom-ql p:nth-child(2) {
    font-size: 13px;
    font-weight: 300;
}

.ql-6 p {
    font-size: 15px;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-top: 5px;
}

.ql-7 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 182px;
    width: 165px;
    margin-top: 189px;
}

.ql-8 {
    display: block;
    position: absolute;
    top: 0;
    left: 453px;
    width: 205px;
    margin-top: 189px;
}

.ql-9 {
    display: block;
    position: absolute;
    width: 205px;
    top: 0;
    left: 0;
    margin-left: 780px;
    top: 189px;
}

.qls li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.qls a {
    opacity: 1;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

.qls a:hover {
    opacity: .75;
}

.blog-widget {
    position: relative;
    top: 40px;
    left: 96px;
    width: 635px;
}

.blog-widget-2 {
    position: relative;
    top: 450px;
    left: 96px;
    width: 635px;
}

#home .blog-widget-2 {
    position: relative;
    top: 140px;
    left: 96px;
    width: 635px;
}

.blog-widget-3 {
    position: relative;
    top: 860px;
    left: 96px;
    width: 635px;
}

.blog-widget-4 {
    position: relative;
    top: 1270px;
    left: 96px;
    width: 635px;
}

.blog-widget-5 {
    position: relative;
    top: 1680px;
    left: 96px;
    width: 635px;
}

.blog-widget-6 {
    position: relative;
    top: 2090px;
    left: 96px;
    width: 635px;
}

.blog-widget-7 {
    position: relative;
    top: 2500px;
    left: 96px;
    width: 635px;
}

.page-bloglist .blog-widget {
    position: relative;
    left: 0;
    /*top: 40px;*/
    top: 0;
    width: 635px;
}

.page-bloglist .blog-widget-2 {
    position: relative;
    /*top: 450px;*/
    top: 0;
    left: 0;
    width: 635px;
}

.page-bloglist .blog-widget-3 {
    position: relative;
    /*top: 860px;*/
    top: 0;
    left: 0;
    width: 635px;
}

.page-bloglist .blog-widget-4 {
    position: relative;
    /*top: 1270px;*/
    top: 0;
    left: 0;
    width: 635px;
}

.page-bloglist .blog-widget-5 {
    position: relative;
    /*top: 1680px;*/
    top: 0;
    left: 0;
    width: 635px;
}

.page-bloglist .blog-widget-6 {
    position: relative;
    /*top: 2080px;*/
    top: 0;
    left: 0;
    width: 635px;
}

.page-bloglist .blog-widget a,
.page-bloglist .blog-widget-2 a,
.page-bloglist .blog-widget-3 a,
.page-bloglist .blog-widget-4 a,
.page-bloglist .blog-widget-5 a,
.page-bloglist .blog-widget-6 a {
    border-bottom: none;
}

.blog-widget h3,
.blog-widget-2 h3,
.blog-widget-3 h3,
.blog-widget-4 h3,
.blog-widget-5 h3,
.blog-widget-6 h3,
.blog-widget-7 h3 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: 13px;
}

.blog-link {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 15px;
    position: absolute;
    top: 11px;
    right: 2px;
}

#home .blog-link {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 2px;
    width: 117px;
    height: 35px;
    border-radius: 5px;
    line-height: 37px;
    text-align: center;
}

#home .blog-link:hover {
    text-decoration: none;
    box-shadow: 0 0 0 ;
}

.news-wrap {
    /*position: absolute;*/
    position: relative;
    top: 62px;
}

.partial-wrap {
    position: absolute;
    top: 62px;
}

.news {
    padding-bottom: 30px;
}

.news h4 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #262626;
}

.news h4 a {
    text-decoration: none;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -ms-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s;
}

.news p {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.news img {
    width: 195px;
    height: auto;
}

.news-date {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 300 !important;
}

.news-snippet {
    font-size: 16px;
    padding-top: 8px;
    line-height: 23px;
    overflow: hidden;
}

.news-snippet h4 {
    padding-bottom: 10px;
}

.news-snippet p+h4 {
    padding: 5px 0;
}

.news-snippet a {
    font-weight: 600;
}

.news-snippet iframe {
    height: 220px;
}

.news-snippet img {
    display: none;
}

.people-widget {
    position: absolute;
    top: 360px;
    right: 95px;
    width: 309px;
    height: 389px;
}

.people-widget h4 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 192px;
    left: 28px;
}

.people-snippet {
    font-family: "PT-Serif", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 218px 0 0 29px;
    width: 250px;
}

/*.people-widget img {
    padding-top: 72px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}*/

.people-snippet a {
    font-weight: bold;
}

.mission-widget {
    position: absolute;
    top: 771px;
    right: 95px;
    width: 309px;
    height: 214px;
}

.mission-snippet {
    font-family: "PT-Serif", Times New Roman, Times, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 75px;
    left: 28px;
    width: 248px;
}

.mission-snippet a {
    font-weight: bold;
    letter-spacing: -1px;
}

.event-widget {
    position: absolute;
    top: 1013px;
    right: 95px;
    width: 309px;
    height: 188px;
}

.people-widget h3,
.mission-widget h3,
.event-widget h3 {
    font-family: "PT-Serif-Caption", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 32px;
}

.people-widget h3 {
    left: 25px;
}

.mission-widget h3 {
    left: 29px;
}

.event-widget .event-link {
    font-family: "PT-Serif", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.event-widget .event-wrap {
    margin: 77px 0 0 18px;
}

.event-widget .event {
    position: relative;
    height: 40px;
    display: table;
    padding-bottom: 15px;
}

.event-widget .event-date {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 2px;
    width: 30px;
}

.event-widget .event-day {
    font-size: 23px;
    text-align: center;
}

.event-widget .event-month {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 10px;
    text-align: center;
    width: 100%;
    vertical-align: top;
}

.event-widget .event h4 {
    padding-left: 65px;
    width: 196px;
    display: table-cell;
    vertical-align: middle;
}

.event-widget .event-title {
    font-family: "PT-Serif", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    max-height: 38px;
}

/*.tweets {
    position: absolute;
    top: 1620px;
    width: 100%;
    height: 168px;
}*/

.tweets {
position: absolute;
top: 2140px;
width: 100%;
height: 168px;
}

.tweet-wrap {
    width: 977px;
    margin: 70px auto 0 auto;
    position: relative;
}

.tweet-wrap h3 {
    font-family: "PT-Serif-Caption", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    font-weight: 300;
    font-size: 27px;
    width: 90px;
    line-height: 32px;
    vertical-align: top;
}

.tweet-divider {
    position: absolute;
    top: 5px;
    left: 143px;
    width: 5px;
    height: 57px;
}

.tweet-feed {
    position: absolute;
    top: 4px;
    left: 164px;
}

.tweet-feed p {
    font-family: "PT-Serif", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
    width: 590px;
    height: 60px;
    overflow: hidden;
}

.tweet-feed p:before {
    content: '“';
    padding-right: 2px;
}

.tweet-feed p:after {
    content: '”';
    padding-left: 2px;
}

.tweet-feed p a {
    text-decoration: none;
}

.follow-btn {
    display: block;
    width: 157px;
    height: 47px;
    position: relative;
    top: -57px;
    left: 820px;
}

/*------------------------------------------------------------------------------
	Subpage View
------------------------------------------------------------------------------*/

.banner {
    margin: 0 auto;
}

.page-wrap {
    width: 1170px;
    margin: 0 auto;
}

.with-banner {
    margin-top: -225px;
}

.banner-heading {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 100px;
    text-transform: uppercase;
    text-rendering: geometricPrecision;
    margin-left: 85px;
}

.page {
    min-height: 725px;
    position: relative;
    display: block;
    z-index: 100;
    top: 30px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}

.page-bloglist {
    /*min-height: 2800px;*/
    position: relative;
    display: block;
    z-index: 100;
    top: 30px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}

.content-wrap {
    width: 977px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.content {
    position: relative;
    width: 727px;
}

#subpage .tweets {
    position: relative;
    top: 0;
}

#subpage .tweet-wrap {
    margin-top: 0;
    position: relative;
    top: 70px;
}

#subpage footer {
    top: 0;
}

/*------------------------------------------------------------------------------
	Full-width View
------------------------------------------------------------------------------*/

.full-width .content {
    width: 100%;
}

/*------------------------------------------------------------------------------
	Blog View
------------------------------------------------------------------------------*/

.blog-index #side_nav,
.blog-post #side_nav {
    height: auto;
}

.blog-wrap {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-right: 67px;
}

.blog-info h2 a {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-decoration: none;
    padding-bottom: 2px;
}

.blog-date {
    padding-bottom: 14px;
}

.blog-date a {
    font-weight: 600;
    padding-left: 7px;
}

.blog-summary p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 14px;
    display: inline-block;
}

.blog-summary a {
    font-weight: bold;
}

.blog-summary img {
    display: none;
}

.blog-share {
    padding-left: 14px;
    font-weight: bold;
}

.blog-tags {
    display: inline;
}

.blog-date .pipebar {
    padding: 0 1px 0 2px;
}

.blog-meta .pipebar {
    padding: 0 6px 0 2px;
}

.blog-line,
.sermon-line {
    display: block;
    width: 682px;
    height: 1px;
    margin: 30px 0 30px 0;
}

.blog-post .blog-header {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 10px;
}

.blog-post .blog-title {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    padding: 25px 0 25px 0;
}

.blog-post .blog-date {
    padding-bottom: 3px;
}

.blog-post .blog-date .pipebar {
    padding: 0 2px 0 5px;
}

.blog-post .blog-meta {
    display: inline-block;
}

.blog-post .blog-meta {
    font-size: 14px;
}

/*.blog-post .blog-share-btn {
    position: absolute;
    top: 11px;
    right: 45px;
    display: block;
    width: 89px;
    height: 50px;
}

.blog-post .blog-share-btn:hover {
    background-position: 0 -50px;
}*/

.blog-post .blog-share-btn,
.blog-post .blog-share-btn:hover {
    display: none;
} 

.blog-share {
    display: none;
}

.blog-post .blog-line {
    margin: 0;
}

.comment-count,
.comment-leave,
.no-comments {
    font-family: "PT-Serif", Times, Times "Times New Roman", serif;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 15px;
}

.comment,
.comment-fields {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 45px 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.comment-details {
    font-size: 15px;
    font-weight: 600;
    display: inline;
}

.comment-author {
    position: absolute;
    top: 18px;
    left: 20px;
}

.comment-date {
    display: inline;
    float: right;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.comment-content {
    padding: 15px 20px 0 20px;
    margin: 30px 0 20px 0;
    font-size: 13px;
    line-height: 22px;
}

.comment-leave {
    margin-top: 20px;
}

.comment-fields {
    height: 260px;
    position: relative;
}

.comment-fields label {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
}

.comment-fields label[for="comment-name"] {
    top: 20px;
    left: 20px;
}

.comment-fields label[for="comment-email"] {
    top: 20px;
    left: 350px;
}

.comment-fields label[for="comment-comment"] {
    top: 100px;
    left: 20px;
}

.comment-fields label[for="comment-url"],
#comment-url {
    display: none;
}

.comment-fields input,
.comment-fields textarea,
.search-box .search-input {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    padding: 0 10px 0 10px;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px #ececea;
    padding: 0;
}

#comment-name {
    top: 40px;
    left: 20px;
}

#comment-email {
    top: 40px;
    left: 350px;
}

#comment-name,
#comment-email {
    height: 33px;
    width: 285px;
}

#comment-comment {
    top: 120px;
    left: 18px;
    width: 618px;
    height: 52px;
    padding: 10px 10px 10px 10px;
}

.comment-fields #comment-submit {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 205px;
    left: 256px;
    border: 0;
    width: 153px;
    height: 38px;
    box-shadow: none;
}

.resetfilter {
    height: 25px;
    display: block;
    margin-left: 22px;
    color: #424242;
    line-height: 28px;
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/*------------------------------------------------------------------------------
	Events View
------------------------------------------------------------------------------*/

/*#cal-switch {
    position: absolute;
    right: 0;
    top: 30px;
}*/

#cal-switch li {
    display: inline;
    list-style: none;
}

#cal-switch li a {
    display: inline-block;
    float: left;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    padding: 0 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#cal-switch li a:hover {
    opacity: .9;
}

#cal-switch li.current a:hover {
    opacity: 1;
}

#cal-switch li:first-child a {
    margin-right: 10px;
}

#cal-switch li.current a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 36px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

.no-banner .event-index .std-title {
    padding-bottom: 20px;
}

#events-calendar {
    display: none;
}

a.category-btn {
    display: none;
}

.calendar {
    width: 976px;
}

.calendar caption {
    height: 56px;
    position: relative;
}

.calendar a#nyear,
.calendar a#pyear {
    display: none;
}

.calendar #pmonth,
.calendar #nmonth {
    display: inline-block;
    width: 40px;
    height: 36px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

.calendar #pmonth:hover,
.calendar #nmonth:hover {
    opacity: .8
}

.calendar a#pmonth {
    position: absolute;
    left: 13px;
    top: 12px;
}

.calendar a#nmonth {
    background-position: -37px 0;
    position: absolute;
    left: 50px;
    top: 12px;
}

.calendar caption span.currentMonth {
    font-family: 'Proxima-Nova', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    top: 15px;
    left: 105px;
    position: absolute;
    letter-spacing: 1px;
}

.calendar thead {
    height: 31px;
}

.calendar th {
    font-family: 'Proxima-Nova', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
}

.calendar td {
    font-family: 'Proxima-Nova', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    height: 110px;
}

.calendar td span {
    font-family: 'Proxima-Nova', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    position: relative;
    top: 5px;
    right: 8px;
}

.calendar td ul {
    margin-top: 10px;
}

.calendar td li {
    text-align: left;
    padding: 0 16px 10px 24px;
    line-height: 16px;
    list-style: none;
    position: relative;
}

.calendar td li a {
    display: inline-block;
}

.calendar td li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    top: 13px;
    left: -15px;
    margin-bottom: 0;
}

.cal-widget {
    position: relative;
    top: 0;
}

.category-btn {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 202px;
    height: 34px;
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 10;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
    cursor: pointer;
}

.category-btn:hover {
    opacity: .8
}

.category-box {
    display: none;
    position: absolute;
    top: 56px;
    right: 19px;
    width: 600px;
    z-index: 10;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 10px #999;
    box-shadow: 0px 2px 10px #999;
}

.category-triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 85%;
}

.category-box p {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 25px 0 30px 30px;
}

.category-box ul {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 20px 30px;
}

.category-box li {
    display: inline-block;
    padding-bottom: 10px;
    width: 185px;
}

#list-view {
    padding-top: 10px;
    position: relative;
}

.month-wrap {
    width: 682px;
    padding-bottom: 30px;
}

.month-label {
    width: 100%;
    height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.month-label dt {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: 41px;
}

.event-block {
    position: relative;
}

.event-block .day {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    display: block;
    width: 55px;
    text-align: center;
    position: absolute;
}

.event-block .title,
.event-block .time-row {
    display: block;
    margin-left: 56px;
    padding-left: 20px;
}

.event-block .time-row {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 26px;
}

.event-block:last-child .time-row {
    padding-bottom: 10px;
}

.event-block .title a {
    font-family: "PT-Serif", 'Times New Roman', Times, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.event-block .time-row * {
    display: inline-block;
}

.event-block .time-row .pipebar {
    padding: 0 4px;
}

.event-block .time-row .category {
    text-decoration: underline;
}

#event-categories {
    position: absolute;
    top: 0;
    right: 0;
    width: 251px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px #f3f1ee;
    -moz-box-shadow: inset 0 0 6px #f3f1ee;
    box-shadow: inset 0 0 6px #f3f1ee;
}

#event-categories h3 {
    font-family: "PT-Serif-Caption", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -2px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 20px 0;
}

#event-categories p,
#event-categories ul {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    padding: 0 22px 0 16px;
}

#event-categories p {
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}

#event-categories ul {
    padding-bottom: 25px;
}

#event-categories li {
    font-weight: 600;
    list-style: none;
    padding-bottom: 12px;
}

.event-full .content {
    padding-top: 22px;
}

.event-full .link-filter {
    padding-right: 10px;
}

.event-left {
    width: 620px;
}

.event-right {
    width: 330px;
    position: absolute;
    top: 22px;
    right: 0;
}

.event-full .event-title {
    font-family: "PT-Serif", Times, "Times New Roman", serif;
    text-rendering: geometricPrecision;
    font-size: 35px;
    padding-bottom: 24px;
}

.event-meta {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    list-style: none;
}

.event-page-date .pipebar {
    padding: 0 7px 0 3px;
}

.google-map {
    float: right;
}

.event-back-btn {
    display: block;
    width: 167px;
    height: 41px;
    padding-bottom: 28px;
}

.event-map-btn {
    display: block;
    width: 330px;
    height: 45px;
    margin: 8px -3px 0 0;
}

.event-back-btn,
.event-map-btn {
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    float: right;
}

.event-back-btn:hover,
.event-map-btn:hover {
    opacity: .8;
}

/*hide list view for partner*/
#list-view {
    display: none;
}

/*show events-calendar for partner*/
#events-calendar {
    display: block;
}

/*------------------------------------------------------------------------------
	Sermons View
------------------------------------------------------------------------------*/

.sermon-index h1.sermon-title {
    font-family: "PT-Serif", Times, "Times New Roman", serif;
    font-weight: 600;
    font-size: 35px;
    padding-top: 25px;
    width: 400px;
    overflow: hidden;
}

#sermon-switch {
    position: absolute;
    right: 54px;
    top: 30px;
}

#sermon-switch li {
    display: inline;
    list-style: none;
}

#sermon-switch li a {
    display: inline-block;
    float: left;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    padding: 0 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#sermon-switch li a:hover {
    opacity: .9;
}

#sermon-switch li.current a:hover {
    opacity: 1;
}

#sermon-switch li:first-child a {
    margin-right: 10px;
}

#sermon-switch li.current a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 36px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

#sermon-series img {
    margin: 0 33px 30px 0;
    -webkit-transition: opacity linear .2s;
    -moz-transition: opacity linear .2s;
    -ms-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;
}

#sermon-series img:hover {
    opacity: .9;
}

#sermon-list {
    display: none;
}

.sermon {
    position: relative;
}

.sermon img {
    position: absolute;
    top: 0;
    left: 0;
}

.sermon-data {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 122px;
    line-height: 23px;
    min-height: 68px;
}

.sermon-title {
    font-family: "PT-Serif", Times, "Times New Roman", serif;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none !important;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -o-transition: color linear .15s;
    -ms-transition: color linear .15s;
    transition: color linear .15s;
    width: 455px !important;
    display: block;
}

.sermon .pipebar {
    padding: 0 3px 0 5px;
}

.sermon-line {
    width: 682px;
    height: 2px;
    margin: 23px 0 23px -122px;
}

.sermon-listen-btn {
    display: block;
    width: 89px;
    height: 50px;
    position: absolute !important;
    right: 45px;
}

.sermon-listen-btn:hover {
    background-position: 0 -50px;
}

.sermon-media a {
    padding: 0 12px 0 13px;
}

.sermon-media .watch {
    background-position: 0 3px;
    padding-left: 16px;
}

.sermon-media .watch:hover {
    background-position: 0 -17px;
}

.sermon-media .save {
    background-position: 0 -37px;
}

.sermon-media .save:hover {
    background-position: 0 -57px;
}

.sermon-media .notes {
    background-position: 0 -78px;
}

.sermon-media .notes:hover {
    background-position: 0 -98px;
}

.sermon-media .share {
    background-position: 0 -117px;
}

.sermon-media .share:hover {
    background-position: 0 -137px;
}

#ajax-view img {
    position: absolute;
}

#ajax-view .series-content {
    min-height: 153px;
    margin-left: 260px;
    padding-right: 40px;
}

#ajax-view .series-content h2 {
    font-family: "PT-Serif", Times, "Times New Roman", serif;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 5px;
}

#ajax-view .series-content p {
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 24px;
}

#ajax-view .sermon-line {
    margin-left: 0px;
}

.sermon-page h1.sermon-title {
    padding: 30px 45px 0 0;
    font-size: 35px;
}

.sermon-page #sermon-wrap .sermon {
    margin-top: 45px;
}

.sermon-page #sermon-wrap .sermon-data {
    padding-top: 10px;
}

.sermon-page #sermon-wrap .sermon-line {
    margin-top: 43px;
    margin-bottom: 0;
}

.sermon-page #ajax-view {
    padding-top: 30px;
}

/*------------------------------------------------------------------------------
	Sorting Selectors
------------------------------------------------------------------------------*/

.sorting h4 {
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 40px 0 15px 0;
    text-transform: uppercase;
    text-align: center;
}

.sorting span.select {
    position: relative;
    display: block;
    padding: 0 0 7px 10px;
    width: 214px;
    height: 31px;
    margin: 0 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    line-height: 28px;
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.sorting .select select {
    opacity: 0;
    width: 99%;
    min-height: 31px;
    position: absolute;
    top: 0;
    left: 0;
}

.podcast-btn,
.rssfeed-btn {
    display: block;
    width: 214px;
    height: 49px;
    margin: 13px 0 0 20px;
}

/*------------------------------------------------------------------------------
	Pagination
------------------------------------------------------------------------------*/

#pagination {
    text-align: center;
}

#pagination a {
    display: inline-block;
    line-height: 29px;
    width: 29px;
    height: 30px;
    font-family: "Proxima-Nova", 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 5px 20px 0;
    text-decoration: none;
}

#pagination .previous,
#pagination .next {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#pagination a:hover {
    opacity: .8;
    font-weight: 900;
}

#pagination .previous {
    background-position: 0 0;
}

#pagination .next {
    background-position: -29px 0;
}

#pagination .current {
    background-position: -87px 0;
}

/*------------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------*/

footer {
    position: relative;
    top: 0px;
    height: 209px;
}

.foot-wrap {
    width: 977px;
    margin: 0 auto;
    position: relative;
}

.foot-nav {
    width: 100%;
    overflow: hidden;
    padding: 35px 0 35px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.foot-nav ul {
    list-style: none;
}

.foot-nav ul li {
    display: inline-block;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    float: left;
}

.foot-nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 35px 19px;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -ms-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s;
}

.foot-nav ul li:first-child a {
    padding-left: 0;
}

.foot-nav ul li:last-child a {
    padding-right: 0;
}

#social {
    position: absolute;
    top: 30px;
    right: 0;
}

#social a {
    float: left;
    display: block;
    width: 27px;
    height: 26px;
    margin-left: 11px;
}

#social a:hover {
    background-position: 0 -26px;
}

#social a.twitter {
    background-position: -27px 0;
}

#social a.twitter:hover {
    background-position: -27px -26px;
}

#social a.vimeo {
    background-position: -54px 0;
}

#social a.vimeo:hover {
    background-position: -54px -26px;
}

footer .author {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
}

footer .cpm-link {
    float: right;
}

footer .cpm-link strong {
    /*font-size: 18px;*/
    color: #c7c3b8;
}

/*------------------------------------------------------------------------------
	Maintenance & Updates
------------------------------------------------------------------------------*/

/* Responsive shift for smaller screens -RG */

*@media only screen and (max-width: 1600px) {

    .inner-wrap {
        width: auto;
    }

    .mid {
        margin: 0 auto;
        position: relative;
        left: 0;
        top: -30px;
    }
}

@media only screen and (max-width: 1360px) {

    .hero,
    #rotator,
    .mid {
        max-width: 100%;
        overflow: hidden !important;
    }

    #home .inner-wrap {
        max-width: 100%;
        /*overflow: hidden !important;*/
        /*min-height: 1800px !important;*/
        min-width: 1170px;
    }

    .inner-wrap {
        width: 100%;
    }

    #rotator {
        left: 50% !important;
        margin-left: -680px !important;
        max-width: 1360px;
    }

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

    h1.banner-heading {
        font-size: 80px;
        padding-top: 20px;
    }
*/
    /*.banner-heading {*/
        /*font-size: 84px;*/
    /*}*/

    /*#nav li:hover ul {*/
        /*display: none;*/
    /*}*/

    #nav {
        width: 980px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    /*#nav li a {
        padding: 26px 36px;
    }*/

    /* Bugfix: nav wouldn't pop-over the content in small screens */

    .hero {
        overflow: visible !important;
        z-index: 100000;
    }

    #homve .hero {
        overflow: hidden; !important;
        z-index: 100000;
    }

    /* @END Bugfix: */

    .qls li:last-child {
        padding-right: 0;
    }

}

@media only screen and (max-width: 1170px) {

    #home .blog-widget-2 {
        left: 0px;
    }

    .quicklinks .qls {
        position: static;
        display: block;
        width: 980px;
        height: 311px;
        margin: 0 auto !important;
    }

        #rotator a.nivo-nextNav {
        right: 200px !important;
    }

        #rotator a.nivo-prevNav {
        left: 200px !important;
    }

    .qls .ql3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .widgets {
        display: block;
        width: 980px;
        position: relative;
        margin: 0 auto;
    }

    .inner-wrap {
        width: 100%;
    }

    .blog-widget,
    .blog-widget-2 {
        left: 0;
    }

    .people-widget {
        top: 39px;
        right: 0;
    }

    .mission-widget {
        top: 450px;
        right: 0;
    }

    .event-widget {
        top: 692px;
        right: 0;
    }

    .bottom-ql {
        top: 907px;
        right: 0px;
    }

    .page-wrap {
        width: 100%;
    }

    .with-banner {
        margin-top: -200px;
    }

    h1.banner-heading {
        font-size: 64px;
    }
}

/* RefTagger Custom CSS - RG */

.lbsTooltip {
    background:#fff;
    border: 1px solid gray;
    z-index: 99;
    text-align: left;
    text-indent: 0;
    letter-spacing: normal;
}

.lbsTooltip div {
    text-align: left;
}

.lbsTooltipHeader {
    background:#ebe6db;
    color: black;
    font-weight:bold;
    font-size:15px;
    line-height: 18px;
    font-family:Arial,Helvetica,serif;
    margin: 0;
    padding:4px;
    position:relative;
    border: 0;
}

.lbsTooltipBody {
    padding: 4px 8px 0 8px;
    margin:0;
    position:relative;
    z-index: 2;
    border: 0;
    line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span {
    display: inline;
    color: black;
    font-family:Arial,Helvetica,serif;
    font-size: 14px;
    line-height:16px;
}

.lbsTooltipFooter {
    font-size:11px;
    font-family:Helvetica,Arial,serif;
    bottom:4px;
    margin-top: 4px;
    position:absolute;
    text-align:right;
    border: 0;
    letter-spacing: normal;
}

.lbsTooltipFooter a:link,
.lbsTooltipFooter a:visited,
.lbsTooltipFooter a:hover {
    color: #c12a18;
    text-decoration: underline;
    font-weight: normal;
    font-size:11px;
    font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter a:hover {
    color: #8c271b;
}

.lbsTooltipFooter div {
    text-align:right;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref {
    font-size: 85%;
    top: -1px;
    position: relative;
}

.lbsTooltipBody .ch-ref {
    font-weight: bold;
}

.lbsTooltipBody .verse-ref {
    color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

.lbsLibronix img {
    float: none !important;
}

/* Arrows in Nav Dropdowns - RG */

/*.nav-tri {
     display: block;
     position: absolute;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 5px solid rgba(247,245,241,1);
     height: 0px;
     width: 0px;
     margin-top: -26px;
     margin-left: 212px;
}*/

/* Interactive Map - RG */

/*.interactive-map {
    display: block;
    width: 670px;
    height: 431px;
    background: url("/img/map/map-bg.jpg") no-repeat 0 0;
    position: relative;
}

.interactive-map li {
    list-style-type: none;
    margin-left: 0 !important;
}

.interactive-map-links li a {
    border-bottom: none;
    display: block;
    opacity: 0;
    -webkit-transition: opacity linear .1s;
    -moz-transition: opacity linear .1s;
    -ms-transition: opacity linear .1s;
    -o-transition: opacity linear .1s;
    transition: opacity linear .1s;
    position: absolute;
}

.interactive-map-links li a:hover,
.interactive-map-links li a.hover {
    border-bottom: none;
    opacity: 1;
}

.map-africa a {
    width: 166px;
    height: 164px;
    background: url("/img/map/map-africa.png") no-repeat 0 0;
    left: 267px;
    top: 142px;
}

.map-south-america a {
    width: 184px;
    height: 226px;
    background: url("/img/map/map-south-america.png") no-repeat 0 0;
    top: 131px;
    left: 56px;
}

.map-russia a {
    width: 289px;
    height: 115px;
    background: url("/img/map/map-russia.png") no-repeat 0 0;
    left: 354px;
    top: 23px;
    z-index: 0;
}

.map-europe a {
    width: 117px;
    height: 93px;
    background: url("/img/map/map-europe.png") no-repeat 0 0;
    left: 285px;
    top: 41px;
    z-index: 3;
}

.map-middle-east a {
    width: 184px;
    height: 83px;
    background: url("/img/map/map-middle-east.png") no-repeat 0 0;
    left: 280px;
    top: 108px;
    z-index: 2;
}

.map-asia a {
    width: 219px;
    height: 164px;
    background: url("/img/map/map-asia.png") no-repeat 0 0;
    left: 434px;
    top: 83px;
    z-index: 1;
}

.map-legend {
    position: absolute;
    top: 390px;
    left: 23px;
}

.map-legend li {
    display: inline;
    margin-right: 29px;
    font-size: 15px;
    position: relative;
}

.map-legend li a {
    padding-left: 25px;
    color: #9d7743;
    border-bottom: none;
    -webkit-transition: color linear .05s;
    -moz-transition: color linear .05s;
    -ms-transition: color linear .05s;
    -o-transition: color linear .05s;
    transition: color linear .05s;
}

.map-legend li a:hover,
.map-legend li a.hover {
    color: #6d532f;
    border-bottom: none;
}

.map-legend .dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 1px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: background-color linear .05s;
    -moz-transition: background-color linear .05s;
    -ms-transition: background-color linear .05s;
    -o-transition: background-color linear .05s;
    transition: background-color linear .05s;
}

.link-africa .dot {
    background-color: #BE931E;
}

.link-africa:hover .dot,
.link-africa a.hover .dot {
    background-color: #e1b53f;
}

.link-south-america .dot {
    background-color: #B04524;
}

.link-south-america:hover .dot,
.link-south-america a.hover .dot {
    background-color: #d86440;
}

.link-russia .dot {
    background-color: #719CA3;
}

.link-russia:hover .dot,
.link-russia a.hover .dot {
    background-color: #9ab9be;
}

.link-europe .dot {
    background-color: #7FA238;
}

.link-europe:hover .dot,
.link-europe a.hover .dot {
    background-color: #a1c558;
}

.link-middle-east .dot {
    background-color: #A8646C;
}

.link-middle-east:hover .dot,
.link-middle-east a.hover .dot {
    background-color: #c09095;
}

.link-asia .dot {
    background-color: #BE731D;
}

.link-asia:hover .dot,
.link-asia a.hover .dot {
    background-color: #e1953d;
}*/

