

/* -------------------------------------------------------------------------------

    0.  Reset & Clearfix
    1.  Document Setup
    2.  Wrap
    3.  Header
    4.  Content
    5.  Homepage
    6.  About
    7.  Services
    8.  Pricing Tables
    9.  Shortcodes
    10. Blog
    11. Portfolio
    12. Contact
    13. Widgets
    14. Footer
    15. Media Queries
    16. Gravity Forms
*/
/* ------------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ul{list-style-type:none}table{border-collapse:collapse;border-spacing:0}
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}
ol {padding-left:20px; color:#e5801c;}

/* ------------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ------------------------------------------------------------------------------- */
    /*  CUSP color ea9b61    */

    html { overflow-x: hidden; }
    body {
        background: #f0f0f0;
        color: #636363;
        font: 13px/1.9 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
    }
    a, a > * {
        color: #333;
        text-decoration: none;
        -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
           -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
            -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
             -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
                transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    }
    a:hover, a > *:hover {
        color: #f36700;
    }


    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; font-weight: 400; }
    h4 { font-size: 16px; font-weight: 400; }
    h5 { font-size: 12px; }
    h6 { font-size: 11px; }

    h1, h2, h3, h4, h5, h6 {
        color: #333;
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        line-height: 1.25;
        text-transform: uppercase;
    }
    h1.capitalize {
        text-transform: capitalize;
    }
    dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset,blockquote,p {
        margin-bottom: 10px;
    }
    hr.h80 {
        margin: 30px 0;
    }


    /*  Forms  --------------------------------*/

    input[type="text"], textarea {
        background: url(../images/bg_dots_grey.png);
        border-radius: 0;
        color: #959595;
        display: block;
        font: 13px/1.9 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 7px 9px;
        text-transform: uppercase;
        width: 240px;
    }
    textarea {
        resize: none;
        width: 500px;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background-size: 100% 200%;
        color: #fff;
        cursor: pointer;
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-weight: 600;
        padding: 7px 25px 8px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        background-position: 0 100%;
    }





/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */

    #body-wrapper {
        background: #fff;
        left: 50%;
        margin-left: -520px;
        position: relative;
        width: 1040px;
    }
    .container {
        margin: 0 20px;
        padding: 0 30px;
        position: relative;
    }


    /*  Columns  --------------------------------*/

    .one-fourth, .three-fourth, .one-third, .two-third, .one-half {
        float: left;
        margin-right: 20px !important;
        position: relative;
    }
    .one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last {
        margin-right: 0 !important;
    }
    .one-fourth      { width: 220px; }
    .three-fourth    { width: 700px; }
    .one-third       { width: 300px; }
    .two-third       { width: 620px; }
    .one-half        { width: 460px; }


    .one-half h3 {
        margin-top: -4px;
    }


/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

    #header {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        height: 153px;
    }
    @media only screen and (max-width: 990px) {
    #header {  height: 146px }  }

    #logo {
        float: left;
        height: 100px;
        margin-top: 30px;
    }

    #nyu-logo {
        float: right;
        margin: 30px 0px -100px 0px;
    }


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

    #navigation {
        float: right;
    }
    #navigation li {
        float: left;
        position: relative;
    }
    #navigation a {
        color: #555;
        display: block;
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-size: 15px;
        font-weight:700;
        margin: 0 0 0 40px;
        padding: 95px 0 30px;
        position: relative;
        text-transform: uppercase;

    }
    #navigation a:hover, #navigation .hover > a, #navigation .current > a {
        background: url(../images/menu_active_item.png) repeat-x 0 100%;
        color: #f36700;
    }


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

    #navigation ul {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
                box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
        display: none;
        left: 0;
        margin: 0 0 0 40px;
        padding: 0;
        position: absolute;
        top: 153px;
        width: 180px;
        z-index: 999999;
		background-color: rgba(225, 108, 22, 0.8);
	}
    #navigation ul li {
        border-bottom: 1px dotted #e3714d;
        float: none;
    }
    #navigation ul li:last-child {
        border-bottom: none;
    }
    #navigation ul li i {
        background: url(../images/menu_i.png) no-repeat 0 0;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 40%;
        width: 3px;
    }
    #navigation ul a {
        color: white;
        display: block;
        line-height: 1.3em;
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        padding: 10px 20px;
        text-transform: none;
    }
    #navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: #fff;
        background-color: #de5e00;
    }


    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        left: 180px;
        margin: 0;
        top: 0;
    }


    /*  Responsive Nav  --------------------------------*/

    .selectnav { display: none; }





/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */

    #content {

    }
    #main {
        float: left;
        margin: 0 40px 0 0;
        width: 680px;
    }
    #sidebar {
        float: right;
        width: 220px;
    }
    .search {
        margin-bottom: 50px !important;
        margin-top: 10px;
        width: 202px !important;
    }
    .video iframe {
        display: block;
    }

    .accent {
        color: #f36700;
    }

    /*  Page Title  --------------------------------*/

    .page-title, .page-title-inner, .page-title-alt {
        color: #c2c2c2;
        display: inline-block;
        font-size: 48px;
        font-weight: 100;
        line-height: 1.2;
        margin: 0 -30px;
        padding: 20px 30px 45px;
        width: 100%;
    }
    .page-title .accent, .page-title-alt .accent {
        color: #333;
    }
    .page-title-inner {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        color: #333;
        margin-bottom: 45px;
        padding-bottom: 45px;
        position: relative;
    }
    .page-sub-title {
        font-size: 32px;
    }
    @media only screen and (max-width: 768px) {
        .page-sub-title {
            font-size: 20px;
        }
    }
    .two-cols-diff .page-title-inner {
        background: none;
        margin-bottom: 0;
    }
    .page-title-inner .section-title {
        color: #c2c2c2;
        display: block;
        font-size: 30px;
        letter-spacing: normal;
        line-height: 1.5;
        width: 100%;
    }
    .page-title-inner .accent {
        color: #e5801c;
    }
    .page-title-inner.fixed {
        background: none;
        margin-bottom: 0;
    }
    .page-title-alt {
        font-size: 72px;
        line-height: 1.2;
        margin: 0 -30px;
        padding-bottom: 75px;
        padding-top: 70px;
    }

    /*  Black & White Wrapper  --------------------------------*/

     .orange-block {
		background-color: #e99b60;
	}
	.gray-block {
		background-color: #a8a098;
	}
	.blue-block {
		background-color: #6e94c3;
	}
    .green-block {
        background-color: #a3ca82;
    }
	.green-block, .blue-block, .gray-block, .orange-block {
	    display: block;
	    width: 10px;
	    height: 40px;
	    position: absolute;
        left: -20px;
        top: 23px;
	}
    @media only screen and (max-width: 805px) {
        .green-block, .blue-block, .gray-block, .orange-block  {
            left: 0;
            top: 40px;
        }
    }
    @media only screen and (max-width: 768px) {
        .green-block, .blue-block, .gray-block, .orange-block  {
            height: 23px;
            left: -20px;
        }
    }
    @media only screen and (max-width: 480px) {
        .green-block, .blue-block, .gray-block, .orange-block  {
            left: 0;
            top: 29px;
        }
    }
	a.box-link {
		display: block;
		background-color: #f36700;
		color: #efefef;
		margin: 0px;
		padding: 20px;
	}

	a.box-link:hover {
		display: block;
		background-color: #fe8a35;
		color: #fff;
		margin: 0px;
		padding: 20px;
	}

	.action-links {
	 	width: 240px;
	 	font-weight: 400;
	 	font-size: 12px;
	 	float: right;
	 	margin: -50px -50px 0px 0px;
	 	color: #fff;
	 }

	.action-links a{
		display: block;
		width: 200px;
		color: #fff;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
		background-color: #6e94c3;
	}

	.action-links a:hover{
		color: #fff;
		background-color: #3d6494;
	}

	/*  Black & White Wrapper  --------------------------------*/

    .bw-wrapper {
        display: block;
        position: relative;
    }
    .bw-wrapper canvas {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        z-index: 9999;
    }





/* ------------------------------------------------------------------------------- */
/*  5.  Homepage
/* ------------------------------------------------------------------------------- */


    /*  Project & Blog Carousel  --------------------------------*/

    #project-wrapper, #blog-wrapper {
        margin: 90px 0 0;
        position: relative;
        width: 100% !important;
    }
    #blog-wrapper {
        margin: 70px 0 0;
    }
    .section-title  {
        display: block;
      /*  float: left; */
    }
    .section-title h4  {
        margin: 0 0 3px !important;
    }
    .section-title p {
        color: #959595;
    }
    .project-carousel > li, .blog-carousel > li {
        float: left;
        list-style: none;
        overflow: hidden;
        position: relative;
    }
    .project-carousel a {
        display: block;
        text-align: left;
    }
    .project-carousel img {
        display: block;
        position: relative;
        width: 100%;
    }
    .blog-carousel h4 {
        margin: 0 0 3px;
        text-transform: capitalize;
    }
    .blog-carousel .date, .blog-carousel .comments {
        color: #959595;
    }
    .blog-carousel .comments:hover {
        color: #f36700;
    }
    .blog-carousel p {
        margin: 10px 0 0;
    }
    .jcarousel-container {
        float: right;
        margin: 0;
        padding: 0;
    }
    .jcarousel-clip {
        overflow: hidden;
    }
    .jcarousel-item {
        margin: 0 20px 0 0;
        width: 220px;
    }


    /*  Carousel Navigation  --------------------------------*/

    .jcarousel-next, .jcarousel-prev {
        background: #e6e6e6 url(../images/c_icon_next.png) no-repeat 50% 50%;
        cursor: pointer;
        float: left;
        display: block;
        height: 17px;
        margin-right: 5px;
        margin-top: 5px;
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
        width: 17px;
    }
    .jcarousel-prev {
        background: #e6e6e6 url(../images/c_icon_prev.png) no-repeat 45% 50%;
    }
    .jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active {
        background: #f36700 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
    }
    .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
        background: #f36700 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
    }
    .jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active {
        background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
        cursor: default;
    }
    .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
        background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
        cursor: default;
    }


    /*  Project Carousel (Alt. Homepage)  --------------------------------*/

    #project-wrapper-alt {
        position: relative;
        width: 100% !important;
    }
    #project-wrapper-alt .jcarousel-next, #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: pointer;
        height: 100%;
        left: 940px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
        width: 30px;
    }
    #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        left: -30px;
    }
    #project-wrapper-alt .jcarousel-next:hover, #project-wrapper-alt .jcarousel-next:focus, #project-wrapper-alt .jcarousel-next:active {
        background: #f36700 url(../images/s_icon_next_w.png) no-repeat 50% 50%;
    }
    #project-wrapper-alt .jcarousel-prev:hover, #project-wrapper-alt .jcarousel-prev:focus, #project-wrapper-alt .jcarousel-prev:active {
        background: #f36700 url(../images/s_icon_prev_w.png) no-repeat 45% 50%;
    }
    #project-wrapper-alt .jcarousel-next-disabled, #project-wrapper-alt .jcarousel-next-disabled:hover, #project-wrapper-alt .jcarousel-next-disabled:focus, #project-wrapper-alt .jcarousel-next-disabled:active {
        background: #f0f0f0 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: auto;
    }
    #project-wrapper-alt .jcarousel-prev-disabled, #project-wrapper-alt .jcarousel-prev-disabled:hover, #project-wrapper-alt .jcarousel-prev-disabled:focus, #project-wrapper-alt .jcarousel-prev-disabled:active {
        background: #f0f0f0 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        cursor: auto;
    }


    /*  Logo List  --------------------------------*/

    .logo-list {
        border-top: 1px dotted #ccc;
        display: inline-block;
        margin: 70px -30px -105px;
        padding: 20px 30px;
        position: relative;
    }
    .logo-list li {
        border-left: 1px dotted #ccc;
        display: block;
        float: left;
        height: 89px;
        overflow: hidden;
        width: 187px;
        position: relative;
    }
    .logo-list li:last-child {
        margin-right: -5px;
        border-right: 1px dotted #ccc;
        width: 186px;
    }
    .logo-list img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 186px;
    }
    .logo-list .bw-wrapper {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-backface-visibility: hidden;
    }
    .logo-list .bw-wrapper:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }





    /*  View More  --------------------------------*/

    .work-more a {
        color: #c2c2c2;
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 30px;
        font-weight: 200;
        margin: 0 -30px;
        padding: 44px 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .work-more a:hover {
        color: #f36700;
    }
    .work-more .arrow {
        background: url(../images/more_arrow_01.png) repeat-x -20px 0;
        display: inline-block;
        height: 22px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        width: 20px;
        vertical-align: baseline;
    }
    .work-more:hover .arrow {
        background: url(../images/more_arrow_01.png) repeat-x 0 0;
    }





/* ------------------------------------------------------------------------------- */
/*  6.  About
/* ------------------------------------------------------------------------------- */

    .about-intro {
        color: #333;
        font-size: 14px;
        margin: 0 0 80px;
    }
    .about-intro h4 {
        margin: 0 0 20px;
    }
    .team-member {
        border-bottom: 3px solid #ccc;
        margin-bottom: 30px;
        -webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
    }
    .team-member:hover {
        border-bottom: 3px solid #f36700;
    }
    .member-photo img {
        display: block;
        width: 100%;
    }
    .member-info {
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        display: block;
        padding: 16px 15px 9px;
    }
    .member-info h4 {
        color: #f36700;
        margin: 0;
    }
    .member-info .position {
        color: #959595;
        display: block;
        margin-bottom: 15px;
    }
    .member-info p {
        border-bottom: 1px dotted #d9d9d9;
        border-top: 1px dotted #d9d9d9;
        margin: 10px 0;
        padding: 20px 0;
    }
    .member-social-links {
        display: inline-block;
    }
    .member-social-links li {
        display: block;
        float: left;
    }
    .member-social-links a {
        color: #959595;
        font-size: 8px;
        letter-spacing: 1px;
        margin-right: 10px;
        text-transform: uppercase;
    }
    .member-social-links a:hover {
        color: #f36700;
    }





/* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */

    .services-intro {
        color: #333;
        font-size: 18px;
        margin: 0 0 80px;
    }
    .service-icon {
        background: #f36700;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        display: inline-block;
        float: left;
        height: 36px;
        margin-top: -9px;
        text-align: center;
        width: 36px;
    }
    .service-description {
        margin-left: 45px;
    }
    .service-description h4 {
        margin: 0;
    }
    .service-description p {
        color: #959595;
        margin: 19px 0 13px;
        padding-right: 10px;
    }
    .service {
        margin-bottom: 80px;
    }
    .service li {
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 7px 0;
    }
    .service li:last-child {
        border: none;
    }





/* ------------------------------------------------------------------------------- */
/*  8.  Pricing Tables
/* ------------------------------------------------------------------------------- */


    .pricing-table-extended .column, .pricing-table-simple .column {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }
    .pricing-table-extended ul li, .pricing-table-simple ul li {
        display: block;
        margin: 0;
        position: relative
    }
    .pricing-table-extended .footer, .pricing-table-simple .footer {
        padding: 24px 20px;
    }
    .level-max input {
        background: #ec4c1a;
        background: -webkit-linear-gradient(#ec4c1a, #a32700);
        background:    -moz-linear-gradient(#ec4c1a, #a32700);
        background:     -ms-linear-gradient(#ec4c1a, #a32700);
        background:      -o-linear-gradient(#ec4c1a, #a32700);
        background:        -webkit-gradient(#ec4c1a, #a32700);
        background:         linear-gradient(#ec4c1a, #a32700);
    }
    .level-max input:hover {
        background-position: 0 100%;
    }
    .level-one input {
        background: #959595;
        background: -webkit-linear-gradient(#959595, #545454);
        background:    -moz-linear-gradient(#959595, #545454);
        background:     -ms-linear-gradient(#959595, #545454);
        background:      -o-linear-gradient(#959595, #545454);
        background:        -webkit-gradient(#959595, #545454);
        background:         linear-gradient(#959595, #545454);
    }
    .level-one input:hover {
        background-position: 0 100%;
    }


    /*  Extended Pricing Table  --------------------------------*/

    .pricing-table-extended {
        margin-bottom: 120px;
    }
    .pricing-table-extended .column {
        border-left: 2px solid #fff;
        display: block;
    }

    .pricing-table-extended.five-cols .column  { width: 143px; }
    .pricing-table-extended.four-cols .column  { width: 179px; }
    .pricing-table-extended.three-cols .column { width: 226px; }
    .pricing-table-extended.two-cols .column   { width: 313px; }
    .pricing-table-extended.one-cols .column   { width: 625px; }

    .pricing-table-extended.three-cols .features-list { width: 260px !important; }
    .pricing-table-extended.two-cols .features-list,
    .pricing-table-extended.one-cols .features-list   { width: 313px !important; }

    .pricing-table-extended .features-list {
        border: none;
        text-align: left;
        width: 218px !important;
    }
    .pricing-table-extended .level-max {
        background: #fff;
        border: none;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        margin: -15px -2px -15px 0;
        z-index: 9999;
    }
    .pricing-table-extended .header {
        background: #636363;
        color: #fff;
        min-height: 132px;
    }
    .pricing-table-extended .features-list .header {
        background: none;
    }
    .pricing-table-extended .level-one .header {
        background: #959595;
    }
    .pricing-table-extended .level-max .header {
        background: #f36700;
        padding: 0 0 15px;
    }
    .pricing-table-extended h1 {
        background: #595959;
        border-bottom: 1px solid #737373;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        padding: 13px 15px;
    }
    .pricing-table-extended .level-one h1 {
        background: #868686;
        border-bottom: 1px solid #a0a0a0;
        color: #fff;
    }
    .pricing-table-extended .level-max h1 {
        background: #c12e00;
        border-bottom: 1px solid #db481a;
        color: #fff;
    }
    .pricing-table-extended h2 {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        margin: 10px 0 0;
        text-transform: capitalize;
    }
    .pricing-table-extended h2 span {
        color: #fff;
        display: block;
        font-size: 36px;
        font-weight: 700;
    }
    .pricing-table-extended .level-max h2 span {
        font-size: 48px;
        font-weight: 700;
    }
    .pricing-table-extended ul li {
        background: #f8f8f8;
        padding: 9px 20px;
    }
    .pricing-table-extended ul li:nth-child(even) {
        background: #ebebeb;
    }
    .pricing-table-extended .level-max ul li:nth-child(even) {
        background: #f2f2f2;
    }
    .pricing-table-extended .check {
        background: url(../images/pricing_check.png) no-repeat center;
        display: inline-block;
        height: 18px;
        text-indent: -9999px;
        width: 18px;
    }
    .pricing-table-extended .footer {
        background: #f8f8f8;
    }
    .pricing-table-extended .features-list .footer {
        background: none;
    }
    .pricing-table-extended .level-max .footer {
        background: #fff; padding: 31px 20px;
    }

    .features-list {
        margin-bottom: 25px;
    }
    .features-list li {
        float: left;
        width: 45%;
        margin-right: 10%;
    }
    .features-list li p{
        padding-left: 17px;
    }
    @media only screen and (max-width: 768px) {
        .features-list li  {
            float: none;
            width: 100%;
            margin-right: 0;
        }
    }
    .features-list li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .features-list li h5 {
        color: #ccc;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-left: 15px;
        position: relative;
    }
    .features-list li h5:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 12px;
        background: #e5801c;
        border-radius: 50%;
    }
    .projects-data {
        position: relative;
    }
    .projects-data .custom-select {
        min-width: 220px;
    }
    @media only screen and (max-width: 490px) {
        .projects-data .custom-select  {
            width: 100%;
        }
    }
    .projects-data .page-sub-title {
        padding-right: 170px;
    }
    @media only screen and (max-width: 768px) {
        .projects-data .page-sub-title  {
            padding-right: 0;
        }
        .projects-data .page-sub-title + a {
            margin-top: -18px;
            display: block;
        }
    }
    .projects-data h5 {
        color: #ccc;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    @media only screen and (max-width: 768px) {
        .projects-data h5  {
            font-size: 18px;
        }
    }
    .projects-data .title {
        float: left;
        width: 30%;
    }
    @media only screen and (max-width: 768px) {
        .projects-data .title  {
            float: none;
            width: 100%;
        }
    }
    .projects-data .content {
        float: left;
        width: 65%;
        margin-left: 5%;
    }
    @media only screen and (max-width: 768px) {
        .projects-data .content  {
            float: none;
            width: 100%;
            margin-left: 0;
            margin-bottom: 7px;
        }
    }
    .projects-data li {
        margin-bottom: 25px;
    }
    @media only screen and (max-width: 768px) {
        .projects-data li  {
            margin-bottom: 35px;
        }
        .projects-data li p  {
            margin-bottom: 5px;
        }
    }
    .all-projects-link {
        color: #e5801c;
        font-weight: bold;
        position: relative;
        padding-left: 17px;
    }
    .all-projects-link:hover{color: #333;}
    .all-projects-link:before {
        display: block;
        content: '';
        width: 12px;
        height: 13px;
        background: url("../images/sign-plus.png") no-repeat;
        position: absolute;
        top: 3px;
        left: 0;
    }
    .projects-data .all-projects-link {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 1;
    }
    .projects-data .all-projects-link:before{top:5px}
    @media only screen and (max-width: 768px) {
        .projects-data .all-projects-link  {
            position: relative;
            top: auto;
            margin-bottom: 20px;
            display: inline-block;
        }
    }
    .explore-more {
        color: #e5801c;
        font-weight: bold;
    }
    .explore-more:hover{color: #333;}
    .explore-more:hover i{color: #333;}
    .explore-more i {color: #e5801c;font-size: 15px}

    .relevant-public li {
        float: left;
        width: 30%;
        margin-right: 3.333%;
    }
    @media only screen and (max-width: 768px) {
        .relevant-public li  {
            float: none;
            margin-right: 0;
            width: 100%;
        }
    }
    .data-nav-links a {
        color: #e5801c;
        font-weight: bold;
    }
    @media only screen and (max-width: 480px) {
        .data-nav-links a {
            display: inline-block;
            padding-top: 30px;
            position: relative;
            max-width: 135px;
            text-align: center;
            line-height: normal;
        }
    }
    @media only screen and (max-width: 480px) {
        .data-nav-links a:after, .data-nav-links a:before {
            position: absolute;
            top: 0;
            margin: 0;
            left: 50%;
            margin-left: -13px!important;
        }
    }
    @media only screen and (max-width: 480px) {
        .data-nav-links {
            padding: 0 5px;
        }
    }
    .data-nav-links a:hover {
        color: #aaa;
    }
    .data-nav-links div.left {
        float: left;
    }
    .data-nav-links div.left a:before {
        margin-right: 7px;
        content: '';
        height: 24px;
        width: 26px;
        background: #e5801c url('../images/royalslider/rs-arrow.png') no-repeat 0 -24px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 24px;
    }
    .data-nav-links div.left a:hover:before {
        background-position: 0 0;
    }
    .data-nav-links div.right {
        float: right;
    }
    .data-nav-links div.right a:after {
        margin-left: 7px;
        content: '';
        height: 24px;
        width: 26px;
        background: #e5801c url('../images/royalslider/rs-arrow.png') no-repeat -22px -24px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 24px;
    }
    .data-nav-links div.right a:hover:after {
        background-position: -22px 0;
    }
    /*  Simple Pricing Table  --------------------------------*/

    .pricing-table-simple {
        margin-bottom: 120px;
    }
    .pricing-table-simple .column {
        background: #f6f6f6;
        border-left: 2px solid #fff;
    }

    .pricing-table-simple .column:first-child {
        border: none;
    }

    .pricing-table-simple.five-cols .column  { width: 186px; }
    .pricing-table-simple.four-cols .column  { width: 234px; }
    .pricing-table-simple.three-cols .column { width: 312px; }
    .pricing-table-simple.two-cols .column   { width: 470px; }
    .pricing-table-simple.one-cols .column   { width: 940px; }

    .pricing-table-simple .level-max {
        background: #fff;
        border: none;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        margin: -15px -2px -15px 0;
        z-index: 9999;
    }
    .pricing-table-simple .header {
        padding: 26px 20px 23px;
    }
    .pricing-table-simple .level-max .header {
        padding: 31px 20px 33px;
    }
    .pricing-table-simple h1 {
        color: #636363;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 7px;
    }
    .pricing-table-simple h2 {
        color: #333;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 3px;
    }
    .pricing-table-simple h2 span {
        color: #333;
        font-weight: 600;
    }
    .pricing-table-simple .level-max h2, .pricing-table-simple .level-max h2 span {
        color: #f36700;
    }
    .pricing-table-simple .level-max h6 {
        color: #e3816f;
    }
    .pricing-table-simple h6 {
        color: #636363;
        font-size: 11px;
        margin: 0;
        font-weight: 200;
        text-transform: capitalize;
    }
    .pricing-table-simple ul {
        margin: 0 20px;
    }
    .pricing-table-simple ul li {
        border-top: 1px dotted #ccc;
        padding: 8px 0;
    }
    .pricing-table-simple ul li:last-child {
        border-bottom: 1px dotted #ccc;
    }
    .pricing-table-simple .level-max .footer {
        margin: 5px 0 10px;
    }





/* ------------------------------------------------------------------------------- */
/*  9.  Shortcodes
/* ------------------------------------------------------------------------------- */

    .shortcodes h5 {
        margin-bottom: 25px;
    }


    /*  Buttons  --------------------------------*/

    .red {
        background: #ec4c1a;
        background: -webkit-linear-gradient(#ec4c1a, #a32700);
        background:    -moz-linear-gradient(#ec4c1a, #a32700);
        background:     -ms-linear-gradient(#ec4c1a, #a32700);
        background:      -o-linear-gradient(#ec4c1a, #a32700);
        background:        -webkit-gradient(#ec4c1a, #a32700);
        background:         linear-gradient(#ec4c1a, #a32700);
    }
    .yellow {
        background: #ffd800;
        background: -webkit-linear-gradient(#ffd800, #f49000);
        background:    -moz-linear-gradient(#ffd800, #f49000);
        background:     -ms-linear-gradient(#ffd800, #f49000);
        background:      -o-linear-gradient(#ffd800, #f49000);
        background:        -webkit-gradient(#ffd800, #f49000);
        background:         linear-gradient(#ffd800, #f49000);
    }
    .black {
        background: #636363;
        background: -webkit-linear-gradient(#636363, #404040);
        background:    -moz-linear-gradient(#636363, #404040);
        background:     -ms-linear-gradient(#636363, #404040);
        background:      -o-linear-gradient(#636363, #404040);
        background:        -webkit-gradient(#636363, #404040);
        background:         linear-gradient(#636363, #404040);
    }
    .gray {
        background: #959595;
        background: -webkit-linear-gradient(#959595, #545454);
        background:    -moz-linear-gradient(#959595, #545454);
        background:     -ms-linear-gradient(#959595, #545454);
        background:      -o-linear-gradient(#959595, #545454);
        background:        -webkit-gradient(#959595, #545454);
        background:         linear-gradient(#959595, #545454);
    }


    /*  Accordion  --------------------------------*/

    .accordion-button {
        background: url(../images/accordion_buttons.png) no-repeat 0 8px;
        border-top: 1px dotted #ccc;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 7px 0 7px 25px;
    }
    .accordion-button.first {
        border: none;
    }
    .shortcodes .accordion-button.first {
        margin-top: -8px;
    }
    .accordion-content {
        padding: 0 0 8px 25px;
    }
    .on {
        background: url(../images/accordion_buttons.png) no-repeat 0 -127px;
    }
    .on a {
        color: #f36700;
    }


    /*  Tabs  --------------------------------*/

    #tabs {
        list-style: none;
        margin: 0;
        margin-bottom: -1px;
        overflow: hidden;
        padding: 0;
    }
    #tabs li {
        float: left;
        line-height: 32px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    #tabs li a {
        background: #fff;
        border: 1px solid #e6e6e6;
        border-left: none;
        color: #959595;
        display: block;
        font-weight: 800;
        padding: 0 20px;
        text-transform: uppercase;
    }
    #tabs li a:hover {
        border-top: 1px solid #f36700;
    }
    #tabs li:first-child a {
        border-left: 1px solid #e6e6e6;
    }
    #tabs li.active a {
        border-top: 1px solid #f36700;
        border-bottom: 1px solid #fff;
        color: #333;
    }
    #tabs li.active a:hover {
        color: #f36700;
    }
    #tabs_content_container {
        border: 1px solid #e6e6e6;
        display: block;
        padding: 30px 20px;
    }


    /*  Alert Boxes  --------------------------------*/

    .success, .notice, .warning, .error {
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        color: #fff;
        display: inline-block;
        margin-bottom: 10px;
        padding: 6px 15px;
    }
    .success {
        background: #93b336;
    }
    .notice {
        background: #507cc3;
    }
    .warning {
        background: #ffbb00;
    }
    .error {
        background: #f36700;
    }


    /*  Blockquote  --------------------------------*/

    blockquote {
        background: url(../images/quote.png) no-repeat 30px 28px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        font-size: 11px;
        font-style: italic;
        padding: 28px 20px 24px 50px;
        position: relative;
    }
    blockquote p {
        font-size: 11px !important;
    }
    blockquote p:last-of-type {
        margin-bottom: 0;
    }
    blockquote .person {
        color: #333;
        display: block;
        font-style: normal;
        margin-top: 10px;
    }
    blockquote .person .accent {
        color: #f36700;
    }
    blockquote .corner {
        background: url(../images/quote_corner.png) no-repeat 0 0;
        bottom: -18px;
        display: block;
        height: 18px;
        left: 50px;
        position: absolute;
        width: 29px;
    }
    blockquote.wide {
        background-position: 80px 28px;
        margin: 6px 0 34px;
        padding: 28px 30px 28px 100px;
    }
    blockquote.wide .corner {
        bottom: -18px;
        left: 80px;
    }


    /*  Lists  --------------------------------*/

    .shortcodes .check {
        margin-top: -10px;
    }
    ul.compressed li {
        padding-bottom: 4px;
        padding-top: 4px;
    }
    ul.compressed li:first-child {
        margin-top: -5px;
    }
    .check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 18px;
    }
    .check li {
        background: url(../images/list_check.png) no-repeat 2px 53%;
    }
    .check-bold li {
        background: url(../images/list_check_bold.png) no-repeat 1px 53%;
    }
    .arrow li {
        background: url(../images/list_arrow.png) no-repeat 4px 53%;
    }
    .arrow-bold li {
        background: url(../images/list_arrow_bold.png) no-repeat 3px 12px;
    }
    .square li {
        background: url(../images/list_square.png) no-repeat 4px 53%;
    }
    .circle li {
        background: url(../images/list_circle.png) no-repeat 4px 53%;
    }





/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */

    .post {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        margin: 0 0 60px;
        padding: 0 0 35px;
    }
    @media only screen and (max-width: 768px) {
        .post  {
            margin-bottom: 30px;
            padding-bottom: 30px;
        }
    }
    .post h2 {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
        text-transform: capitalize;
    }
    .post .page-sub-title {
        margin-top: -9px;
    }
    .post-meta .author {
        color: #959595;
        border-bottom: 1px dotted #e5e5e5;
        padding: 5px 0;
    }
    .post-meta .author a {
        color: #f36700;
    }
    .post-meta .author a:hover {
        color: #e38473;
    }
    .post-meta .date, .post-meta .tags, .post-meta .comments {
        color: #959595;
        display: inline-block;
        margin-right: 15px;
        padding: 12px 0 27px 0;
    }
    .post-meta .date a, .post-meta .tags a, .post-meta .comments a {
        color: #959595;
    }
    .post-meta .date a:hover, .post-meta .tags a:hover, .post-meta .comments a:hover {
        color: #f36700;
    }
    .post-meta .date {
        padding-left: 15px;
        background: url(../images/blog_icon_date.png) no-repeat 0 16px;
    }
    .post-meta .tags {
        padding-left: 17px;
        background: url(../images/blog_icon_tags.png) no-repeat 0 16px;
    }
    .post-meta .comments {
        padding-left: 17px;
        background: url(../images/blog_icon_comments.png) no-repeat 0 15px;
    }
    .post-entry {
        display: block;
        position: relative;
    }
    .post-entry .image, .post-entry .image-slider, .post-entry .video {
        display: block;
        margin: 0 auto 23px;
        max-width: 100%;
    }
    .post-entry p {
        display: block;
        font-size: 14px;
    }
    .post-entry a {
        color: #f36700;
    }
    .post-entry a:hover {
        color: #e38473;
    }
    .post-description {
        float: left;
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    @media only screen and (max-width: 768px) {
        .post-description {
            float: none;
            width: 100%;
            padding-right: 0;
        }
    }
    .img-description, .post-description + .people-list {
        float: right;
        width: 50%;
    }
@media only screen and (max-width: 768px) {
    .img-description, .post-description + .people-list {
        width: 100%;
    }
}
    .img-description, .post-description + .people-list .single {
        float: right;
    }
@media only screen and (max-width: 768px) {
    .img-description, .post-description + .people-list .single  {
        width: 100%;
    }
}
    .img-description {
        width: 40%;
    }
    .img-description img {
        width: 100%;
    }
    @media only screen and (max-width: 768px) {
        .img-description {
            float: none;
            width: 100%;
            margin-bottom: 20px;
        }
    }
    .caption {
        font-style: italic;
        margin-top: 15px;
    }
    .caption span {
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal;
    }
    /*  Initiatives  --------------------------------*/
    .initiatives-box {
        margin-top: 20px;
        max-width: 700px;
    }
    @media only screen and (max-width: 768px) {
        .initiatives-box  {
            max-width: none;
        }
    }
    .initiatives-box h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .initiatives-link-wrap {
        display: table;
        float: left;
        width: 212px;
        height: 75px;
        margin: 0 16px 16px 0;
    }
    @media only screen and (max-width: 768px) {
        .initiatives-link-wrap  {
            width: 100%;
            height: 60px;
            margin-right: 0;
        }
    }
    .initiatives-link {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }
    .initiatives-link a {
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        line-height: .7;
    }
    .color-box {
        width: 15px;
        height: 17px;
        display: block;
        position: absolute;
        left: 30px;
        top: 45px
    }
    @media only screen and (max-width: 768px) {
        .color-box  {
            top: 19px;
            width: 13px;
            height: 13px;
        }
    }
    .init-title {
        padding-left: 25px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    @media only screen and (max-width: 768px) {
        .init-title  {
            font-size: 18px;
            padding-left: 20px;
            margin-bottom: 0;
            position: relative;
        }
        .init-title:after, .init-title:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            background: #808284;
        }
        .init-title:after {
            width: 8px;
            height: 2px;
            right: 0;
            margin-top: -1px;
        }
        .init-title:before {
            width: 2px;
            height: 8px;
            right: 3px;
            margin-top: -4px;
        }
        .init-title.opened:before {
            content: normal;
        }
    }
    .initiatives-explore {
        background: #fff;
        padding: 40px 30px;
        position: relative;
        margin: 0 -30px;
    }
    @media only screen and (max-width: 768px) {
        .initiatives-explore  {
            padding: 15px 30px;
        }
    }
    @media only screen and (max-width: 768px) {
        .init-explore-wrap  {
            display: none;
            padding-top: 25px;
        }
    }
    .initiatives-explore:nth-of-type(odd){
        background: #f5f5f5;
    }
    .initiatives-explore img {
        float: left;
        width: 30%;
    }
    @media only screen and (max-width: 768px) {
        .initiatives-explore img  {
            float: none;
            width: 100%;
            margin-bottom: 25px;
        }
    }
    .init-desc {
        float: left;
        width: 65%;
        margin-left: 5%;
    }
    @media only screen and (max-width: 768px) {
        .init-desc  {
            float: none;
            width: 100%;
            margin-left: 0;
        }
    }
    .init-desc h5 {
        font-size: 16px;
        color: #e5801c;
        margin-bottom: 10px;
        text-transform: none;
    }
    .init-desc h6 {
        font-size: 16px;
        color: #cccccc;
        text-transform: uppercase;
    }
    .init-project-link {
        color: #e5801c;
        text-decoration: underline;
    }
    .init-project-link > * {color: inherit}
    .init-project-link:hover {
        text-decoration: none;
    }
    .init-action {
        margin-top: 20px;
    }
    .init-action a {
        background: #766c64;
    }
    .init-action a:hover {
        background: #e5801c;
    }
    .init-see-all {
        border-top: 1px solid #ccc;
        padding: 30px 0 0;
        position: relative;
        margin-bottom: -15px;
    }
    @media only screen and (max-width: 768px) {
        .init-see-all  {
            padding: 25px 0 0;
            text-align: center;
        }
    }
    @media only screen and (max-width: 768px) {
        .init-see-all .button  {
            display: block;
        }
    }
    .init-see-all span {
        font-size: 18px;
        margin-right: 28px;
    }
    @media only screen and (max-width: 768px) {
        .init-see-all span  {
            display: block;
            margin-bottom: 30px;
            margin-right: 0;
        }
    }
    .init-privacy {
        margin-bottom: -50px;
    }
    .init-privacy h4 {
        margin-bottom: 20px;
    }
    .init-privacy p {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        margin-right: 10%;
        margin-bottom: 0;
    }
    @media only screen and (max-width: 768px) {
        .init-privacy p  {
            width: auto;
            display: block;
            margin-bottom: 30px;
            margin-right: 0;
        }
    }
    .init-privacy .button {
        vertical-align: top;
    }
    @media only screen and (max-width: 768px) {
        .init-privacy .button  {
            display: block;
        }
    }
    .init-tax-banner {padding-bottom: 20px}
    .init-tax-banner img {
        width: 100%;
        height: auto;
    }

    /*  Projects  --------------------------------*/
    .e-projects p {
        float: left;
        width: 45%;
        margin-right: 10%;
    }
    @media only screen and (max-width: 490px) {
        .e-projects p {
            float: none;
            width: 100%;
            margin-right: 0;
        }
    }
    .e-projects p:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .projects-headline li {
        float: left;
        width: 30%;
        margin-right: 4.999%;
    }
    @media only screen and (max-width: 768px) {
        .projects-headline li {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-bottom: 40px;
        }
        .projects-headline .button {
            display: block;
        }
    }
    .projects-headline li:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .projects-headline li h4 a{
        color: #e5801c;
        font-size: 16px;
    }
    .projects-headline li h4 a:hover{
        color: #010101;
    }
    .projects-headline li img {
        margin-bottom: 12px;
    }
    @media only screen and (max-width: 768px) {
        .projects-headline li img {
            margin-bottom: 20px;
            width: 100%;
        }
        .projects-headline li h4 {
            margin-bottom: 17px;
        }
    }
    .rel-overview .content {
        float: left;
        width: 55%;
    }
    @media only screen and (max-width: 768px) {
        .rel-overview .content {
            float: none;
            width: 100%;
            margin-bottom: 20px;
        }
    }
    .rel-overview .rel-list {
        float: right;
        width: 20%;
        margin-left: 5%;
        margin-right: 2%;
        text-align: right;
    }
    .rel-overview .rel-list.links {
        text-align: left;
    }
    @media only screen and (max-width: 768px) {
        .rel-overview .rel-list {
            float: none;
            width: 100%;
            margin: 0;
            text-align: left;
        }
    }
    @media only screen and (max-width: 768px) {
        .rel-list.links {
            background: url(../images/sep_d.png) repeat-x 0 100%;
        }
    }
    @media only screen and (max-width: 1024px) {
        .rel-list.links {
            margin: 0 0 40px;
            padding: 0 0 35px;
        }
    }
    .rel-list h4 {
        text-transform: uppercase;
        color: #ccc;
        font-size: 13px;
    }
    .rel-list li {
        position: relative;
        border-bottom: 1px dotted #ccc;
        padding: 9px 0 9px 15px;
        line-height: normal;
    }
    .rel-list li:before {
        position: absolute;
        left: 0;
        top: 15px;
        content: '';
        width: 7px;
        height: 7px;
        background: #e5801c;
        border-radius: 50%;
    }
    .met-list {
        margin-bottom: 45px;
    }
    .met-list li {
        float: left;
        width: 45%;
        margin-right: 10%;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    @media only screen and (max-width: 600px) {
        .met-list li {
            float: none;
            width: 100%;
            margin: 0;
        }
    }
    .met-list li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .met-list li h5 {
        position: relative;
        color: #ccc;
        font-size: 24px;
        text-transform: uppercase;
        margin-left: -15px;
        padding-left: 15px;
    }
    .met-list li h5:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: '';
        width: 6px;
        height: 6px;
        background: #e5801c;
        border-radius: 50%;
    }
    /*  Pagination  --------------------------------*/

    .pagination {
        margin: 0;
    }
    .pagination li {
        display: inline-block;
        list-style: none;
        margin: 0;
    }
    .pagination li:last-child {
        margin-right: 0;
    }
    .pagination .current {
        background: #f36700;
        color: #fff !important;
    }
    .pagination a, .pagination .current {
        color: #959595;
        display: inline-block;
        padding: 0 6px;
    }
    .pagination a:hover {
        color: #f36700;
    }
    .pagination .prev a {
        background: url(../images/c_icon_prev.png) no-repeat 0 6px;
        padding-left: 10px;
    }
    .pagination .prev a:hover {
        background: url(../images/c_icon_prev_r.png) no-repeat 0 6px;
    }
    .pagination .next a  {
        background: url(../images/c_icon_next.png) no-repeat 100% 6px;
        padding-right: 10px;
    }
    .pagination .next a:hover  {
        background: url(../images/c_icon_next_r.png) no-repeat 100% 6px;
    }


    /*  Blog Post Details  --------------------------------*/

    .post h3 {
        font-weight: 700;
        margin: 30px 0 23px;
        text-transform: capitalize;
    }
    .post.single p {
        margin-bottom: 20px;
    }
    .post.single p:last-child {
        margin-bottom: 10px;
    }


    /*  Comments  --------------------------------*/

    .comments-list {
        border-bottom: 1px dotted #e5e5e5;
        margin: 36px 0 70px;
        padding: 0 0 10px;
    }
    .comment {
        border-top: 1px dotted #e5e5e5;
        display: inline-block;
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment .children .comment {
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment:first-child {
        border-top: none;
        margin: 0;
        padding: 0;
    }
    .comment > div {
        display: inline-block;
    }
    .comment .avatar {
        display: block;
        float: left;
        position: relative;
        width: 45px;
        z-index: 1;
    }
    .comment .comment-entry, .comment .comment-meta {
        float: right;
        width: 620px;
    }
    .comment .comment-meta {
        margin-top: -4px;
    }
    .comment .author {
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
    }
    .comment .author .reply {
        color: #959595;
        font-size: 11px;
        text-transform: capitalize;
    }
    .comment .author .reply:hover {
        color: #f36700;
        font-size: 11px;
    }
    .comment .date {
        color: #959595;
        margin: 1px 0 8px;
    }
    .comment .children {
        padding-left: 60px;
    }
    .comment .children .comment {
        border-top: 1px dotted #ced8df;
        position: relative;
    }
    .comment .children .comment-entry, .comment .children .comment-meta {
        width: 560px;
    }
    .comment .children .children .comment-entry, .comment .children .children .comment-meta {
        width: 500px;
    }


    /*  Comments Form  --------------------------------*/

    #comments-form {
        margin-top: 30px;
    }


    /*  Blog (Alt. Version)  --------------------------------*/

    .post-block {
        background: #f36700;
        display: block;
        margin-bottom: 80px;
    }
    .post-block .post-entry {
        margin: 13px 20px 15px;
    }
    .post-block .post-entry h2 {
        border-bottom: 1px dotted #e3714d;
        color: #fff;
        font-weight: 400;
        margin-bottom: 15px;
        padding-bottom: 14px;
        text-transform: capitalize;
    }
    .post-block .post-entry h2:hover {
        color: #f0bfb8;
    }
    .post-block .post-entry p {
        color: #f0bfb8;
        font-size: 11px;
    }
    .post-block img {
        display: block;
        width: 100%;
    }
    .post-block .post-meta {
        padding: 11px 20px;
    }
    .post-block a {
        color: #fff !important;
    }
    .post-block a:hover {
        color: #f0bfb8 !important;
    }
    .post-block .link, .post-block .comments {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    .post-block .comments {
        float: right;
    }


    /*  View More  --------------------------------*/

    .post-more a {
        color: #c2c2c2;
        display: block;
        font-size: 30px;
        font-weight: 200;
        margin: -80px -30px -100px;
        padding: 74px 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .post-more a:hover {
        color: #f36700;
    }
    .post-more .arrow {
        background: url(../images/more_arrow_02.png) repeat-x 0 -26px;
        display: inline-block;
        height: 20px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        width: 22px;
        vertical-align: baseline;
    }
    .post-more:hover .arrow {
        background: url(../images/more_arrow_02.png) repeat-x 0 -6px;
    }





/* ------------------------------------------------------------------------------- */
/*  11.  Portfolio
/* ------------------------------------------------------------------------------- */

    /*  Project Feed Filter  --------------------------------*/

    .project-feed-filter {
        display: inline-block;
        margin: 0 0 40px;
    }
    .project-feed-filter li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }
    .project-feed-filter a {
        color: #959595;
        display: block;
        margin: 0 20px 0 0;
    }
    .project-feed-filter a:hover, .project-feed-filter .current  {
        color: #f36700;
    }


    /*  Project Feed  --------------------------------*/

    .project-feed {
        margin: 0 -20px 80px 0
    }
    .project-feed > div {
        float: left;
        list-style: none;
        margin: 0 20px 20px 0;
        position: relative;
    }
    .project-feed div a {
        display: block;
        text-align: left;
    }
    .project-feed div img {
        display: block;
        width: 100%;
    }


    /*  Project Item Overlay  --------------------------------*/

    .project-item .overlay {
        background: #f36700;
        background: rgba(215, 51, 0, .75);
        height: 100%;
        left: 0;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
           opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-backface-visibility: hidden;
        width: 100%;
    }
    .project-item:hover .overlay {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
           opacity: 1;
    }
    .project-item .overlay h5 {
        color: #fff;
        font-size: 30px;
        font-weight: 100;
        margin: 30px 20px 0;
        text-transform: capitalize;
    }
    .project-item .overlay p {
        color: #f0bfb8;
        display: block;
        font-size: 11px;
        margin: 10px 20px 0;
    }


    /*  Project Item Overlay (Alt. Version)  --------------------------------*/

    .project-item .project-title {
        background: #f0f0f0;
        padding: 17px 10px;
    }
    .project-item:hover .project-title {
        background: #f36700;
    }
    .project-item:hover .project-title h5 {
        color: #fff;
    }
    .project-item .project-title h5 {
        color: #636363;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
    }


    /*  Portfolio Details  --------------------------------*/

    .single-project-wrapper {
        border: 1px solid #e5e5e5;
        margin-top: 30px;
    }
    .single-project-wrapper img {
        display: block;
        width: 100%;
    }
    .project-nav {
        display: inline-block;
        float: right;
        margin: 13px 0 40px;
    }
    .project-nav li {
        float: left;
    }
    .project-nav .prev, .project-nav .next, .project-nav .back {
        background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
        display: block;
        height: 17px;
        margin-left: 5px;
        text-indent: -9999px;
        width: 17px;
    }
    .project-nav .next {
        background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
    }
    .project-nav .back {
        background: #f0f0f0 url(../images/c_icon_back.png) no-repeat 50% 50%;
    }
    .project-nav .prev:hover {
        background: #f36700 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
    }
    .project-nav .next:hover {
        background: #f36700 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
    }
    .project-nav .back:hover {
        background: #f36700 url(../images/c_icon_back_w.png) no-repeat 50% 50%;
    }


    /*  Isotope Plugin  --------------------------------*/

    .isotope,
    .isotope .isotope-item {
      /* change duration value to whatever you like */
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }

    .isotope {
      -webkit-transition-property: height, width;
         -moz-transition-property: height, width;
          -ms-transition-property: height, width;
           -o-transition-property: height, width;
              transition-property: height, width;
    }

    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
         -moz-transition-property:    -moz-transform, opacity;
          -ms-transition-property:     -ms-transform, opacity;
           -o-transition-property:      -o-transform, opacity;
              transition-property:         transform, opacity;
    }

    /**** disabling Isotope CSS3 transitions ****/

    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
         -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s;
    }





/* ------------------------------------------------------------------------------- */
/*  12.  Contact
/* ------------------------------------------------------------------------------- */

    #google-map {
        width: 100%;
        height: 300px;
        display: inline-block;
    }
    .contact-intro {
        color: #333;
        font-size: 14px;
        margin: 60px 0 40px;
    }
    .contact-info .address {
        margin-top: 20px;
    }
    #contact-form {
        margin-top: 25px;
    }
    #contact-form .error, #contact-form .success {
        margin-bottom: 20px;
        min-width: 227px;
    }





/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */

    .widget {
        margin: 0 0 50px;
    }
    .widget.short {
        margin-bottom: 35px;
    }
    .widget h3 {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 0 18px;
    }


    /*  Categories  --------------------------------*/

    .widget.widget_categories li {
        background: url(../images/c_icon_next.png) no-repeat 0 12px;
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 7px 0 7px 13px;
    }
    .widget.widget_categories li:last-child {
        border: none;
    }
    .widget.widget_categories li a {
        color: #636363;
    }
    .widget.widget_categories li a:hover {
        color: #f36700;
    }


    #footer .widget_categories li {
        background: url(../images/c_icon_next_g.png) no-repeat 0 12px;
        border-bottom: 1px dotted #484848;
    }
    #footer .widget_categories li:last-child {
        border: none;
    }
    #footer .widget_categories li a {
        color: #C2C2C2;
    }
    #footer .widget_categories li a:hover {
        color: #f36700;
    }


    /*  Text Widget  --------------------------------*/

    .widget.widget_text {
        color: #636363;
    }
    #footer .widget_text {
        color: #636363;
    }
    /*  Gallery Slider  --------------------------------*/
    .gallery-slider {
        /*background: #f5f5f5;*/
        /*padding: 20px;*/
    }

    /*  Recent Entries  --------------------------------*/

    .widget.widget_recent_entries li {
        margin: 0 0 9px;
    }
    .widget.widget_recent_entries li:first-child {
        margin-top: 5px;
    }
    .widget.widget_recent_entries li:last-child {
        margin: 0;
    }
    .widget.widget_recent_entries img {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }
    .widget.widget_recent_entries .entry {
        display: block;
        float: left;
        margin: -4px 0 0;
        width: 150px;
    }
    .widget.widget_recent_entries .entry .date {
        color: #959595;
        display: block;
        margin: 2px 0 0;
    }


    #footer .widget_recent_entries a {
        color: #C2C2C2;
    }
    #footer .widget_recent_entries a:hover {
        color: #f36700;
    }
    #footer .widget_recent_entries .date {
        color: #636363;
    }


    /*  Tabs With Posts  --------------------------------*/

    .widget #tabs li {
        text-align: center;
        width: 50%;
    }
    .widget #tabs_content_container {
        border: none;
        display: block;
        padding: 20px 0 0;
    }
    .widget .posts li {
        display: inline-block;
        margin: 0 0 9px;
    }
    .widget .posts li:last-child {
        margin: 0;
    }
    .widget .posts img {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }
    .widget .posts .entry {
        display: block;
        float: left;
        margin: -4px 0 0;
        width: 150px;
    }
    .widget .posts .entry .date {
        color: #959595;
        display: block;
        margin: 2px 0 0;
    }


    /*  Twitter Feed  --------------------------------*/

    .twitter-feed .tweet-time {
        display: block;
    }
    .twitter-feed a:hover {
        color: #f36700;
    }

    #footer .twitter-feed p {
        color: #959595;
    }
    #footer .twitter-feed a {
        color: #c2c2c2;
    }
    #footer .twitter-feed .tweet-time {
        color: #636363;
    }

    #sidebar .twitter-feed p {
        background: url(../images/icon_twitter_feed.png) no-repeat 0 4px;
        color: #636363;
        padding-left: 16px;
    }
    #sidebar .twitter-feed .tweet-time {
        color: #959595;
    }
    #sidebar .twitter-feed a {
        color: #f36700;
    }
    #sidebar .twitter-feed a:hover {
        color: #e38473;
    }


    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
    }
    .photo-stream li {
        float: left;
        margin: 0 12px 12px 0;
    }
    .photo-stream a {
        display: block;
    }
    .photo-stream a:hover {
        outline: 2px solid #f36700;
    }
    .photo-stream img {
        display: block;
        height: 46px;
        width: 46px;
    }

    #footer .photo-stream {
        margin-top: 22px;
    }





/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */

    #footer {
        background: #333;
        margin: 100px 0 0;
        padding: 60px 0 0;
    }
    #footer .logo {
        display: block;
        margin: 0 0 15px;
    }
    #footer h3 {
        color: #818181;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 17px;
        margin-top: 9px;
    }
    #footer a {
        color: #636363;
    }
    #footer a:hover {
        color: #f36700;
    }

    #footer p {
	font-size: 0.9em;
	line-height: 1.6em;
}

    /*  Contact Details  --------------------------------*/

    #footer .address, #footer .phone, #footer .email {
        color: #959595;
    }


    /*  Copyright & Social Links  --------------------------------*/

    #footer .info {
        background: url(../images/sep_f.png) repeat-x 0 0;
        line-height: 21px;
        margin-top: 34px;
        padding-bottom: 14px;
        padding-top: 17px;
    }
    .copyright li {
        display: block;
        float: left;
        margin-right: 30px;
    }
    .social-links {
        float: right;
    }
    .social-links li {
        display: block;
        float: left;
        height: 21px;
        margin: 0 0 0 8px;
        position: relative;
        text-indent: -9999px;
        width: 21px;
    }
    .social-links li a {
        position: absolute;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        top: 0; left: 0; bottom: 0; right: 0;
    }
    .social-links li a:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .social-links .twitter {
        background: url(../images/icon_twitter.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .twitter a {
        background: url(../images/icon_twitter.png) no-repeat;
    }
    .social-links .facebook {
        background: url(../images/icon_facebook.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .facebook a {
        background: url(../images/icon_facebook.png) no-repeat;
    }
    .social-links .linkedin {
        background: url(../images/icon_linkedin.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .linkedin a {
        background: url(../images/icon_linkedin.png) no-repeat;
    }
    .social-links .digg {
        background: url(../images/icon_digg.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .digg a {
        background: url(../images/icon_digg.png) no-repeat;
    }
    .social-links .vimeo {
        background: url(../images/icon_vimeo.png) no-repeat;
        background-position: 0 -21px;
    }
    .social-links .vimeo a {
        background: url(../images/icon_vimeo.png) no-repeat;
    }


.body-container-listing.body-container-listing-diff {
    background: none;
    border: 0;
}
/* alumni page */
.container-content-diff {
    float: left;
    width: 69.2%;
}
.royalSlider.custom-slider {
    width: 100%;
    margin: 0 0 20px;
}
.royalSlider.custom-slider .rsSlide {
    height: auto;
    cursor: default !important;
}
.slider-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-date {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    display: block;
}
.slider-text h3 {
    font: bold 30px/1.2 "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
}
.slider-text h3 a {
    color: #fff;
}
.slider-text h3 a:hover {
    color: #F36700;
}
.slider-link {
    display: none;
}
.custom-slider .rsArrow {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 11;
}
.custom-slider .rsArrowLeft {
    left: 12px;
}
.custom-slider .rsArrowRight {
    right: 12px;
}
.custom-slider .rsArrow:before,
.custom-slider .rsArrow:after {
    position: absolute;
    width: 22px;
    height: 8px;
    content: "";
    background: #dcd6d3;
    border-radius: 1px;
}
.custom-slider .rsArrowLeft:after,
.custom-slider .rsArrowLeft:before {
    left: 0;
}
.custom-slider .rsArrowLeft:before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-slider .rsArrowLeft:after {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-slider .rsArrowRight:after,
.custom-slider .rsArrowRight:before {
    right: 0;
}
.custom-slider .rsArrowRight:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-slider .rsArrowRight:after {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.press-wall {
    padding: 53px 0 0;
    background: url("../images/sep_d.png") repeat-x 0 0;
}
.pw-item {
    margin: 0 0 20px;
}
.pw-intro-box {
    float: left;
    margin: 0 20px 0 0;
    width: 221px;
    min-height: 221px;
    padding: 20px 24px 40px 28px;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #522e91 url("../images/bg-events-box.jpg") repeat-x 0 0;
}
.pw-intro-box:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #522e91;
    border-bottom: 6px solid transparent;
    content: "";
}
.pw-intro-box h2 {
    font-size: 20px;
    color: #fff;
}
.pw-intro-box p {
    color: #fff;
    font-size: 13px;
}
.rounded-link {
    position: relative;
    font: bold 13px/1.2 "Open Sans", sans-serif;
    padding: 0 0 0 17px;
}
.pw-view-all {
    position: absolute;
    left: 28px;
    bottom: 20px;
    display: inline-block;
    color: #fff;
}
.rounded-link-orange {
    color: #e5801c;
}
.rounded-link-orange:hover {
    color: #5d6a76;
}
.rounded-link:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.rounded-link-orange:before {
    border-color: #e5801c;
}
.rounded-link:after {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #fff;
    border-bottom: 3px solid transparent;
    content: "";
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.rounded-link.bottom:after {
    border-top: 3px solid transparent;
    border-left: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: 0;
    top: 1px;
    left: 3px;
}
.show-more-text .rounded-link.bottom:after {
    top: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.rounded-link-orange:after {
    border-left-color: #e5801c;
}
.rounded-link-orange.bottom:after {
    border-top-color: #e5801c;
}
.rounded-link:hover:before {
    border-color: #F36700;
}
.rounded-link:hover:after {
    border-left-color: #F36700;
}
.rounded-link-orange:hover:before {
    border-color: #5d6a76;
}
.rounded-link-orange:hover:after {
    border-left-color: #5d6a76;
}
.rounded-link-orange.bottom:hover:after{
    border-top-color: #5d6a76;
    border-left-color: transparent;
}
.list-of-events {
    overflow: hidden;
}
.pw-event-item {
    float: left;
    width: 47.8%;
    padding: 19px 0 36px;
    border: 1px solid #d2d2d2;
    border-width: 1px 0;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pw-event-item:first-child {
    margin-right: 4.4%;
}
.pw-event-title {
    font: 13px/1.2 "Open Sans";
    font-weight: 700;
    color: #e57f1b;
    margin: 0 0 5px;
}
.pw-event-title a {
    color: #e57f1b;
}
.pw-event-title a:hover {
    color: #000;
}
.pw-event-date {
    font: 12px "Open Sans", sans-serif;
    font-weight: 600;
    color: #5d6a76;
    margin: 0 0 2px;
}
.pw-event-date span {
    color: #c3c3c3;
}
.pw-event-time {
    font: 12px "Open Sans", sans-serif;
    font-weight: 600;
    color: #5d6a76;
    display: block;
    margin: 0 0 4px;
}
.pw-event-time span {
    font-weight: normal;
    color: #5d6a76;
}
.pw-event-item p,
.pw-event-item .entry-summary {
    font-size: 12px;
    line-height: 1.4;
    color: #5d6a76;
}
.view-pw-item {
    position: absolute;
    left: 0;
    bottom: 18px;
}
.wide-bottom-section {
    clear: both;
    padding: 44px 0 0;
    margin: 0 0 100px;
}
.wide-bottom-section.wbs-mobile {
    display: none;
}
.wbs-title {
    margin: 0 0 44px;
    padding: 0 0 0 13px;
    border-left: 1px solid #bbbbbb;
    font: 700 13px/1 "Open Sans", sans-serif;
    color: #bababa;
    text-transform: uppercase;
}
.wbs-title span {
    color: #e5801c;
    font-size: 35px;
    font-weight: normal;
    text-transform: none;
}
.wbs-columns {
    font-size: 0;
    line-height: 0;
}
.wbs-column {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wbs-ico {
    display: inline-block;
    margin: 0 0 18px;
}
.wbs-column h4 {
    font: 600 13px "Open Sans", sans-serif;
    text-transform: uppercase;
}
.wbs-column p {
    margin: 0;
}
.wbs-column a {
    font-weight: bold;
}
.space-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}
.space-hold {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    bottom: -18px;
}
.space-hold .button {
    margin-bottom: 0;
}
.sidebar-container-diff {
    float: right;
    width: 27.6%;
}
.button.small.btn-back,
.button.btn-back {
    display: block;
    width: 100%;
    margin: 0 0 46px;
    text-align: center;
    text-transform: uppercase;
    font: bold 18px/42px "Open Sans", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-back:after {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    width: 17px;
    height: 17px;
    content: "";
    background: url("../images/icons/arrow.png") no-repeat;
}
.sidebar-container-diff h5 {
    font: bold 24px "Open Sans", sans-serif;
    color: #cccccc;
    margin: 0 0 12px;
}
.socials-list {
    font-size: 0;
    line-height: 0;
    margin: 0 0 40px;
}
.socials-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.socials-list a {
    display: block;
    width: 46px;
    height: 46px;
    background: url("../images/icons/socials.jpg") no-repeat;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.socials-list a:hover {
    opacity: 0.6;
}
.socials-list a.soc-tw {background-position: 0 0;}
.socials-list a.soc-fb {background-position: -51px 0;}
.socials-list a.soc-lkd {background-position: -102px 0;}
.socials-list a.soc-t {background-position: -153px 0;}
.simple-text-box {
    margin: 0 0 22px;
}
.aside-form {
    border: 1px solid #dedede;
    background-color: #ededed;
    background-image: url("../images/bg-aside-form.jpg"), url("../images/bg-aside-form-btm.jpg");
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
    position: relative;
    padding: 28px 19px;
}
.aside-form:before {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: "";
}
.aside-form .gform_wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
body .aside-form .gform_wrapper form .gform_body ul li {
    padding: 0 0 14px !important;
}
body .aside-form .gform_wrapper .gform_body  .gform_fields  .gfield .gfield_label {
    display: block;
    color: #000;
    margin: 0 0 7px;
}
body .aside-form .gform_wrapper .gform_body  .gform_fields  .gfield input[type=text]{
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #fff, inset 1px 2px 3px #c0c0c0;
    display: block;
    width: 100%;
    padding: 5px 5px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(6),
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(7) {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(7) {
    margin-left: 8% !important;
}
.aside-form .css-select,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(9) .ginput_container,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(6) .ginput_container {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #fff, inset 1px 2px 3px #c0c0c0;
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.aside-form .ginput_right .css-select {
    width: 98.2%;
}
.aside-form .css-select:after,
.aside-form .css-select:before,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(9) .ginput_container:after,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(6) .ginput_container:after,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(9) .ginput_container:before,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(6) .ginput_container:before{
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #757575;
    content: "";
    z-index: 10;
}
.aside-form .css-select:after,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(9) .ginput_container:after,
body .aside-form .gform_wrapper form .gform_body ul li:nth-child(6) .ginput_container:after {
    top: 12px;
    border-top-color: #fff;
    z-index: 11;
}
.aside-form .css-select select,
.aside-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.aside-form .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select,
.aside-form .gform_wrapper ul.gform_fields li.gfield select {
    border: 0;
    box-shadow: none;
    display: block;
    width: 120% !important;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    margin: 0;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: none !important;
    position: relative;
    z-index: 12;
}

.aside-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
body .aside-form .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #522e91;
    text-transform: uppercase;
    font-size: 18px;
    padding: 9px 30px 9px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body .aside-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #E5801C;
}
/* discover page */
.body-container-listing.body-container-bd {
    padding-top: 45px;
    background: url("../images/sep_d.png") repeat-x 0 0;
}
.discover-intro {
    display: table;
    width: 100%;
    padding: 0 0 40px;
}
.d-intro-title {
    display: table-cell;
    vertical-align: top;
    width: 37%;
}
.d-intro-title h2 {
    font: bold 24px/1.2 "Open Sans", sans-serif;
    color: #e5801c;
    text-transform: none;
}
.d-intro-text {
    display: table-cell;
    vertical-align: top;
    width: 63%;
}
.d-intro-text p {
    margin-bottom: 11px;
}
.faq-section {
    position: relative;
}
.faq-section.loader:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    content: "";
    z-index: 10;
    background: url("../images/ajax-loader-purple.gif") no-repeat;
}
.faq-item {
    margin: 0 0 49px;
}
.faq-profile {
    float: left;
    width: 160px;
    margin: 0 20px 0 0;
}
.f-profile-photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}
.f-profile-name {
    display: block;
    font: 600 13px/1.2 "Open Sans", sans-serif;
    color: #e57f1b;
    text-transform: uppercase;
}
.f-profile-title {
    display: block;
    font: 300 12px/1.2 "Open Sans", sans-serif;
    color: #5d6a76;
    margin: 4px 0 18px;
}
.f-profile-subtitle {
    display: block;
    font: 300 12px/1.2 "Open Sans", sans-serif;
    color: #bababa;
}
.faq-text {
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-width: 1px 0;
    padding: 18px 20px 0;
    min-height: 180px;
    background: url("../images/bg-faq.png") repeat-x 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.f-text-item {
    padding: 0 0 12px;
}
.f-text-item p {
    margin: 0 0 7px;
}
.f-text-type {
    font: bold 24px/1.2 "Open Sans";
    color: #ccc;
    margin: 0 5px 0 0;
}
.f-text-type.the_a {
    color: #e57f19;
}
.view-more-mobile {
    display: none;
}
.btn-load-more {
    display: block;
    margin: 0 auto;
    width: 92px;
    font: bold 13px/1.2 "Open Sans", sans-serif;
    color: #e5801c;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.btn-load-more:hover {
    color: #522e91;
}
.load-more-icon {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 6px;
    border: 4px solid #e57f19;
    border-radius: 50%;
    position: relative;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-load-more:hover .load-more-icon {
    border-color: #522e91;
}
.load-more-icon:before {
    display: block;
    width: 18px;
    height: 4px;
    margin: 11px auto 0;
    background: #e57f19;
    content: "";
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.load-more-icon:after {
    display: block;
    width: 4px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e57f19;
    content: "";
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.btn-load-more:hover .load-more-icon:after,
.btn-load-more:hover .load-more-icon:before {
    background-color: #522e91;
}


/* ------------------------------------------------------------------------------- */
/*  15.  Media Queries
/* ------------------------------------------------------------------------------- */

    /* Standard 960 or larger (browsers) */
    @media only screen and (min-width: 960px) {
        .wbs-column {
            display: inline-block;
            vertical-align: top;
            width: 20%;
            padding: 0 20px 40px;
        }
        .wbs-column:first-child{
            padding-left: 0;
        }
        .wbs-column:last-child {
            padding-right: 0;
        }
        .aside-form .gform_wrapper .ginput_complex .ginput_left:nth-child(3n){
            min-height: 75px;
        }
    }



    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
        /* ------------------------------------------------------ */
        /*  alumni/discover pages
        /* ------------------------------------------------------ */
        .slider-text h3 {
            font-size: 22px;
        }
        .pw-intro-box {
            width: 100%;
            min-height: 0;
            height: auto !important;
            float: none;
            padding: 18px 28px;
            margin: 0 0 27px;
        }
        .pw-intro-box:after {
            top: 100%;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-top: 6px solid #522e91;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 0;
        }
        .pw-view-all {
            position: relative;
            left: auto;
            bottom: auto;
        }
        .pw-event-item:first-child.position,
        .pw-event-item {
            float: none;
            width: 100%;
            height: auto !important;
            margin: 0 0 20px;
        }

        .wbs-column {
            padding-bottom: 30px;
        }
        .sidebar-container-diff h5 {
            font-size: 20px;
        }
        .button.small.btn-back,
        .button.btn-back {
            margin: 0 0 20px;
        }
        .socials-list li {
            margin: 0 1px 0 0;
        }
        .aside-form {
            padding: 20px 10px;
        }

        .d-intro-title {
            display: block;
            width: 100%;
        }
        .d-intro-title h2 {
            margin: 0 0 12px;
        }
        .d-intro-text {
            display: block;
            width: 100%;
        }
        .faq-section {
            padding: 0 0 48px;
        }
        .faq-profile {
            float: none;
            width: 100%;
            overflow: hidden;
            margin: 0 0 20px;
        }
        .f-profile-photo {
            float: left;
            width: 130px;
            margin: 0 15px 0 0;
        }
        .faq-text {
            padding: 18px 8px;
            min-height: 0;
        }
        .container-content-diff {
            float: none;
            width: 100%;
        }
        .royalSlider.custom-slider img {
            width: 100%;
        }
        .sidebar-container-diff {
            float: none;
            width: 100%;
            padding-top: 52px;
            background: url("../images/sep_d.png") repeat-x;
        }

        .wide-bottom-section.wbs-mobile {
            display: block;
            padding-top: 0;
            margin: 0 0 70px;
        }
        .wide-bottom-section.wbs-desktop {
            display: none;
        }
        .wide-bottom-section .bx-wrapper {
            position: relative;
            margin-bottom: 30px;
        }
        .wide-bottom-section.wbs-mobile .bx-controls a {
            font-size: 0;
            line-height: 0;
            color: transparent;
            position: absolute;
            width: 34px;
            height: 34px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            z-index: 11;
        }
        .wide-bottom-section.wbs-mobile .bx-prev {
            left: 0;
        }
        .wide-bottom-section.wbs-mobile .bx-next {
            right: 0;
        }
        .wide-bottom-section.wbs-mobile .bx-controls a:before,
        .wide-bottom-section.wbs-mobile .bx-controls a:after {
            position: absolute;
            width: 22px;
            height: 8px;
            content: "";
            background: #e5801c;
            border-radius: 1px;
        }
        .wide-bottom-section.wbs-mobile .bx-prev:after,
        .wide-bottom-section.wbs-mobile .bx-prev:before {
            left: 0;
        }
        .wide-bottom-section.wbs-mobile .bx-prev:before {
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .wide-bottom-section.wbs-mobile .bx-prev:after {
            bottom: 7px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .wide-bottom-section.wbs-mobile .bx-next:after,
        .wide-bottom-section.wbs-mobile .bx-next:before {
            right: 0;
        }
        .wide-bottom-section.wbs-mobile .bx-next:before {
            top: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .wide-bottom-section.wbs-mobile .bx-next:after {
            bottom: 7px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }



    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {

    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */

        textarea {
            width: 430px;
        }



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */

        #body-wrapper {
            margin-left: -404px;
            width: 808px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: 162px; }
        .three-fourth    { width: 526px; }
        .one-third       { width: 222px; }
        .two-third       { width: 464px; }
        .one-half        { width: 344px; }



    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 448px;
        }


        /*  Page Title  ------------*/

        .page-title-alt {
            font-size: 48px;
        }



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


        /*  Project & Blog Carousel  ------------*/

        .jcarousel-item {
            margin: 0 28px 0 0;
        }
        .section-title.one-fourth  {
            width: 220px;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-next {
            left: 708px;
        }

        #project-wrapper-alt .jcarousel-item {
            margin: 0 24px 0 0;
        }


        /*  Logo List  ------------*/

        .logo-list li {
            width: 176px;
        }
        .logo-list li:nth-child(4) {
            border-right: 1px dotted #ccc;
            width: 175px;
        }
        .logo-list li:nth-child(5) {
            display: none;
        }
        .logo-list img {
            width: 175px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended .features-list {
            display: none;
        }

        .pricing-table-extended.five-cols .column  { width: 140px; }
        .pricing-table-extended.four-cols .column  { width: 176px; }
        .pricing-table-extended.three-cols .column { width: 235px; }
        .pricing-table-extended.two-cols .column   { width: 354px; }
        .pricing-table-extended.one-cols .column   { width: 708px; }

        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple.five-cols .column  { width: 140px; }
        .pricing-table-simple.four-cols .column  { width: 176px; }
        .pricing-table-simple.three-cols .column { width: 235px; }
        .pricing-table-simple.two-cols .column   { width: 354px; }
        .pricing-table-simple.one-cols .column   { width: 708px; }

        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }



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

        .comment .comment-entry, .comment .comment-meta {
            width: 388px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 328px;
        }
        .comment .children .children .comment-entry, .comment .children .children .comment-meta {
            width: 268px;
        }


    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */


        /*  Project Item Overlay  ------------*/

        .project-item .overlay h5 {
            font-size: 20px;
            font-weight: 400;
            margin: 20px 20px 0;
        }

    }



    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */

        textarea {
            width: 402px;
        }



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */

        #body-wrapper {
            margin-left: -260px;
            width: 520px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: auto; }
        .three-fourth    { width: auto; }
        .one-third       { width: 420px; }
        .two-third       { width: 464px; }
        .one-half        { width: 420px; }


    /* ------------------------------------------------------ */
    /*  Header
    /* ------------------------------------------------------ */

        #header {
            height: auto;
            text-align: center;
        }
        #logo {
            float: none;
        }


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

        #navigation {
            float: none;
            text-align: left;
        }
        #navigation a {
            margin: 0 15px;
            padding: 20px 0 30px;
        }
        #navigation ul {
            margin: 0 0 0 15px;
            top: 70px;
        }



    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 420px;
        }
        #sidebar {
            float: none;
        }


        /*  Page Title  ------------*/

        .page-title, .page-title-inner, .page-title-alt {
            font-size: 30px;
            letter-spacing: normal;
            padding: 40px 30px 40px;
        }
        .page-title-inner {
            font-size: 30px;
            letter-spacing: normal;
            padding-bottom: 45px;
            position: relative;
        }
        .page-title-inner .section-title {
            font-size: 18px;
            font-weight: 400;
        }

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


        /*  Flex Slider  ------------*/

        .flex-caption {
            display: none;
        }

        /*  Project & Blog Carousel  ------------*/

        .section-title.one-fourth  {
            width: 180px;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-item {
            height: auto;
            position: relative;
            width: 200px;
        }
        #project-wrapper-alt .jcarousel-item img {
            width: 200px;
        }

        #project-wrapper-alt .jcarousel-next {
            left: 420px;
        }


        /*  Logo List  ------------*/

        .logo-list li {
            text-align: center;
            width: 209px;
        }
        .logo-list li:nth-child(2) {
            border-right: 1px dotted #ccc;
            width: 208px;
        }
        .logo-list li:nth-child(n+3) {
            display: none;
        }



    /* ------------------------------------------------------ */
    /*  About
    /* ------------------------------------------------------ */

        .about-intro {
            margin-bottom: 40px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 80px;
        }
        .pricing-table-extended .features-list {
            display: none;
        }

        .pricing-table-extended.five-cols .column  { width: 208px; }
        .pricing-table-extended.four-cols .column  { width: 209px; }
        .pricing-table-extended.three-cols .column { width: 140px; }
        .pricing-table-extended.two-cols .column   { width: 210px; }
        .pricing-table-extended.one-cols .column   { width: 420px; }

        .pricing-table-extended .column:nth-child(2) {
            border-left: 0;
        }
        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple.five-cols .column  { width: 209px; }
        .pricing-table-simple.four-cols .column  { width: 209px; }
        .pricing-table-simple.three-cols .column { width: 139px; }
        .pricing-table-simple.two-cols .column   { width: 210px; }
        .pricing-table-simple.one-cols .column   { width: 420px; }

        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }



    /* ------------------------------------------------------ */
    /*  Shortcodes
    /* ------------------------------------------------------ */

        .shortcodes:nth-child(n+3) {
            margin-top: 0 !important;
        }
        .shortcodes {
            margin-bottom: 40px;
        }
        .shortcodes.last {
            margin-bottom: 0;
        }


        /*  Blockquote   ------------*/

        blockquote {
            margin-bottom: 40px;
        }



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


        /*  Comments  ------------*/

        .comment .comment-entry, .comment .comment-meta {
            width: 360px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 300px;
        }
        .comment .children .children .comment-entry, .comment .children .children .comment-meta {
            width: 240px;
        }



    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */

        .project-feed .one-fourth {
            margin-right: 20px !important;
            margin-top: 0 !important;
        }


        /*  Portfolio Details  ------------*/

        #sidebar.project-description {
            display: block;
            margin-top: 50px;
            width: 420px;
        }
        #sidebar.project-description .project-nav {
            float: left;
        }
        #sidebar.project-description .project-nav a {
            margin: 0 5px 0 0;
        }



    /* ------------------------------------------------------ */
    /*  Contact
    /* ------------------------------------------------------ */

        .contact-form {
            margin-top: 50px;
        }



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

        #footer .info {
            padding-bottom: 22px;
            padding-top: 22px;
        }


        /*  Copyright & Social Links  ------------*/

        .copyright {
            display: block;
            float: left;
        }
        .copyright li {
            margin-right: 15px;
        }
        .copyright li:last-child {
            margin-right: 0;
        }
        .social-links {
            display: block;
            float: left;
            margin-top: 15px;
        }
        .social-links li {
            margin: 0 8px 0 0;
        }

        /* ------------------------------------------------------ */
        /*  alumni/discover pages
        /* ------------------------------------------------------ */
        .container-content-diff {
            float: none;
            width: 100%;
        }
        .body-container-listing.body-container-bd {
            background: none;
        }
        .slider-date {
            display: none;
        }
        .slider-text {
            padding: 12px;
        }
        .slider-text h3 {
            font-size: 15px;
        }
        .slider-sub-intro p {
            font-size: 15px !important;
            margin-bottom: 34px;
        }
        .press-wall {
            padding: 42px 0 0;
        }
        .pw-intro-box p {
            margin-bottom: 46px;
        }
        
        .wbs-title {
            margin: 0 0 20px;
        }
        .wbs-title span {
            font-size: 25px;
            font-weight: 100;
            display: block;
            padding-top: 5px;
        }
        .bx-wrapper .wbs-column {
            padding-bottom: 0;
        }
        .wbs-column p,
        .wbs-column h4 {
            padding-left: 30px;
            padding-right: 30px;
        }

        .sidebar-container-diff {
            float: none;
            width: 100%;
            padding-top: 52px;
            background: url("../images/sep_d.png") repeat-x;
        }
        .button.small.btn-back,
        .button.btn-back {
            margin: 0 0 42px;
        }
        .sidebar-container-diff h5 {
            font-size: 24px;
        }
        .socials-list li {
            margin: 0 5px 0 0;
        }
        .socials-list li:last-child {
            margin-right: 0;
        }
        .aside-form {
            padding: 27px 20px;
        }

    }

    hr.h80 {
        margin: 10px 0;
    }
    @media only screen and (max-width: 767px) {
         hr.h80 {
                margin: 0;
         }
        .multiple-questions .view-more-mobile {
            display: block;
        }
        .f-text-item {
            display: none;
        }
        .show-more-text .f-text-item,
        .f-text-item:nth-child(1),
        .f-text-item:nth-child(2){
            display: block;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }



    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {

    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */

        input[type="text"], textarea {
            width: 242px;
        }



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */

        #body-wrapper {
            margin-left: -180px;
            width: 360px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: 260px; }
        .three-fourth    { width: 260px; }
        .one-third       { width: 260px; }
        .two-third       { width: 260px; }
        .one-half        { width: 260px; }




    /* ------------------------------------------------------ */
    /*  Header
    /* ------------------------------------------------------ */
        #header.container {
            padding-left: 30px;
            padding-right: 30px;
        }

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

        #navigation { display: none; }

        .selectnav {
            background: url(../images/nav_arrow.png) no-repeat, url(../images/bg_dots_grey.png);
            background-position: center right, top left;
            border: none;
            border-radius: 0;
            color: #959595;
            display: inline-block;
            font-size: 12px;
            margin: 0 0 30px;
            padding: 8px 10px;
            text-transform: capitalize;
            -webkit-appearance: none;
            width: 100%;
        }



    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */
        #content.container {
            padding-left: 30px;
            padding-right: 30px;
        }
        #main {
            width: 260px;
        }


        /*  Page Title  ------------*/

        .page-title, .page-title-inner, .page-title-alt {
            font-size: 22px;
            padding: 30px 30px 30px;
        }
        .page-title-inner {
            font-size: 20px;
            margin-bottom: 40px;
            padding-bottom: 35px;
        }
        .page-title-inner .section-title {
            font-size: 16px;
        }



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


        /*  Project & Blog Carousel  ------------*/

        #project-wrapper, #blog-wrapper {
            margin-top: 60px;
        }
        #project-wrapper .section-title h4, #blog-wrapper .section-title h4 {
            float: left;
            margin-bottom: 10px !important;
        }
        #project-wrapper .section-title p, #blog-wrapper .section-title p {
            display: none;
        }
        .jcarousel-clip {
            height: auto;
            width: 260px;
        }
        .jcarousel-item {
            width: 260px;
        }
        .project-carousel, .blog-carousel {
            margin-top: 20px !important;
        }
        .section-title.one-fourth  {
            width: 260px;
        }


        /*  Carousel Navigation  ------------*/

        .carousel-nav {
            float: right;
        }
        .jcarousel-prev, .jcarousel-next  {
            margin: 0 0 0 5px;
            float: left;
        }


        /*  Project Carousel (Alt. Homepage)  ------------*/

        #project-wrapper-alt .jcarousel-item {
            width: 260px;
        }
        #project-wrapper-alt .jcarousel-item img {
            width: 260px;
        }

        #project-wrapper-alt .jcarousel-next {
            left: 260px;
        }
        #project-wrapper-alt .project-carousel {
            margin: 0 !important;
        }


        /*  Logo List  ------------*/

        .logo-list li {
            text-align: center;
            width: 260px;
        }
        .logo-list li {
            border-right: 1px dotted #ccc;
        }
        .logo-list li:nth-child(n+2) {
            display: none;
        }


        /*  View More  ------------*/

        .work-more a {
            font-size: 24px;
        }
        .work-more .arrow {
            background-position: -20px -2px;
            height: 18px;
        }
        .work-more:hover .arrow {
            background-position: 0 -2px;
        }



    /* ------------------------------------------------------ */
    /*  Services
    /* ------------------------------------------------------ */

        .services-intro {
            font-size: 14px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 40px;
        }
        .pricing-table-extended .column {
            border: none;
        }

        .pricing-table-extended .column,
        .pricing-table-simple .column { width: 260px !important; }

        .pricing-table-extended h1 {
            font-size: 10px;
        }



    /* ------------------------------------------------------ */
    /*  Shortcodes
    /* ------------------------------------------------------ */

        .shortcodes.one-fourth {
            margin: 0 !important;
        }
        .shortcodes.one-half {
            margin: 0 !important;
        }
        .shortcodes .blockquote {
            margin-bottom: 0 !important;
        }
        .h80.shortcodes {
            display: none;
        }
        .shortcodes {
            padding-bottom: 50px !important;
        }


        /*  Blockquote   ------------*/

        blockquote.wide {
            background-position: 40px 28px;
            padding-left: 60px;
        }
        blockquote.wide .corner {
            bottom: -18px;
            left: 40px;
        }



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

        .post-meta .date, .post-meta .tags, .post-meta .comments {
            padding-bottom: 0;
        }
        .post-meta .comments {
            margin-bottom: 15px;
        }


        /*  Comments  ------------*/

        .comment .comment-entry, .comment .comment-meta {
            width: 200px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 140px;
        }
        .comment .children .children {
            display: none;
        }


        /*  Blog (Alt. Version)  ------------*/

        .post-block {
            margin-bottom: 40px;
        }


        /*  View More  ------------*/

        .post-more a {
            margin-top: -40px;
        }



    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */


        /*  Portfolio Details  ------------*/

        #sidebar.project-description {
            display: block;
            margin-top: 50px;
            width: 260px;
        }



    /* ------------------------------------------------------ */
    /*  Footer
    /* ------------------------------------------------------ */
        #footer > .container {
            padding-left: 30px;
            padding-right: 30px;
        }
        #footer .one-fourth:nth-child(n+2) { display: none; }

        /* aside */
        .aside-form .gform_wrapper .ginput_complex .ginput_left:nth-child(3n) {
            min-height: 75px;
        }

    }
    @media only screen and (max-width: 320px) {
        #body-wrapper {
            margin-left: -160px;
            width: 320px;
        }
    }




/* ------------------------------------------------------------------------------- */
/*  16.  Gravity Forms (CUSP)
/* ------------------------------------------------------------------------------- */

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    background-image: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
    content: "";
}

body .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half input.large,
body .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half select.large,
body .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half input.large,
body .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 98.2%;
}

body .gform_wrapper .ginput_complex .ginput_full input[type=text],
body .gform_wrapper .ginput_complex .ginput_full input[type=url],
body .gform_wrapper .ginput_complex .ginput_full input[type=email],
body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
body .gform_wrapper .ginput_complex .ginput_full input[type=number],
body .gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 99.2% !important;
}

body .gform_wrapper .field_name_first input,
body .gform_wrapper .ginput_complex .ginput_left input {
    width: 98% !important;
}

body .gform_wrapper .ginput_complex input[type=text],
body .gform_wrapper .ginput_complex input[type=url],
body .gform_wrapper .ginput_complex input[type=email],
body .gform_wrapper .ginput_complex input[type=tel],
body .gform_wrapper .ginput_complex input[type=number],
body .gform_wrapper .ginput_complex input[type=password],
body .gform_wrapper .ginput_complex select {
    width: 96.2% !important;
}

body .gform_wrapper .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .ginput_complex .ginput_right input[type=password] {
    width: 98.2% !important;
}

body .gform_wrapper .ginput_complex .ginput_right select {
    width: 98.7% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #e5801c;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
}

body .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}

body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 99.2%;
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49.1%;
}

body .gform_wrapper .gfield_error .ginput_complex .ginput_left,
body .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 49.1%;
}

body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
    width: 98.2% !important;
}

body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
    width: 98.2% !important;
}


body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #808284;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background: #eeeeee;
    color: #5d6a76;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    height: 37px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
    color: #808284;
    padding-left: 2px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    background: #e5801c;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #766c64;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    background: #eeeeee;
    color: #5d6a76;
    font-size: 12px;
    padding: 5px 0;
    line-height: 29px;
    height: 29px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

body .gform_wrapper .gform_body .gform_fields .gfield select option {
    padding: 0 2px;
}

body .gform_wrapper .ginput_complex label,
body .gform_wrapper .gfield_time_hour label,
body .gform_wrapper .gfield_time_minute label,
body .gform_wrapper .gfield_date_month label,
body .gform_wrapper .gfield_date_day label,
body .gform_wrapper .gfield_date_year label,
body .gform_wrapper .instruction {
    margin: 3px 0 10px;
    line-height: 1.2;
}


body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    margin-bottom: 10px;
}

body .gform_wrapper form .gform_body ul li.gfield_html_formatted {
    padding-top: 25px !important;
}
