/* Base */

body
{
    color: #191c1f; 
    font-family: 'Open Sans', Sans-Serif;
    font-size: 15px; 
    font-weight: 400; 
    line-height: 1.7;    
    width:100%;
}

/* Base/Text */

::selection 
{
    background-color: #d2213a;
    color: #fff;
}

::-moz-selection 
{
	background-color: #d2213a;
    color: #fff;
}

p
{
    margin: 0 0 30px;
}

img {
  max-width: 100%;
}

strong,
b
{
    font-weight: 600;
}

.bold 
{ 
    font-weight: 600; 
}

.italic 
{ 
    font-style: italic; 
}

em
{
    font-style: italic;
}

sup
{
    vertical-align: super;
    font-size: 80%;
}

sub
{
    vertical-align: sub;
    font-size: 80%;
}

cite
{
    font-weight: 600;
}

acronym,
abbr
{
    border-bottom: .1em dotted;
    cursor: help;
}

pre, 
xmp, 
plaintext, 
listing 
{
    background-color: #eee;
    display: block;
    font-family: consolas, monospace;
    margin: 20px 0;
    overflow: auto;
    padding: 10px;
    white-space: pre;
}

    pre > *
    {
        margin: 0;
    }

blockquote
{
    display: block;
    margin: 0 0 25px;
}

    blockquote > p
    {
        color: #333132;
        font-size: 15px;
        font-style: italic;
        margin: 0 0 25px;
    }

    blockquote > footer
    {
        font-weight: 600;
    }

    /*blockquote > p:before,
    blockquote > p:after 
    {
        content: "\201C";
    }*/

figure
{
    font-size: 0;
    line-height: 0;
    margin: 0 0 45px;
}

    figure img
    {
        max-width: 100%;
    }

    figure a.fancybox img
    {
        border: 1px solid #ccc;
        transition: 350ms border-color;
    }    

    figure a.fancybox:hover img
    {
        border: 1px solid #191c1f;
    }

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right;
}

.noMargin
{
    margin: 0 !important;
}

.responsiveImg
{
    width: 100%;
}

/* Base/Links */

a
{
    color: #d2213a;
    text-decoration: none;
    tap-highlight-color: rgba(0, 0, 0, 0.1);
        -webkit-tap-highlight-color: rgba(201, 40, 45, 0.1);
    transition: color 350ms;
}

a:hover
{
    color: #191c1f;
    text-decoration: underline;
}

/* Base/Headings */

h1, .fauxH1
{
    color: #c9282d;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 45px; 
}

h2, .fauxH2
{
    color: #191c1f;
    font-family: "FS Lola", sans-serif;
    font-size: 28px;
    font-weight: 600;
    overflow: visible;
    margin: 0 0 45px; 
}

h10
{
    color: #c9282d;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    margin: 0 0 45px;
    font-weight: bold;
    float: right;
    margin-top: -20px;
}

.iconBox, .iconBoxDark {
  background: transparent url(../images/icons/svg/icon-box.svg);
  background-size: contain;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 1px;
  vertical-align: top;
}

.iconHeaderBox
{
    height: 60px;
    width: 60px;
    margin: 16px 20px 0 0;
}

.iconBox .moduleIcon{
    width:80px;
}

h2.withModuleIcon, .fauxH2.withModuleIcon
{
    padding: 25px 0 0;
}

h3, .fauxH3, h3 a, h3 a:hover
{
    color: #fff;
    font-family: "FS Lola", sans-serif;
    font-size: 20px;
    font-weight: 600;
    overflow: visible;
    margin: 25px 0 35px;
    text-decoration: none;
}

h4, .fauxH4
{
    color: #191c1f;
    font-family: "FS Lola", sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

/* Base/Horizontal rule */

hr, .fauxHR
{
  background: #dfdfdf none;
  border: 0 none;
  height: 1px;
  margin: 0 0 45px;
}

.fauxHR
{
    display: block;
    margin: 20px 0;
}

/* Base/Definition list */

dl
{
    margin: 20px 0;
}

    dt {}

    dd
    {
        margin: 0 0 50px;
    }

/* Base/Lists */

ul, ol
{
    display: block;
    list-style-position: outside;
    margin: 0 0 20px;
}

    li
    {
        margin: 0 0 20px 20px;
    }

ul
{
    list-style-type: disc;
}

    ul ul, 
    ol ul
    {
        list-style-type: square;
        margin: 0;
    }

ol, .itemList > li ol
{
    list-style-type: decimal;
}

    ol ol, 
    ul ol
    {
        list-style-type: lower-roman;
        margin: 0;
    }

ul.colRow, ol.colRow
{
    margin-left: inherit;
    margin-right: inherit;
}

    ul.colRow > li, ol.colRow > li
    {
        list-style: inside;
        margin-left: inherit;
        margin-right: inherit;
        padding-left: 0;
        padding-right: 0;
    }

.ieBanner {font-weight:bold; color:#000;}
.itemList
{
    list-style: none inside none;
    margin: 40px 0;
    padding: 0;
}

.itemList:first-child
{
    margin-top: 0;
}

    .itemList > li
    {
        border-top: 1px solid #cdcdcd;
        display: block;
        margin: 0;
        padding: 40px 0;
    }

    .itemList:first-child > li:first-child
    {
        border-top: 0;
        padding-top: 0;
    }

        .itemList > li h2
        {
            margin-bottom: 30px;
        }

        .itemList > li > *:last-child
        {
            margin-bottom: 0;
        }

.listNoStyle
{
    list-style: none inside none;
    margin: 0;
    padding: 0;
}

    .listNoStyle > li
    {
        margin: 0;
        padding: 0;
    }

/* Base/Fieldset */

fieldset
{
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px;
}

    fieldset legend
    {
        line-height 1;
        margin: 0 0 0 -10px;
        padding: 0 10px;
    }

/* Base/Table */

table
{
    margin: 20px 0;
    width: 100%;
}

    table th,
    table td
    {
        padding: 10px;
    }

    table th
    {
        background: #ddd;
        font-weight: 600;
        text-align: left;
        white-space: nowrap;
    }

    table td
    {
        border-bottom: 1px solid #ddd;
    }

    table tr.alt td
    {
        background-color: #f6f6f6;
    }

    table tr.pager td table
    {
        width: auto;
    }

        table tr.pager td table td
        {
            background-color: #ddd;
            font-weight: bold;
        }

/* Base/Form */

form
{
    margin: 0;
}

    .form .formValidation,
    .form .formItem,
    .form .formButtons
    {
        margin-bottom: 25px;
    }

    .form .formItemSpecial
    {
        display: none;
    }

        .form label
        {
            color: #191c1f;
            font-size: 15px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
        }

            .form label:hover
            {
                cursor: pointer;
            }

            .form label span
            {
                color: #a53223;
            }

        .form .formItem input[type="checkbox"]
        {
            margin: 9px 0 0;
        }

    .form .buttons
    {
        text-align: left;
    }

    .form .validation
    {
        color: #a53223;
    }

.textbox
{
    background: #fafbfb none;
    border: 2px solid rgba(25, 28, 31, 0.1);
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 15px;
    padding: 0 8px;
    transition: all 350ms;
    width: 100%;
}
textarea.textbox
{
    padding: 10px 8px;
}

    .textbox:hover
    {
        border-color: rgba(25, 28, 31, 0.3);
    }

    .textbox:focus
    {
        background: #fff none;
        border-color: rgba(25, 28, 31, 1);
        color: #000;
        outline: 0;
    }

    .itemError .textbox
    {
        border-color: #da6050;
    }

        .itemError .textbox:hover,
        .itemError .textbox:focus
        {
            border-color: #a53223;
        }

/* Base/Buttons */

.button, .buttonAlt
{
    background: transparent none;
    border: 2px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #191c1f !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 34px;
    margin: 0;
    outline: none;
    padding: 0 30px;
    position: relative;
    top: 0;
    text-align: center;
    transition: background-color 350ms, color 350ms, top 200ms;
}

.button .Framework_IconButton_Inner, .buttonAlt .Framework_IconButton_Inner,
.button .Framework_IconButton_Inner .Framework_IconButton_Text, .buttonAlt .Framework_IconButton_Inner .Framework_IconButton_Text,
.button .Framework_IconButton_Inner .Framework_IconButton_Icon, .buttonAlt .Framework_IconButton_Inner .Framework_IconButton_Icon {
    height: 36px;
    line-height: 36px;
}

.button:hover
{
    background-color: #191c1f;
    color: #fff !important;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.button:active
{
    outline: none;
    top: -3px;
}

.buttonAlt
{
    border-color: #c9282d;
    color: #c9282d !important;
}

.buttonAlt:hover
{
    background-color: #c9282d;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

    .buttonBlock
    {
        text-align: center;
        width: 100%;
    }

@media(max-width: 768px)
{
    .button, .buttonAlt
    {
        display: block;
        width: 100%;
    }
}

/* Base/Accordion */

.accordion
{
    border-top: 1px solid #cdcdcd;
    list-style: none inside none;
    margin: 0 0 20px !important;
    padding: 0;
}

    .accordion li
    {
        border-bottom: 1px solid #cdcdcd;
        display: block;
        margin: 0;
        padding: 0;
    }

        .accordion .accordionTitle
        {
            color: #696C74;
            font-weight: 600;
            font-size: 12px;
            line-height: 1.6;
            margin: 0;
        }

            .accordion .accordionTitle a
            {
                background: #fff url('../Images/accordion-sprite.jpg') no-repeat right top;
                cursor: pointer;
                display: block;
                height: 47px;
                line-height: 47px;
                transition: 350ms color;
            }

            .accordion .accordionTitle a:hover,
            .accordion .selected .accordionTitle a
            {
                background-position: right -47px;
                color: #000;
                padding: 0;
                text-decoration: none;
            }

            .accordion .selected .accordionTitle a
            {
                background-position: right bottom;
            }

        .accordion .accordionContent
        {
            height: 0;
            overflow: hidden;
        }

            .accordion .accordionContentInner
            {
                padding: 0 0 10px;
            }

/* Layout */

/* Layout/Sections */

.section
{
    position: relative;
}

.sectionWithBeak
{
    background-image: url('../Images/layout/section-beak.png');
    background-position: center top;
    background-repeat: repeat-x;
    margin-top: -32px;
    padding-top: 32px;
}

    .section .sectionInner
    {
        padding: 60px 0 90px;
    }

    .section .sectionTitle
    {
        font-family: "Open Sans", sans-serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 60px;
    }

/* Layout/Sections/Light */

.sectionLight
{
    background-image: url('../Images/layout/section-light-beak.png');
}

    .sectionLight .sectionInner
    {
        background-color: #f2f2f2;
    }

/* Layout/Sections/Mid */

.sectionMid
{
    background-image: url('../Images/layout/section-mid-beak.png');
}

    .sectionMid .sectionInner
    {
        background-color: #aba48f;
        color: #fff;
    }

        .sectionMid .sectionTitle
        {
            color: #191c1f;
        }

        .sectionMid a
        {
            color: #fff;
        }

        .sectionMid a:hover
        {
            color: #191c1f;
        }

        .sectionMid .button
        {
            border-color: #fff !important;
            color: #fff !important;
        }

        .sectionMid .button:hover
        {
            background-color: #fff !important;
            color: #25282a !important;
        }

/* Layout/Sections/Dark */

.sectionDark 
{ 
    background-image: url('../Images/layout/section-dark-beak.png'); 
    color: #fff; 
}

    .sectionDark .sectionInner 
    { 
        background-color: #25282a;
    }

        .sectionDark h2
        {
            color: #6c6f70;
        }

        .sectionDark a
        {
            color: #fff;
        }

        .sectionDark .button
        {
            border-color: #fff !important;
            color: #fff !important;
        }

/* Layout/Sections/Darkest */

.sectionDarkest 
{ 
    background-image: url('../Images/layout/section-darkest-beak.png'); 
    color: #fff; 
}

    .sectionDarkest .sectionInner 
    { 
        background-color: #191c1f; 
    }

        .sectionDarkest h2
        {
            color: #6c6f70;
        }

        .sectionDarkest a
        {
            color: #fff;
        }

        .sectionDarkest .button
        {
            border-color: #fff !important;
            color: #fff !important;
        }

        .sectionDarkest .button:hover
        {
            background-color: #fff !important;
            color: #191c1f !important;
        }

/* Layout/Sections/AOC */

.sectionAOC
{
    background-image: url('../Images/layout/section-aoc-beak.png');
    padding-bottom: 0;
}

    .sectionAOC .sectionInner 
    { 
        background-color: #00537b;
        margin: 0 auto;
        max-width: 731px;
        padding: 0 0 32px;
    }

        .sectionAOC .sectionInner a
        {
            display: block;
            padding: 0 20px;
        }

            .sectionAOC .sectionInner a img
            {
                max-width: 731px;
                width: 100%;
            }

        @media(max-width: 768px)
        {
            .sectionAOC .sectionInner a
            {
                padding-bottom: 20px;
                padding-top: 20px;
            }
        }

/* Layout/Container */

.lytContainer
{
    padding: 80px 0 0;
    position: relative;
}

/* Layout/Header */

.lytHeader
{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
    color:#fff;
}

/* Layout/Header/Main */

.lytHeader .headerMain
{
    background: #c9282d none;
    padding: 11px 0;
    position: relative;
    z-index: 20;
}

    .lytHeader .container
    {
        overflow: visible;
    }

        .lytHeader .headerMain .headerLogo
        {
            color: #fff;
            display: block;
            font-family: 'FS Lola', 'Open Sans', sans-serif;
            height: 59px;
            line-height: 59px;
            position: relative;
        }

        .lytHeader .headerMain .headerLogo:hover
        {
            text-decoration: none;
        }

            .lytHeader .headerMain .headerLogo img
            {
                width: 56px;
            }

            .lytHeader .headerMain .headerLogo .text
            {
                font-size: 30px;
                margin-left: 3px;
            }

        .lytHeader .headerMain ul
        {
            float: right;
            list-style: none inside none;
            margin: 0 -27px;
            padding: 0;
            width: auto;
        }
        
        
            .lytHeader .headerMain li
            {
                display: block;
                float: left;
                line-height: 59px;
                height: 59px;
                margin: 0 13px;
                padding: 0;
                width: auto;
            }
            
            .Framework_Login
            {
                float:right !important;    
            }
            
            .Framework_Login .LoginButtons
            {
                float: left;
                padding-left: 10px;
                padding-top: 9px;
                width: auto;
            }

            .Framework_Login a.button
            {
                font-family: 'FS Lola', 'Open Sans', sans-serif;
                font-size: 18px;
                font-weight: normal;
                text-align: center;
                text-decoration: none;
                transition: color 300ms;
                border-color:#fff;
                padding:10px 20px;
                color:#fff !important;
                line-height:0.7;
                height:36px;
                width:auto;
            }

            .Framework_Login .LoginButtons a:first-child
            {
                margin-right:5px;
            }
            
            .Framework_Login .LoginInputs
            {
                float: left;
                /*max-width: 400px;*/
                padding-top: 9px;
            }

            .Framework_Login .LoginBox
            {
                box-sizing: border-box;
                display: inline-block;
                padding-left: 10px;
                width: 50%;            
            }
            .Framework_Login .LoginBox:first-child
            {
                padding-left: 0;
            }

                 .Framework_Login input.textbox
                 {
                     background:#201c1d;
                     box-sizing: border-box;
                     color:#c9caca;
                     padding:0px 0px 0px 10px;
                     font-weight:bold;
                     font-size:15px;
                     border:none;
                     width:100%;
                     height:36px;
                     max-width:200px;
                 }
                 
                     .lytHeader .headerMain li input:first-child, .lytHeader .headerMain li a.button
                     {
                         margin-right:10px;
                     }
                 
                 .lytHeader .headerMain li.lastNavChild
                 {
                     margin:0px;
                 }
                 
                .lytHeader .headerMain li a.button
                {
                    
                }

                .lytHeader .headerMain li:hover a,
                .lytHeader .headerMain li.selected a
                {
                    color: #191c1f;
                }

        .lytHeader .headerMain .toggleNavButton
        {
            float: right;
            height: 59px;
            overflow: visible;
            position: relative;
            transition: top 250ms;
            top: 0;
            width: 59px;
        }

        .lytHeader .headerMain .toggleNavButton:active
        {
            top: 6px;
        }

            .lytHeader .headerMain .toggleNavButton img
            {
                height: 55px;
                width: 55px;
            }

.lytHeader .headerToggleNav
{
    background-color: #191c1f;
    font-family: 'FS Lola';
    font-size: 18px;
    line-height: 2.4;
    padding: 24px 0;
}

    @media(min-width: 1025px)
    {
        .lytHeader .headerToggleNav
        {
            display: none !important;
        }
    }
    
    
    .lytHeader .headerToggleNav .Framework_Login .LoginButtons
    {
        padding:10px 0;    
    }
    
    .lytHeader .headerToggleNav .LoginButtons a
    {
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        transition: color 350ms;
        float:left;
        margin-right:5px;
    }

        .lytHeader .headerToggleNav li:hover a,
        .lytHeader .headerToggleNav li.selected a,
        .lytHeader .headerToggleNav li:active a
        {
            color: #c9282d;
        }

    .lytHeader .headerToggleNav a:hover
    {
        color: #c9282d;
    }
    
    .lytHeader .headerToggleNav .Framework_Login
    {
        background:transparent;
    }
    
    .lytHeader .headerToggleNav .Framework_Login .LoginInputs .textbox
    {
        background-color:#fff;
        color:#191c1f;
    }
        
        .lytHeader .headerToggleNav #LoginButtonsBottom a:last-child
        {
            margin-bottom:10px;    
        }
       
    .lytHeader .headerToggleNav .Framework_Login .LoginInputs
    {
        /*float:left;
        width:100%;
        max-width:100%;*/
    }
    
    .lytHeader .headerToggleNav .Framework_Login .LoginInputs {
      float: left;
      padding-top: 6px;
      margin-right: 20px;
    }
    
    
/* Layout/Hero */
/* Layout/Hero/Home */

.lytHomeHero
{
    background: #191c1f url(../Images/heros/website-sketch-mockup.jpg) no-repeat fixed center 0px;
    background-size: cover cover;
    margin: 0;
    padding: 65px 0 400px;
    text-align: left;
}
    
    .lytHomeHero .heroContent
    {
        width:37%;
        color:#fff;
    }
        
        .lytHomeHero .heroContent p
        {
            margin-top:30px;
            margin-bottom:40px;
        }
 
    .lytHomeHero .heroPortfolio
    {
        position: absolute;
        top: 230px;
        left: 41%;
    }

    @media (max-width:1024px)
    {
        .lytHomeHero .heroPortfolio{
            left:auto;
            right:20px;
            width:60%;
        }

        .sectionWithBeak{padding-top: 31px;}
    }
    
    .lytHomeHero .heroPortfolioSmall
    {
        display:none;
    }
    
    .lytHomeHero h1
    {
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 35px;
        font-weight: 200;
        line-height: 1.5;
        margin: 0;
    }
    
    .lytHomeHero .button
    {
        border-color:#c9282d;
        color:#c9282d !important;
    }

    .lytHomeHero .button:hover
    {
        color:#fff !important;
        background:#c9282d;
    }

    @media(max-width: 768px)
    {
        .lytHomeHero
        {
            padding: 65px 0 130px;
        }

            .lytHomeHero h1
            {
                font-size: 30px;
            }
            
            .lytHomeHero .heroContent
            {
                width:100%;
                color:#fff;
            }
            
            .lytHomeHero .heroPortfolioSmall
            {
                display:block;   
            }
            
    }

/* Layout/Hero/Home */
    
.lytLowerHero
{
    background: #e5e5e5 none no-repeat center center;
	background-size: cover;
    height: 250px;
    margin: 0;
}

    .lytLowerHero .modules-data
    {
        background:url('../Images/Heros/modules-data.jpg') !important;
    }

    .lytLowerHero .heroContent
    {
        color: #fff;
        padding: 100px 0 0;
    }

        .lytLowerHero .heroTitle
        {
            font-family: "Open Sans", sans-serif;
            font-size: 40px;
            font-weight: 300;
            line-height: 1.6;
            margin: 0;
        }

        .lytLowerHero .heroContent .heroBreadCrumbs, .lytLowerHero .heroContent .heroBreadCrumbs a
        {
            color: #fff;
            font-size: 11px !important;
        }

            .lytLowerHero .heroTitle, .lytLowerHero .heroBreadCrumbs, .lytLowerHero .heroBreadCrumbs a, .lytLowerHero .heroBreadCrumbs a:hover {
                color: #fff;
            }

@media(max-width: 768px)
{
    .lytLowerHero
    {
        background-position: 75% center;
    }

    .heroHowItWorks
    {
        background-position: 67% center;
    }
}

/* Layout/Footer */

.lytFooter
{

}

    .lytFooter .footerSub
    {
        color: #6c6f70;
        font-size: 13px;
    }

        .lytFooter .container
        {
            overflow: visible;
        }

        .lytFooter .footerSub .sectionInner
        {
            padding: 40px 0 60px;
        }

            .lytFooter .footerSub a,
            .lytFooter .footerSub a:hover
            {
                color: #6c6f70;
            }

            .lytFooter .footerSub .footerIcon
            {
                opacity: 0.4;
                position: relative;
                transition: opacity 350ms;
                top: 7px;
            }
            
            .lytFooter .footerSub .footerIcon:hover
            {
                opacity: 1;
            }

            .lytFooter .footerSub .footerIcon:hover
            {
                text-decoration: none;
            }

/* Content */
/* Content/Modules */
/* Content/Modules/List */

.moduleList
{

}
    .moduleList .moduleItem
    {
        position: relative;
    }

        .moduleList .moduleTitle
        {
            font-family: 'FS Lola', sans-serif;
            font-size: 28px;
            display: block;
            height: 83px;
            line-height: 83px;
            margin: 0 0 30px;
            padding: 0 0 0 0px;
            position: relative;
        }
            
            .moduleList .moduleTitle a
            {
                color: #191c1f;
				display: block;
            }
            
            .moduleList .moduleTitle .text
            {
                padding-left:94px;
            }
            
            .sectionMid .moduleList .moduleTitle a
            {
                color: #fff;
				display: block;
            }
            
            .sectionMid .moduleList .moduleTitle a:hover
            {
                color: #191c1f;
            }

            .moduleList .moduleTitle a:hover
            {
                color: #d2213a;
                text-decoration: none
            }
            
            .moduleList .moduleTitle .iconBox
            {
                 position: absolute;
                 opacity: 1;
                 top: 0;
                 transition: opacity 350ms;
            }
            
            .moduleList .moduleTitle .iconBox img
            {
                width: 80px;
            }

            .moduleList .moduleTitle a:hover img
            {
                opacity: 0.8;
            }

        .moduleList .moduleItem p a
        {
            text-decoration: underline;
        }

        .moduleList .moduleItem p a:hover
        {
            text-decoration: none;
        }

/* Content/Modules/Explorer */

.moduleExplorer
{
    background: transparent url('../Images/layout/module-explorer-bg.png') no-repeat center center;
    height: 300px;
    list-style: none inside none;
    margin: 40px auto;
    padding: 0;
    position: relative;
    width: 300px;
}

    .moduleExplorer .moduleItem
    {
        height: 82px;
        overflow: hidden;
        position: absolute;
        width: 82px;
    }

    .moduleExplorer .moduleItem:hover
    {
        overflow: visible;
    }

    .moduleExplorer .moduleItemPosition01 { left: 89px; top: -40px; }
    .moduleExplorer .moduleItemPosition02 { left: 199px; top: -9px; }
    .moduleExplorer .moduleItemPosition03 { left: 244px; top: 87px; }
    .moduleExplorer .moduleItemPosition04 { left: 226px; top: 190px; }
    .moduleExplorer .moduleItemPosition05 { left: 145px; top: 259px; }
    .moduleExplorer .moduleItemPosition06 { left: 31px; top: 259px; }
    .moduleExplorer .moduleItemPosition07 { left: -46px; top: 190px; }
    .moduleExplorer .moduleItemPosition08 { left: -62px; top: 87px; }
    .moduleExplorer .moduleItemPosition09 { left: -21px; top: -9px; }

        .moduleExplorer .moduleItem .moduleIcon
        {
            position: relative;
            z-index: 10;
        }

            .moduleExplorer .moduleItem .moduleIcon img
            {
                transform: scale(0.5);
                    -webkit-transform: scale(0.5);
                transition: transform 350ms;
                    -webkit-transition: -webkit-transform 350ms;
                width: 82px;
            }

            .moduleExplorer .moduleItem:hover .moduleIcon img
            {
                transform: scale(1);
                    -webkit-transform: scale(1);
            }

        .moduleExplorer .moduleItem .moduleContent
        {
            height: 0;
            left: 100%;
            padding: 0 0 0 43px;
            opacity: 0;
            position: absolute;
            top: -30px;
            transition: opacity 350ms ease-in;
            -webkit-transform: translateZ(0);
            z-index: 11;
        }

        .moduleExplorer .moduleItemLeft .moduleContent
        {
            left: auto;
            padding: 0 43px 0 0;
            right: 100%;
        }

        .moduleExplorer .moduleItem:hover .moduleContent
        {                
            height: auto;
            opacity: 1;
        }

            .moduleExplorer .moduleItem .moduleContentBeak
            {
                background: transparent url('../Images/layout/module-explorer-beak-left.png') no-repeat center center;
                height: 49px;
                left: 18px;
                position: absolute;
                top: 45px;
                width: 25px;
            }

            .moduleExplorer .moduleItemLeft .moduleContentBeak
            {
                background-image: url('../Images/layout/module-explorer-beak-right.png');
                left: auto;
                right: 19px;
            }

            .moduleExplorer .moduleItem .moduleContentInner
            {
                background-color: #25282a;
                box-shadow: rgba(0, 0, 0, .6) 2px 2px 5px;
                border-radius: 5px;
                box-sizing: border-box;
                color: #fff;
                font-size: 11px;
                line-height: 19px;
                padding: 20px;
                width: 287px;
            }

            .moduleExplorer .moduleItemLeft .moduleContentInner
            {
                box-shadow: rgba(0, 0, 0, .6) -2px 2px 5px;
            }

                .moduleExplorer .moduleContent h3
                {
                    color: #fff;
                    font-family: 'FS Lola', sans-serif;
                    font-size: 28px;
                    line-height: 40px;
                    font-weight: 600;
                    margin: 0 0 10px;
                }

                .moduleExplorer .moduleContent .button
                {
                    display: none;
                }

                .moduleExplorer .moduleContent p
                {
                    margin: 0 0 10px;
                }

                .moduleExplorer .moduleContent a.learnMore
                {
                    color: #cf2c34;
                    text-decoration: underline;
                }

                .moduleExplorer .moduleContent a.learnMore:hover
                {
                    color: #fff;
                    text-decoration: none;
                }

            @media(max-width: 1024px)
            {
                
                .moduleExplorer .modulesItem h2
                {
                    margin-top:5% !important; 
                    
                }
                
                .moduleExplorer .moduleItemOpen
                {
                    overflow: visible !important;
                }

                    .moduleExplorer .moduleItem:hover
                    {
                        overflow: hidden !important;
                    }

                        .moduleExplorer .moduleItem:hover .moduleContent
                        {                
                            height: 0px !important;
                            opacity: 0 !important;
                        }

                        .moduleExplorer .moduleItemOpen .moduleContent,
                        .moduleExplorer .moduleItemOpen:hover .moduleContent
                        {
                            background: rgba(0, 0, 0, 0.9) none !important;
                            bottom: 0 !important;
                            height: auto !important;
                            left: 0 !important;
                            opacity: 1 !important;
                            padding: 0 !important;
                            position: fixed;
                            right: 0 !important;
                            top: 0 !important;
                            z-index: 50 !important;
                        }

                            .moduleExplorer .moduleItemOpen .moduleContentBeak
                            {
                                display: none;
                            }

                            .moduleExplorer .moduleItemOpen .moduleContentInner
                            {
                                margin: 40px auto 0;
                                max-width: 450px;
                                width: 100% !important;
                            }

                                .moduleExplorer .moduleContent p
                                {
                                    margin: 0 0 20px;
                                }

                                .moduleExplorer .moduleContent a.learnMore
                                {
                                    display: none;
                                }

                                .moduleExplorer .moduleItemOpen .button
                                {
                                    display: block !important;
                                    margin: 0 0 20px;
                                }
            }

/* Content/Modules/Nav */

.modulesNav
{
    margin: 0 0 40px;
}

/* Content/Modules/Dropdown */

.modulesNav .dropdown
{
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

/* Content/Modules/Menu */

.modulesNav nav
{

}

    .modulesNav ul
    {
        list-style: none inside none;
        margin: 0;
        padding: 0;
    }

        .modulesNav ul li
        {
            border-bottom: 1px solid #dcdcdc;
            display: block;
            margin: 0;
            padding: 0;
        }

            .modulesNav ul li a
            {
                color: #191c1f;
                display: block;
                font-family: "FS Lola", sans-serif;
                font-size: 14px;
                font-weight: 600;
                line-height: 37px;
                padding: 10px 15px 11px 50px;
                position: relative;
            }

            .modulesNav ul li a:hover
            {
                color: #c9282d;
                text-decoration: none;
            }

                .modulesNav ul a img
                {
                    height: 40px;
                    left: 0;
                    opacity: 1;
                    position: absolute;
                    transition: opacity 350ms;
                    top: 10px;
                    width: 40px;
                }

                .modulesNav ul a:hover img
                {
                    opacity: 0.8;
                }

                .modulesNav ul a span
                {
                    background: transparent url('../Images/layout/module-nav-beak.png') no-repeat center center;
                    display: block;
                    height: 14px;
                    margin-top: -7px;
                    opacity: 0.15;
                    position: absolute;
                    right: 0;
                    transition: opacity 350ms;
                    top: 50%;
                    width: 8px;
                }

                .modulesNav ul li a:hover span,
                .modulesNav ul li.selected a span
                {
                    opacity: 1.0;
                }

.subMenu ul{
    margin:0px;
    padding:0px;
}

    .subMenu ul li {
      border-bottom: 1px solid #dcdcdc;
      display: block;
      margin: 0;
      padding: 0;
    }

        .subMenu ul li a {
          color: #191c1f;
          display: block;
          font-family: "FS Lola",sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 37px;
          padding: 10px 15px 11px 50px;
          position: relative;
        }

            .subMenu ul li a:hover {
              color: #c9282d;
              text-decoration: none;
            }

.subMenu ul a .iconBox {
    height: 40px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity 350ms;
    top: 10px;
    width: 40px;
}

.subMenu ul li a:hover span, .subMenu ul li.selected a span {
  opacity: 1;
}

.subMenu ul li a .break {
    background: transparent url(../Images/Layout/module-nav-beak.png) no-repeat center center;
    display: block;
    height: 14px;
    margin-top: -7px;
    opacity: .15;
    position: absolute;
    right: 0;
    transition: opacity 350ms;
    top: 50%;
    width: 8px;
}

.subMenu ul a:hover .iconBox {
  opacity: .8;
}

/* Customise Modal */

    .Framework_Modal_Container .Framework_Modal_Container_TitleBar { position: relative; z-index: 2; }
        .Framework_Modal_Container .Framework_Modal_Container_TitleBar a { }
        .Framework_Modal_Container .Framework_Modal_Container_TitleBar .Framework_Modal_Container_TitleBar_Left { background: #c9282d none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_TitleBar .Framework_Modal_Container_TitleBar_Right { background: #c9282d none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_TitleBar .Framework_Modal_Container_TitleBar_Center { background: #c9282d none no-repeat scroll 0 0 !important; color: green; }
    .Framework_Modal_Container .Framework_Modal_Container_Top {  display: none; height: 0; line-height: 0; overflow: hidden; }
    .Framework_Modal_Container .Framework_Modal_Container_Middle {  }
        .Framework_Modal_Container .Framework_Modal_Container_Middle .Framework_Modal_Container_Middle_Left {  background: #e1e1e1 none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_Middle .Framework_Modal_Container_Middle_Right {  background: transparent none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_Middle .Framework_Modal_Container_Middle_Center { background: transparent none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_Middle .Framework_Modal_Container_Middle_Content { background: transparent none no-repeat scroll 0 0; }
    .Framework_Modal_Container .Framework_Modal_Container_Bottom {  display: none; height: 0; line-height: 0; overflow: hidden; }
        .Framework_Modal_Container .Framework_Modal_Container_Bottom .Framework_Modal_Container_Bottom_Left { background: #fff none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_Bottom .Framework_Modal_Container_Bottom_Right { background: #fff none no-repeat scroll 0 0; }
        .Framework_Modal_Container .Framework_Modal_Container_Bottom .Framework_Modal_Container_Bottom_Center { background: #fff none no-repeat scroll 0 0; }

.Framework_IconButton .Framework_IconButton_Inner {
    background: transparent none no-repeat scroll 0 0;
}

.lytHeader .Framework_IconButton {
    background: #231f20 none no-repeat scroll 0 0;
    border-radius: 3px;
    text-transform: uppercase;
    transition: 0.25s;
    margin-top: 0px;
}

.lytHeader .Framework_IconButton:hover{
    background: #6c6f70 none no-repeat scroll 0 0;
}

/* Services Styles */

.servicePanel
{
    height: 200px;
}

.serviceText, .serviceText a, .serviceText a:hover
{
    color: #fff;
    font-family: "FS Lola", sans-serif;
    font-size: 18px;
    font-weight: 600;
    overflow: visible;
    margin: 20px 0;
    text-decoration: none;
    line-height: 1.3;
    height: 70px;
}

.serviceReference, .serviceReference a, a.serviceReference a:hover
{
    color: #bebebe;
    font-family: "FS Lola", sans-serif;
    font-size: 12px;
}