    /******************************************************************************************************************************/
    /* BASE ELEMENTS **************************************************************************************************************/
    html
        {
            height: 100%;

            margin: 0px;
			
            padding: 0px;
        }

    body
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;

            display: flex;
            flex-direction: column;
			
            color: #363837;
        }

    img 
        {
            margin: 0px; 

            padding: 0px;

            vertical-align: middle; 
			
            border: 0; 
        }

    p 
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px; 
            line-height: 1.5;
			
            color: #363837;
        }

    a
        {
            -webkit-text-size-adjust: 110%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            text-decoration: none;
			
            color: #363837;
        }
        
    li 
        {
            margin-bottom: 15px;

            display: list-item;

            text-align: -webkit-match-parent;
        }

    ol, ul 
        {
            margin-left: 35px;

            list-style-type: square;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px; 
            line-height: 1.375;
			
            color: #363837;
        }

    .Link
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

			font-weight: 400;

            color: #363837;
            
            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }

    .Link:hover
        {
            font-weight: 400;
			
            opacity: .25;

            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }

	#inlineLink
        {
            text-decoration: none;
    
            font-weight: 400;
            color: #060807;
            
            border-bottom: 2px solid #f9284b;
        }

	#inlineLink:hover
        {
            color: #aaa;

            cursor: pointer;
            
            border-bottom: 2px solid #aaa;
        }


	/******************************************************************************************************************************/
    /* Animations******************************************************************************************************************/
    /* @keyframes fadeOut
		{
		  0%   {opacity: 1 }
		  5%  { opacity: 1 }
		  10%  { opacity: 1 }
		  15%  { opacity: 1 }
		  20%  { opacity: 1 }
		  25%  { opacity: 0 }
		  75%  { opacity: 0 }
		  80%  { opacity: 0 }
		  85%  { opacity: 0 }
		  90%  { opacity: 0 }
		  95%  { opacity: 0 }
		  100%  { opacity: 1 }
		}*/


    /******************************************************************************************************************************/
    /* CONTAINERS******************************************************************************************************************/
    .Container
        {
            flex: 1 0 auto;
        }


    /******************************************************************************************************************************/
    /* HEADER + PRIMARY NAVIGATION ************************************************************************************************/
    .HeaderPanel
        {
            position: relative;

            z-index: 1;

            max-width: 840px;
            
            display: flex;
            flex: 0;
            flex-flow: row nowrap;

            align-items: center;

            margin-top: 65px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 62px;
        }

    .Logo_Position
        {
            display: inline-flex;
            flex-flow: row nowrap;

            float: left;

            width: 75px;
            height: 40px;
            
            margin-top: -25px;
			margin-left: 40px;

            align-items: center;
        }

    .Resizable_Logo
        {	
			margin-left: -100px;
			margin-right: -100px;
			
            transform: scale( .375 );
        }

    /* MAIN NAVIGATION LINK STYLE */
    .Header_Links_Group
        {
            display: flex;
            flex: 1;
            flex-flow: row nowrap;

            align-items: center;
            justify-content: flex-end;

            float: right;

            margin-top: -20px;
        }

    /* MAIN NAVIGATION LINK STYLE */
    .Header_Links_SubGroup
        {   
            display:inline;

            margin: 0px;

            list-style-type: none;

            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 19px;
            letter-spacing: .35px;
            text-align: right;
            font-variant-caps: small-caps;
        }

    /* AUTO GEN'D - MAIN NAVIGATION LINK STYLE */
    .menu-item
        {
            display:inline;

            margin: 0px;
            margin-left: 20px;
			
			padding-bottom: 2px;
        }

    /* AUTO GEN'D - MAIN NAVIGATION LINK STYLE */
    .current-menu-item,
    .current_page_parent
        {
            border-bottom: solid 1.5px #363837;
        }

    /* AUTO GEN'D - MAIN NAVIGATION LINK STYLE */
    .menu-item-78,
    .menu-item-79,
    .menu-item-1044,
    .menu-item-1045
        {
            margin-left: 0px;
            margin-right: 20px;
    
            color: #363837;
                
            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }
    
    /* AUTO GEN'D - MAIN NAVIGATION LINK STYLE */
    .menu-item-78:hover,
    .menu-item-79:hover,
    .menu-item-1044:hover,
    .menu-item-1045:hover
        {
            color: #aaa;
                
            cursor: pointer;
    
            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }

    /* SUB NAVIGATION LINK STYLE - PRIVACY & TERMS */
    .InlineLinkPanel
        {
            display:inline;

            margin: 0px;

            list-style-type: none;

            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 19px;
            letter-spacing: .35px;
            font-variant-caps: small-caps;
        }

    /* SUB NAVIGATION LINK STYLE - PRIVACY & TERMS */
    .InlineLinksGroup
        {
            margin-top: -10px;
            margin-bottom: 25px;
        }


    /******************************************************************************************************************************/
    /* CONTENT ********************************************************************************************************************/
    .ContentPanel
        {
			max-width: 800px;
            
            display: flex;
            flex: 1;
            flex-flow: row nowrap;

            align-items: center;

            margin: auto;
            margin-bottom: 35px;
        }

    .ContentPanelA
        {
			max-width: 800px;
            
            display: flex;
            flex: 1;
            flex-flow: row nowrap;

            align-items: center;

            margin: auto;
            margin-bottom: 35px;

            padding-bottom: 45px;
        }

    .ContentPanelB
        {
			max-width: 800px;
            
            display: flex;
            flex: 1;
            flex-flow: row nowrap;

            align-items: center;

            margin: auto;
            margin-bottom: 35px;

            padding-top: 45px;
            padding-bottom:45px;
        }

    .GrayPanelA
        {
            padding-top: 45px;
            padding-bottom: 45px;

            background-color: #eee; 
        }

    .GrayPanelB
        {
            margin-bottom: 30px;
            
            padding-top: 45px;
            padding-bottom: 45px;

            background-color: #eee; 
        }

    .Column_0
        {
            flex: 1;
			
            margin-top: 50px;
            margin-bottom: 23px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_1
        {
            width: 55%;

            float: left;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_1A
        {
            width: 55%;

            float: right;

            margin-top: 30px;
            margin-left: 20px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_1B
        {
            width: 55%;

            float: left;

            margin-top: 30px;
            margin-right: 0px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_2
        {
            width: 45%;

            float: right;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_2A
        {
            width: 45%;

            float: left;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .Column_2B
        {
            width: 45%;

            float: right;

            margin-top: -134px;
            
            margin-bottom: -169px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .BodyLine
        {
            height: 1px;
            width: 45px;
            
            align-self: flex-start;

            margin-top: 40px; 
            margin-bottom: 40px; 
            
            background-color: #363837;
        }

    /* ABOUT PAGE */
    .BodyLine_A
        {
            height: 1px;
            width: 45px;
            
            align-self: flex-start;
            
            margin-bottom: 10px; 
            
            background-color: #363837;
        }
        

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
	.AppBtns
		{
			margin-top:35px;
			margin-right:40px;
		}
	#AppBtn_Apple
    	{
			float:left;
        }

   	#AppBtn_Google
        {
         	float:right;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .H0 
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

			margin-top: 5px;
			margin-bottom: 25px;
			
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 30.75px;
            line-height: 1.25;
			
            color: #363837;
        }

    /* FRONT-PAGE & INDEX */
    .H1 
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

			margin-top: -8px;
			margin-bottom: 22.5px;
			
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 25px;
            line-height: 1.25;
			
            color: #363837;
        }

    /* MAGIC-LINK */
    .H1_ML
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
            
            margin-top: 30px;
            margin-bottom: 30px;
            
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            
            color: #363837;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .H2 
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            margin-right: 8px;
            margin-bottom: 15px;
			
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 18.25px;
            line-height: 1.55;
			
            color: #363837;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .H2_A
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            margin-right: 0px;
            margin-bottom: 15px;
			
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 18.5px;
            line-height: 1.55;
			
            color: #363837;
        }
    
    /* ABOUT, PRIVACY, & TERMS */
    .H6 
        {
            margin-bottom: 10px;

            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 18px; 
            line-height: 1.5;
			
            color: #363837;
        }
    
    /* PRIVACY, & TERMS */
    .LastUpdatedDate
        {
            margin-bottom: 58px;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 15px; 
            line-height: 1.5;
			
            color: #363837;
        }

    /* PRIVACY - INDENTS PARAGRAPH ASSOC WITH TITLES A. B. C...*/
    .ListStyle_UpperAlphabet
    {
        list-style-type: upper-alpha;

        font-weight: 500;
    }

    /* PRIVACY - INDENTS PARAGRAPH ASSOC WITH TITLES A. B. C...*/
	#Indent
		{
            margin-left: 35px;
            margin-right: 40px;
		}

    /* PRIVACY & TERMS - LIGHT BOLD */
	.InlineBold
		{
			font-weight: 400;
		}

    /* PRIVACY & TERMS - MEDIUM BOLD */
    .InlineBold_ER
        {
            font-weight: 500;
        }
    
    /* PRIVACY & TERMS - ALPHABETICAL LIST TYPE */
    .ListStyle_LowerAlphabet
        {
            list-style-type: lower-alpha;
        }

    /* ABOUT, PRIVACY, & TERMS */
    .BodyText 
        {
            margin-bottom: 25px;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px; 
            line-height: 1.85;
			
            color: #363837;
        }
    
    /* MAGIC LINK */
    .BodyText_ML
        {
            margin-top: -20px;
            margin-bottom: 25px;

            padding-bottom: 125px;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px; 
            line-height: 1.85;
            text-align: center;
            
            color: #363837;
        }

    /* MAGIC LINK */
    .IMG_ML
        {
            margin-top: 150px;

            min-width: 298px;
            min-height: 298px;
        }
    
    /* MAGIC LINK */
    .Content_ML
        {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            
            display: flex;
            flex-flow: column;
            flex: 1;
            
            justify-content: center;
            align-items: center;
        }
        
    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .ResizableImg_1
        {
            max-height: 752px;
            max-width: 557px;
			
            transform: scale( .625, .625 );

            float: right;
			
			margin: -150px;
            margin-left: 0px;
            margin-right: -115px;
			margin-bottom: -160px;
        }
        
    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .ResizableImg_1B
        {
            max-height: 752px;
            max-width: 557px;
			
            transform: scale( .625, .625 );

            float: left;
			
			margin-top: -127px;
			margin-left: -115px;
			margin-right: 0px;
			margin-bottom: -161px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .ResizableImg_1C
        {
            max-height: 752px;
            max-width: 557px;
			
            transform: scale( .625, .625 );

            float: right;
            
            margin: -112px;
            margin-top: 8px;
            margin-left: 0px;
            margin-bottom: 8px;
        }

    /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
    .ResizableImg_1CC
        {
            max-height: 752px;
            max-width: 557px;
			
            transform: scale( .625, .625 );

            float: right;
			
			margin: -130px;
			margin-top: -752px;
			margin-left: 0px;
            margin-bottom: 0px;
            
            animation-name: fadeOut;
            animation-duration: 16s;
            animation-iteration-count: infinite;
            animation-direction: reverse;
        }


    /******************************************************************************************************************************/
    /* STORIES ********************************************************************************************************************/
    .Stories_Main_Container
        {
            margin-top: -60px; 
            margin-left: -31px; 
            margin-right: -5px;
            margin-bottom: 40px;

            display: flex; 
            flex: 1;
            flex-flow: row wrap;

            align-items: flex-start;
            justify-content: flex-start;
        }

    .Stories_Item_Container
        {
            max-width: 250px; 
            overflow: hidden;

            margin-top: 60px; 
            margin-left: 28px;

            display: flex;
            flex-flow: column;
        }
    
    .Stories_IMG_Container
        {
            max-width: 250px; 
            max-height: 250px;

            overflow: hidden;
        }

    .Stories_IMG
        {
            margin-top: -50px;
            margin-left: -50px;

            width: 400px;

            min-width: 250px;
            min-height: 250px;
        }
    
    .Stories_Title_Link
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            width: 100%;

            margin: auto;
            margin-top: 6px;
            
            font-family: roboto;
            font-weight: 700;
            font-size: 16.5px;
            text-align: center;
            color: #363837;

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
                
            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }
    
    .Stories_Title_Link:hover
        {       
            color: #aaa;
                
            -webkit-transition: color .2s, cursor .1s;
            transition: color .2s, cursor .1s;
        }

    .Stories_Line
        {
            margin: auto;
            
            width: 75px;
            height: 1px;
            
            background-color: #363837;
        }

    .Stories_Text
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            padding-left: 10px;
            padding-right: 8px;
            
            font-family: roboto;
            font-weight: 300;
            font-size: 14px;
            text-align: center;
            color: #363837;
        }
        



    .Story_Move
    {
        position: relative;
        top: 475px;
        left: 0px;

        z-index: 1;

        width: 45%;
        height: 100px;
        overflow: hidden;

        padding: 40px;
        padding-left: 25px;
        padding-right: 15px;
    }
    
    .Story_Main_Container
        {
            width: 100%;

            margin: auto;
            margin-top: -250px;
            margin-bottom: 50px;
        }

    .Story_Title
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
            
            flex: 0;

            margin: auto;
            margin-top: -19px;
            margin-bottom: 2px;

            padding: 5px;
            padding-left: 12px;
            padding-right: 12px;
            
            font-family: 'Roboto', sans-serif;
            font-size: 30px;
            font-weight: 600;
            line-height: 1.25;
            text-align: left;
            color: white;
        
            background-color: #000000;
        }
    
    .Story_PostedBy_P_Paragraph
        {
            flex: 0;

            margin-top: -14px;
            margin-bottom: -10px;

            padding-top: 0px;
            padding-left: 8px;
            padding-right: 8px;
            padding-bottom: 2px;

            font-family: 'Roboto', sans-serif;
            font-size: 15.5px;
            font-weight: 400;
            font-variant-caps: all-small-caps;
            color: white;
        
            background-color: #000000;
        }
    
    .Story_PostedBy_P_Name
        {
            font-family: 'Roboto', sans-serif;
            font-size: 15.5px;
            font-weight: 500;
            font-variant-caps: all-small-caps;
        }
    
    .Story_ImageBy_P_Paragraph
        {
            margin-top: -30px;
            margin-bottom: 0px;

            font-family: 'Roboto', sans-serif;
            font-size: 15.5px;
            font-weight: 400;
            text-align: right;
            font-variant-caps: all-small-caps;
        }

    .Story_IMG_Container
        {
            width: 800px;
            height: 375px;

            overflow: hidden;

            z-index: auto;
        }

    .Story_IMG
        {
            position: relative;
            top: -170px;
            left: 0px;

            width: 800px;
            min-width: 875px;
        }

    .Story_Line
        {
            margin: auto;
            margin-top: 25px;
            margin-bottom: 20px;
            
            width: 125px;
            height: 1px;
            
            background-color: #363837;
        }

    .Story_Text
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
                
            padding-left: 10px;
            padding-right: 8px;
            
            font-family: roboto;
            font-weight: 400;
            font-size: 16px;
            text-align: left;
            color: #363837;

            z-index: 1;
        }




    /* PAGINATION */
    .Stories_Pagination
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;

            display: flex; 
            flex-flow: row;
            flex: 1;

            margin-top: -10px;
            margin-bottom: 40px;

            align-items: center;
            justify-content: center;
            
            font-family: roboto;
            font-weight: 400;
            font-size: 16px;
            color: #363837;
        }
        
    /* PAGINATION */
    .Stories_Numbers
        {
            width: 300px;
        
            text-align: center;
        }

    /* AUTO GEN'D PAGINATION */
    .page-numbers 
        {
            display: inline-block;

            margin: 0 2px 0 0;
            padding: 5px 10px;

            font-weight: 400;
            line-height: 1;
            text-decoration: none;

            color: #363837;
        }
    
    /* AUTO GEN'D PAGINATION */
    .page-numbers.current,
    .a.page-numbers:hover
        {
            font-weight: 600;
        }
    
    /* AUTO GEN'D PAGINATION */
    h2.screen-reader-text
        {
            display: none;
        } 




    /*.DoWhile_Back
        {
            width: 100px;
        
            text-align: left;
        }*/

    /*.DoWhile_Back_PlaceholderLink
        {
            position: absolute; 
            width: 100px; 
            
            text-align: left;
            color: thistle;
        }*/

    /*.DoWhile_Back_Link
        {
            
            position: absolute; 
            width: 100px; 
            
            text-align: left;
        }*/

    /*.DoWhile_Next
        {
            width: 100px;
        
            text-align: right;
        }*/

    /*.DoWhile_Next_PlaceholderLink
        {
            position: absolute; 
            width: 100px; 
            
            text-align: right;
            color: thistle;
        }*/

    /*.DoWhile_Next_Link
        {
            
            position: absolute; 
            width: 100px; 
            
            text-align: right;
        }*/


    /******************************************************************************************************************************/
    /* FORM CONTROLS **************************************************************************************************************/
    .form_fields_requestaccess
        {
            display: flex;
            flex-flow: row;
            
            margin-top: 40px;
        }

    .contact_form_field_hide
        {
            display: none !important;
        }

    input[type=text],
    input[type=email]
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
			
           -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
			
            width: 100%;
            
            float: left;

            padding: 8px;
            padding-bottom: 6px;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 18.5px;
            line-height: 1.5;
			
            color: #363837;

            border: none;
            border-radius: 0;
            border-bottom: 1px solid #363837;
            
            outline: none;
            
            background-color: white;
        }

    input[type=text]:focus,
    input[type=email]:focus
        {
            background-color: #ebeeea;
        }

    input[type=button],
    input[type=submit],
    input[type=reset] 
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
			
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            
            float: right;
			
            margin-left: 8px;
            margin-right: 0px;

            padding-top: 3px;
            padding-left: 18px;
            padding-right: 18px;
            padding-bottom: 5px;
    
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 20px;
            font-variant-caps: small-caps;
			
            color: #363837;
            
            border: 1px solid #363837;
			background-color: #ffffff;
            border-radius: 40px;
            cursor: pointer;
        }

    input[type=button]:focus,
    input[type=submit]:focus,
    input[type=reset]:focus 
		{
			outline: 0px dotted #fff;
            border: 1px dotted;
		}

	.ajax-loader
		{
            position: relative;
			left: -92px;
            align-self: center;
            
            background-color: white;
        }

	.wpcf7-response-output
		{
			position: absolute !important;
			
			margin: 0px !important;
			margin-left: 2px !important;
            margin-right: 2px !important;
			
			padding: 10px !important;
			padding-right: 15px !important;
			padding-left: 15px !important;
            
			border: 0px solid #ffffff !important;
            border-radius: 6px !important;
			
			font-family: "Roboto", sans-serif !important;
			font-weight: 300 !important;
			font-size: 18.5px !important;
			
			color: #363837 !important;
		}

    .wpcf7-validation-errors,
	.wpcf7-response-output,
    .wpcf7-spam-blocked
		{
			position: absolute !important;
			
			margin: 0px !important;
			margin-top: -40px !important;
            margin-left: 2px !important;
			
			padding: 10px !important;
			padding-right: 15px !important;
			padding-left: 15px !important;
            
			border: 0px solid #f9284b !important;
            border-radius: 4px !important;
			background-color: #f9284b !important;
			
			font-family: "Roboto", sans-serif !important;
			font-weight: 300 !important;
			font-size: 15px !important;
			
			color: #fff !important;
		}

	.wpcf7-mail-sent-ok
		{
			position: absolute !important;
            
			margin: 0px !important;
			margin-top: -28px !important;
			background-color: #fff !important;
			
			padding-top: 38px !important;
			padding-left: 5px !important;
			padding-right: 100px !important;
            padding-bottom: 7px !important;
			
			font-family: "Roboto", sans-serif !important;
			font-weight: 300 !important;
			font-size: 18.5px !important;
			
            color: #363837 !important;
		}


    /******************************************************************************************************************************/
    /* FOOTER *********************************************************************************************************************/
    .FooterPanel
        {
            max-width: 840px;
            
            display: flex;
            flex: 0;
            flex-flow: row nowrap;

            align-items: center;
            
            margin: auto;
            margin-bottom: 25px;
        }

    .FooterCopyright
        {
            -webkit-text-size-adjust: 102%;
            -moz-text-size-adjust: 102%;
            -ms-text-size-adjust: 102%;
            text-size-adjust: 102%;
			
            margin-right: 38px;

            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 15px;
			
            color: #363837;
        }

    .SVG_Container
        {
            margin-top: 1px;

            transform: scale( .8, .8 );
        }

    .Small_SVG
        {
            height: 30px;
            width: 30px;

            opacity: 1;

            overflow: hidden;

            -webkit-transition: opacity .2s, cursor .1s;
            transition: opacity .2s, cursor .1s;
        }

    .Small_SVG:hover
        {
            opacity: .25;

            -webkit-transition: opacity .2s, cursor .1s;
            transition: opacity .2s, cursor .1s;
        }


    /******************************************************************************************************************************/
    /* RESPONSIVE *****************************************************************************************************************/
    @media only screen and ( max-width: 930px )
        {
            .HeaderPanel,
            .ContentPanel,
            .ContentPanelA,
            .ContentPanelB,
			.FooterPanel,
			.Column_0, 
            .Column_1,
            .Column_1A,
            .Column_1B, 
            .Column_2,
            .Column_2A
            {
                width: 550px;
            }

			/* MAIN NAVIGATION LINK STYLE */
			.Header_Links_Group
				{
					margin-right: 45px;
				}

            .ContentPanel,
            .ContentPanelA,
            .ContentPanelB
            {   
                width: 520px;
				
                flex-flow: column;

                margin: auto;
                margin-bottom: 25px;
            } 

            .Column_0
            {
                width: 520px;

                margin-top: 50px;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_1,
            .Column_1A,
            .Column_1B
            {
                width: 520px;

                margin: auto;
                margin-top: 15px;

                align-items: top;
            }
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_1A
            {
                margin-top: 178px;
                margin-bottom: 1px;
 
                align-items: top;
            }

            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_1B
            {
                margin-top: -20px;
            }

            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_2
            {
               width: 520px;

               margin-top: -5px;
               margin: auto;
               margin-bottom: -155px;
               
               align-items: center;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_2A
            {
                width: 520px;

                margin-top: -5px;
                margin: auto;
                margin-bottom: -163px;
				
                align-items: center;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_2B
            {

                display: flex;
                flex: 1;
                flex-flow: column;
        
                justify-content: center;
				
                align-items: center;

                margin-top: 31px;
            
                margin-bottom: -157px;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .BodyLine
            {
                margin-top: 60px; 
                margin-bottom: 8px;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            #AppBtn_Apple
            {
                float:none;
            }
			
            #AppBtn_Google
            {
                float:none;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
			.AppBtns
			{
				margin-top:35px;
				margin-right:50px;
			}
			.H0 
			{
                margin-top: 25px;
                
                font-size: 32px;
                font-weight: 600;
                line-height: 1.25;
			}

            /* FRONT-PAGE & INDEX & MAGIC-LINK */
			.H1 
			{
                margin-top: 24px;
                margin-bottom: 25px;
                
                font-size: 28px;
                font-weight: 600;
			}
			
             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .H2,
            .H2_A
			{
                margin-right:6px;

                font-size: 21px;
			}
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1
            {
                margin: auto;
                margin-top: -85px;
                margin-left:  20px;
                
                align-self: center;
            }
        
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1B
			{
				float: none;

                margin: auto;
                margin-top: -130px;
                margin-left: -37px;
				margin-bottom: -170px;
            }
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1C
			{
				float: none;

                margin: -130px;
                margin-right: -95px;
				margin-bottom: 1px;
            }
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1CC
            {
				float: none;

                margin: -130px;
                margin-top: -752px;
				margin-bottom: 0px;
            }

			/* FORM CONTROLS */
			.wpcf7-mail-sent-ok
			{
                margin: 0px !important;
                margin-top: 0px !important;

                padding-top: 8px !important;
                padding-left: 4px !important;
                padding-right: 60px !important;
                padding-bottom: 5px !important;
			}

			/* FORM CONTROLS */
            .wpcf7-validation-errors,
			.wpcf7-response-output,
            .wpcf7-spam-blocked
			{
                margin: 0px !important;
				margin-top: -35px !important;
				margin-left: 2px !important;

				padding: 10px !important;
				padding-right: 15px !important;
				padding-left: 15px !important;
            }
            



            /* STORIES PAGE */ 
            .Stories_Main_Container
            {
                margin-top: -30px; 
                margin-left: -19px; 
                margin-right: 0px;
                margin-bottom: 40px;
            }

            /* STORIES PAGE */ 
            .Stories_Item_Container
            {
                width: 242px;

                margin-top: 60px; 
                margin-left: 25px; 
            }

            /* STORIES PAGE */ 
            .Stories_IMG_Container
            {
                width: 242px; 
                height: 242px;

                overflow: hidden;
            }

            /* STORIES PAGE */ 
            .Stories_IMG
            {
                width: 390px;
                min-width: 242px;
                min-height: 242px;
            }
    
            /* STORIES PAGE */ 
            .Stories_Title_Link
            {
                margin-top: -25px;
            }



            
            /* STORY PAGE */ 
            .Story_Move
            {
                position: relative;
                top: 0px;
                left: 0px;
        
                width: 100%;
                height: 100%;

                overflow: visible;
        
                margin: 0px;

                padding: 0px;
        
                background-color: transparent;
            }
            
            /* STORY PAGE */ 
            .Story_Main_Container
            {
                width: 100%;
                
                margin: auto;
                margin-bottom: 50px;
            }

            /* STORY PAGE */ 
            .Story_Title
            {
                margin-top: -8px;

                padding: 0px;

                font-size: 31.5px;
                font-weight: 600;
                line-height: 1.1;
                color: #363837;
            
                background-color: transparent;
            }
    
            /* STORY PAGE */
            .Story_PostedBy_P_Paragraph
            {
                padding: 0px;
                color: #363837;
            
                background-color: transparent;
            }
    
            /* STORY PAGE */
            .Story_ImageBy_P_Paragraph
            {
                margin-bottom: -15px;

                text-align: left;
            }

            /* STORY PAGE */ 
            .Story_IMG_Container
            {
                position: absolute;
                left: 0px;
                right: 0px;

                width: 100%;
                height: 400px;
        
                overflow: hidden; 
            }
        
            /* STORY PAGE */ 
            .Story_IMG
            {
                position: relative;
                top: -190px;
                left: 0px;
        
                width: 930px;
                min-width: 930px;
            }

            /* STORY PAGE */ 
            .Story_Text
            {
                margin-top: 398px;
                
                font-size: 15px;
            }
        }

    @media only screen and ( max-width: 630px )
        {
            .HeaderPanel,
            .ContentPanel, 
            .ContentPanelA, 
            .ContentPanelB,
			.FooterPanel,
			.Column_0,
            .Column_1, 
            .Column_1A, 
            .Column_1B,
            .Column_2, 
            .Column_2A,
            .Column_2B
            {
                width: 350px;
            }

			/* MAIN NAVIGATION LINK STYLE */
			.Header_Links_Group
				{
					margin-right: 10px;
				}

            .ContentPanel, 
            .ContentPanelA, 
            .ContentPanelB
            {
                overflow-y: hidden !important;
                overflow-x: hidden !important;

                width: 325x;
                
                align-items: center;
            }
			
			.Column_0
			{
				width: 325px;
                
                align-items: center;
			}

            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_1, 
            .Column_1A, 
            .Column_1B
            {
                width: 325px;

                float: none;
               
                align-items: center;
            }

            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .Column_2,
            .Column_2A
            {
                width: 325px;

                margin-top: -5px;
                margin: auto;
                margin-bottom: -163px;

                float: none;
               
                align-items: center;
            }

            /* MAIN NAVIGATION LINK STYLE */
            .Header_Links_SubGroup
            {
                font-size: 16.5px;
            }

            /* AUTO-GEN'D - MAIN NAVIGATION LINK STYLE */
    		.menu-item
			{
                margin-left: 4px;
                margin-right: 12px;

                padding-bottom: 2px;
			}
			
            /* AUTO-GEN'D - MAIN NAVIGATION LINK STYLE */
            .menu-item-78, 
            .menu-item-79, 
            .menu-item-1044,
            .menu-item-1045
			{
				margin-left: 0px;
                margin-right: 16px;
			}

            /* SUB NAVIGATION LINK STYLE - PRIVACY & TERMS */
            .InlineLinkPanel
            {
                font-size: 16.5px;
            }

             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
			.AppBtns
			{
				margin-top:35px;
				margin-right:10px;
			}
			
			.H0 
			{
                margin-top: 20px;
                margin-bottom: 25px;
                
                font-size: 30px;
                font-weight: 600;
                line-height: 1.2;
			}

            /* FRONT-PAGE & INDEX & MAGIC-LINK */
			.H1 
			{
                margin-top: 20px;
                margin-bottom: 25px;
                
                font-size: 21px;
                font-weight: 600;
                line-height: 1.25;
			}
			
             /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */
            .H2,
            .H2_A
			{
                font-size: 18px;
                text-align: left;
			}
			  
            /* ABOUT, PRIVACY, & TERMS */  
			.H6 
			{
            	font-weight: 600;
				font-size: 17px; 
			}
                
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1
            {
                margin: auto;
                margin-top: -93px;
                margin-left: -117px;

                float: none;
            }
        
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1B
			{	
                margin: -130px;
                margin-top: -138px;
                margin-left: -117px;
				margin-bottom: -168px;
            }
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1C
			{	
				margin: -130px;
                margin-left: -140px;
				margin-bottom: -6px;
			}
            
            /* LANDING PAGE ONLY - FRONT-PAGE & INDEX */ 
            .ResizableImg_1CC
			{	
				margin: -130px;
                margin-top: -752px;
                margin-left: -145px;
				margin-bottom: 0px;
            }
            
			/* FORM CONTROLS */
            input[type=text],
            input[type=email]
			{
				font-size: 16.5px; 
            }
            
			/* FORM CONTROLS */
            input[type=button],
            input[type=submit],
            input[type=reset] 
			{
                font-weight: 500;
				font-size: 16.5px;
				
				padding-bottom: 5.5px;
			}

			/* FORM CONTROLS */
			.ajax-loader
			{
				position: relative;
				left: -88px;
				align-self: center;
				background-color: white;
			}

			/* FORM CONTROLS */
			.wpcf7-mail-sent-ok
			{
                margin: 0px !important;
                margin-top: -28px !important;
				background-color: #fff !important;

                padding-top: 38px !important;
                padding-left: 4px !important;
                padding-right: 45px !important;
                padding-bottom: 5px !important;

                font-size: 16.5px !important;
			}

			/* FORM CONTROLS */
            .wpcf7-validation-errors,
			.wpcf7-response-output,
            .wpcf7-spam-blocked
			{
				margin: 0px !important;
				margin-top: -40px !important;
				margin-left: 1px !important;

				padding: 10px !important;
				padding-right: 10px !important;
                padding-left: 10px !important;

				font-size: 13px !important;
			}
            
            /* STORIES PAGE */ 
            .Stories_Main_Container
            {
                margin-top: -30px; 
                margin-left: -33px; 
                margin-right: -20px;
                margin-bottom: 30px;
            }

            /* STORIES PAGE */ 
            .Stories_Item_Container
            {
                width: 160px;

                margin-top: 30px; 
                margin-left: 23px; 
            }

            /* STORIES PAGE */ 
            .Stories_IMG_Container
            {
                width: 160px; 
                height: 160px;

                overflow: hidden;
            }

            /* STORIES PAGE */ 
            .Stories_IMG
            {
                width: 300px;
                min-width: 160px;
                min-height: 160px;
            }
    
            /* STORIES PAGE */ 
            .Stories_Title_Link
            {
                margin-top: -5px;

                font-size: 13.5px;
            }

            /* STORIES PAGE */ 
            .Stories_Line
            {
                margin: auto;
                margin-top: -5px;
                margin-bottom: -5px;
            }

            /* STORIES PAGE */ 
            .Stories_Text
            {
                font-size: 11px;
            }




            /* STORY PAGE */ 
            .Story_Title
            {
                margin-top: -15px;

                font-size: 27.9px;
                font-weight: 600;
                line-height: 1.15;
            }
        
            /* STORY PAGE */ 
            .Story_PostedBy_P_Paragraph
            {
                margin-top: -7px;
                margin-bottom: -5px;

                font-size: 14.5px;
            }

            /* STORY PAGE */ 
            .Story_PostedBy_P_Name
            {
                font-size: 14.5px;
            }
    
            /* STORY PAGE */ 
            .Story_ImageBy_P_Paragraph
            {
                margin-top: -7px;
                margin-bottom: -5px;

                font-size: 14.5px;
            }

            /* STORY PAGE */ 
            .Story_Text
            {
                margin-top: 375px;
                
                font-size: 15px;
            }



            
            /* STORIES PAGINATION */ 
            .Stories_Pagination
            {
                font-size: 15px;
            }




            /* FOOTER*/ 
			.FooterCopyright
			{
				margin-right: 20px;
			}
		}

    @media only screen and ( max-width: 520px )
        {
            /* STORY PAGE */ 
            .Story_IMG_Container
            {
                position: absolute;
                left: 0px;
                right: 0px;

                width: 100%;
                height: 275px;
        
                overflow: hidden; 
            }
        
            /* STORY PAGE */ 
            .Story_IMG
            {
                position: relative;
                top: -50px;
                left: -20px;
        
                width: 520px;
                min-width: 520px;
                min-height: 275px;
            }

            /* STORY PAGE */ 
            .Story_Text
            {
                margin-top: 250px;
                
                font-size: 15px;
            }
        }


    /******************************************************************************************************************************/
    /* MISCELLANEOUS***************************************************************************************************************/
    #bitnami-banner 
        {
            display:none;
        }